diff --git a/.gitignore b/.gitignore index 0646d96b..3a2fc1b9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ yarn-debug.log* yarn-error.log* openapi/openapi.yaml +package-lock.json \ No newline at end of file diff --git a/docs/devvit_rules.md b/docs/devvit_rules.md index b9064e09..e5330661 100644 --- a/docs/devvit_rules.md +++ b/docs/devvit_rules.md @@ -90,6 +90,16 @@ You and your app(s) must not: You should not create an app or functionality that promotes or facilitates transactions in a prohibited or regulated industry such as (but not limited to) gambling, healthcare, financial and cryptocurrency products and services, political, alcohol, recreational drugs, or any other restricted category listed in the [Reddit Advertising Policy](https://redditinc.force.com/helpcenter/s/article/Reddit-Advertising-Policy-Restricted-Advertisements). +### No linking out to external apps + +Apps should not link out to other apps, or promote other versions of the app in external platforms. This includes, but is not limited to: + +- "Demo" apps published on Devvit that link out to a full version of the app in other platforms +- Apps that promote or upsell a link to playing the same app in other platforms +- Apps that ask the user to create a separate profile external to Reddit + +Apps can be rejected, limited or removed even if they don't fall into the categories listed above, if Reddit understands that the Devvit app is encouraging the user to navigate away from Reddit. + ### Apps may be limited or removed If your app violates any of these Devvit Rules or any other Reddit Terms & Policies, including by mods or redditors using your app, then we may suspend or remove your app from Devvit or require you to update it or add disclaimers. We may also limit your app (including its reach, access to content, and functionality) when appropriate. @@ -155,16 +165,19 @@ If any content created or otherwise displayed through your app violates these De If your app uses [user actions](./capabilities/server/userActions.mdx) (posting, commenting, or subscribing on behalf of the user), you must follow these requirements. Apps that do not meet them will be rejected during review. - **When to post or comment as the user:** + - If users enter text or imagery that appears in your app, publish that content with reportable, actionable attribution — such as posts or comments submitted as the user. - For score sharing, comments must be submitted as the user, not the app account. - **Before you post or comment as the user:** + - Trigger the action only via an explicit manual action (for example, a button). Users must clearly understand what will happen before they confirm. - Make it clear they are posting or commenting as themselves, including what will appear on Reddit and when their username is shown to others. - Label buttons and flows so the action is obviously from the user's account, not only the app account. - Do not automate these actions, and do not mislead or surprise users. - **When posting or commenting as the user:** + - Set `userGeneratedContent` correctly for posts submitted on behalf of the user. - For generic score comments, reply to a sticky comment. If the user adds meaningful commentary to their score, a top-level comment is allowed. diff --git a/versioned_docs/version-0.11/devvit_rules.md b/versioned_docs/version-0.11/devvit_rules.md index df60b4a5..c9455275 100644 --- a/versioned_docs/version-0.11/devvit_rules.md +++ b/versioned_docs/version-0.11/devvit_rules.md @@ -90,6 +90,16 @@ You and your app(s) must not: You should not create an app or functionality that promotes or facilitates transactions in a prohibited or regulated industry such as (but not limited to) gambling, healthcare, financial and cryptocurrency products and services, political, alcohol, recreational drugs, or any other restricted category listed in the [Reddit Advertising Policy](https://redditinc.force.com/helpcenter/s/article/Reddit-Advertising-Policy-Restricted-Advertisements). +### No linking out to external apps + +Apps should not link out to other apps, or promote other versions of the app in external platforms. This includes, but is not limited to: + +- "Demo" apps published on Devvit that link out to a full version of the app in other platforms +- Apps that promote or upsell a link to playing the same app in other platforms +- Apps that ask the user to create a separate profile external to Reddit + +Apps can be rejected, limited or removed even if they don't fall into the categories listed above, if Reddit understands that the Devvit app is encouraging the user to navigate away from Reddit. + ### Apps may be limited or removed If your app violates any of these Devvit Rules or any other Reddit Terms & Policies, including by mods or redditors using your app, then we may suspend or remove your app from Devvit or require you to update it or add disclaimers. We may also limit your app (including its reach, access to content, and functionality) when appropriate. diff --git a/versioned_docs/version-0.12/devvit_rules.md b/versioned_docs/version-0.12/devvit_rules.md index b9064e09..e5330661 100644 --- a/versioned_docs/version-0.12/devvit_rules.md +++ b/versioned_docs/version-0.12/devvit_rules.md @@ -90,6 +90,16 @@ You and your app(s) must not: You should not create an app or functionality that promotes or facilitates transactions in a prohibited or regulated industry such as (but not limited to) gambling, healthcare, financial and cryptocurrency products and services, political, alcohol, recreational drugs, or any other restricted category listed in the [Reddit Advertising Policy](https://redditinc.force.com/helpcenter/s/article/Reddit-Advertising-Policy-Restricted-Advertisements). +### No linking out to external apps + +Apps should not link out to other apps, or promote other versions of the app in external platforms. This includes, but is not limited to: + +- "Demo" apps published on Devvit that link out to a full version of the app in other platforms +- Apps that promote or upsell a link to playing the same app in other platforms +- Apps that ask the user to create a separate profile external to Reddit + +Apps can be rejected, limited or removed even if they don't fall into the categories listed above, if Reddit understands that the Devvit app is encouraging the user to navigate away from Reddit. + ### Apps may be limited or removed If your app violates any of these Devvit Rules or any other Reddit Terms & Policies, including by mods or redditors using your app, then we may suspend or remove your app from Devvit or require you to update it or add disclaimers. We may also limit your app (including its reach, access to content, and functionality) when appropriate. @@ -155,16 +165,19 @@ If any content created or otherwise displayed through your app violates these De If your app uses [user actions](./capabilities/server/userActions.mdx) (posting, commenting, or subscribing on behalf of the user), you must follow these requirements. Apps that do not meet them will be rejected during review. - **When to post or comment as the user:** + - If users enter text or imagery that appears in your app, publish that content with reportable, actionable attribution — such as posts or comments submitted as the user. - For score sharing, comments must be submitted as the user, not the app account. - **Before you post or comment as the user:** + - Trigger the action only via an explicit manual action (for example, a button). Users must clearly understand what will happen before they confirm. - Make it clear they are posting or commenting as themselves, including what will appear on Reddit and when their username is shown to others. - Label buttons and flows so the action is obviously from the user's account, not only the app account. - Do not automate these actions, and do not mislead or surprise users. - **When posting or commenting as the user:** + - Set `userGeneratedContent` correctly for posts submitted on behalf of the user. - For generic score comments, reply to a sticky comment. If the user adds meaningful commentary to their score, a top-level comment is allowed. diff --git a/yarn.lock b/yarn.lock index 1610303e..bf7be833 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,15 +2,15 @@ # yarn lockfile v1 -"@algolia/abtesting@1.16.2": - version "1.16.2" - resolved "https://registry.yarnpkg.com/@algolia/abtesting/-/abtesting-1.16.2.tgz#f0f0db8a070c4dc0a08c35e851f97651e29f160a" - integrity sha512-n9s6bEV6imdtIEd+BGP7WkA4pEZ5YTdgQ05JQhHwWawHg3hyjpNwC0TShGz6zWhv+jfLDGA/6FFNbySFS0P9cw== +"@algolia/abtesting@1.17.0": + version "1.17.0" + resolved "https://registry.yarnpkg.com/@algolia/abtesting/-/abtesting-1.17.0.tgz#d1c5cb798852b7d61225935ecca3efcef042cf20" + integrity sha512-nuhHZdTiCtRzJEe9VSNzyqE9cOQMt01UWBzymFnjbgwrxxZpbGHQde6Oa/y9zyspTCjbUtb7Q5HQek1CLiLyeg== dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" "@algolia/autocomplete-core@1.19.2": version "1.19.2" @@ -52,126 +52,126 @@ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.19.8.tgz#5d723d8bdb448efbb1b0e1c7ff94cc18e5b1dc0e" integrity sha512-h5hf2t8ejF6vlOgvLaZzQbWs5SyH2z4PAWygNAvvD/2RI29hdQ54ldUGwqVuj9Srs+n8XUKTPUqb7fvhBhQrnQ== -"@algolia/client-abtesting@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/client-abtesting/-/client-abtesting-5.50.2.tgz#0fa6442c8792221d77bbfd42308d7f60aafe4edd" - integrity sha512-52iq0vHy1sphgnwoZyx5PmbEt8hsh+m7jD123LmBs6qy4GK7LbYZIeKd+nSnSipN2zvKRZ2zScS6h9PW3J7SXg== - dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" - -"@algolia/client-analytics@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-5.50.2.tgz#458d2c4119ff543dfd2c0ebd685ac6c3c279bdec" - integrity sha512-WpPIUg+cSG2aPUG0gS8Ko9DwRgbRPUZxJkolhL2aCsmSlcEEZT65dILrfg5ovcxtx0Kvr+xtBVsTMtsQWRtPDQ== - dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" - -"@algolia/client-common@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.50.2.tgz#059ff282b52106f592d77a59b3993d01e51d2918" - integrity sha512-Gj2MgtArGcsr82kIqRlo6/dCAFjrs2gLByEqyRENuT7ugrSMFuqg1vDzeBjRL1t3EJEJCFtT0PLX3gB8A6Hq4Q== - -"@algolia/client-insights@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/client-insights/-/client-insights-5.50.2.tgz#4606f3b9a7c3dee42ff8fbb665f189ad6f1630c8" - integrity sha512-CUqoid5jDpmrc0oK3/xuZXFt6kwT0P9Lw7/nsM14YTr6puvmi+OUKmURpmebQF22S2vCG8L1DAoXXujxQUi/ug== - dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" - -"@algolia/client-personalization@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-5.50.2.tgz#a3b536106afe5940fb0ad4c864ada2c8c8a11f04" - integrity sha512-AndZWFoc0gbP5901OeQJ73BazgGgSGiBEba4ohdoJuZwHTO2Gio8Q4L1VLmytMBYcviVigB0iICToMvEJxI4ug== - dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" - -"@algolia/client-query-suggestions@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/client-query-suggestions/-/client-query-suggestions-5.50.2.tgz#44180b6a7381c2070fe7c006c673f0b5d4b56c4f" - integrity sha512-NWoL+psEkz5dIzweaByVXuEB45wS8/rk0E0AhMMnaVJdVs7TcACPH2/OURm+N0xRDITkTHqCna823rd6Uqntdg== - dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" - -"@algolia/client-search@5.50.2", "@algolia/client-search@^5.17.0": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.50.2.tgz#27501c5c0a457891c5246d6c23e3c4b81bba8e8e" - integrity sha512-ypSboUJ3XJoQz5DeDo82hCnrRuwq3q9ZdFhVKAik9TnZh1DvLqoQsrbBjXg7C7zQOtV/Qbge/HmyoV6V5L7MhQ== - dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" +"@algolia/client-abtesting@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/client-abtesting/-/client-abtesting-5.51.0.tgz#20e30e3c0c302faefeef5d6d85e96acef3ecd5a4" + integrity sha512-PKrKlIla1U2J7mFcIQn6N3pWP4oySmkxShnbbDsj/H7818gKbET5KsUwsVoNjWIxHKTJMCTcQ7ekAJ8Ea23NMg== + dependencies: + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" + +"@algolia/client-analytics@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-5.51.0.tgz#91d79812b26c4462bdd50911a8824c308c13a921" + integrity sha512-U+HCY1K16Km91pIRL1kN6bW6BbGFAF/WhkRSCx4wyl1aFpbrlhSFQs/dAwWbmyBiHWwVWhl7stWHQ1pum5EfMw== + dependencies: + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" + +"@algolia/client-common@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.51.0.tgz#094ded739d8e7ef3eca05fe9a9ae49d7620fde50" + integrity sha512-YPJ3dEuZLCRp846Az94t6Z2gwSNRazP+SmBco7p6SCa4fYrtIE820PDXYZshbNrj2Z8Qfbmv7BQ1Lecl5L3G/w== + +"@algolia/client-insights@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/client-insights/-/client-insights-5.51.0.tgz#26b23d63a883575c16445cc4a101e0eb170966b8" + integrity sha512-/gEwLlR7fQ7YjOW+ADRZ0NxLDtpTC61FSzlZ01Gdl1kTJfU0Rq3Y/TYqwxGxlQGcUiXtGzrpjxXWh3Y0TZD6NA== + dependencies: + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" + +"@algolia/client-personalization@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-5.51.0.tgz#44bd17e79503ba32e199484c5b42683384d2805c" + integrity sha512-nRwUN1Y2cKyOAFZyIBagkEfZSIhP05nWhT4Rjwl84lcjECssYggftrAODrZ4leakXxSGjhxs/AdaAFEIBqwVFA== + dependencies: + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" + +"@algolia/client-query-suggestions@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/client-query-suggestions/-/client-query-suggestions-5.51.0.tgz#ca22ef16ffdd6a5a889161b309fa53ad2e2a3ab1" + integrity sha512-pybzYCG7VoQKppo+z5iZOKpW8XqtFxhsAIRgEaNboCnfypKukiBHJAwB+pmr7vMZXBsOHwklGYWwCG82e8qshA== + dependencies: + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" + +"@algolia/client-search@5.51.0", "@algolia/client-search@^5.17.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.51.0.tgz#6ae39eb6e4a316ba457c9777f6ea1b2a15d19f0e" + integrity sha512-DWVIlj6RqcvdhwP0gBU9OpOQPnHdcAk9jlT+z8rsNb2+liWv4eUlfQZ7saGBraFsnygEHD3PtdppIHvqwBAb5w== + dependencies: + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" "@algolia/events@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950" integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ== -"@algolia/ingestion@1.50.2": - version "1.50.2" - resolved "https://registry.yarnpkg.com/@algolia/ingestion/-/ingestion-1.50.2.tgz#ea485239264d5c8296387d3a4563fbe7b025cdf4" - integrity sha512-VlR2FRXLw2bCB94SQo6zxg/Qi+547aOji6Pb+dKE7h1DMCCY317St+OpjpmgzE+bT2O9ALIc0V4nVIBOd7Gy+Q== +"@algolia/ingestion@1.51.0": + version "1.51.0" + resolved "https://registry.yarnpkg.com/@algolia/ingestion/-/ingestion-1.51.0.tgz#b8344f2bf7012e1fe72fd8e6e78384d85e6690ad" + integrity sha512-bA25s12iUDJi/X8M7tWlPRT8GeOhls/yDbdoUqinz27lNqsOlcM1UrAxIKdIZ6lm3sXit+ewPIz1pS2x6rXu8g== dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" -"@algolia/monitoring@1.50.2": - version "1.50.2" - resolved "https://registry.yarnpkg.com/@algolia/monitoring/-/monitoring-1.50.2.tgz#2a346a7445bb965b2930bdb6303a7f9361da3320" - integrity sha512-Cmvfp2+qopzQt8OilU97rhLhosq7ZrB6uieok3EwFUqG/aalPg6DgfCmu0yJMrYe+KMC1qRVt1MTRAUwLknUMQ== +"@algolia/monitoring@1.51.0": + version "1.51.0" + resolved "https://registry.yarnpkg.com/@algolia/monitoring/-/monitoring-1.51.0.tgz#5518fd6f9c0205dac3655639262f3b395dbf3dc8" + integrity sha512-zj+RcE5e0NE0/ew6oEOTgOplPHry+w2oi7h0Y87lhdq4E0d7xLS31KVB8kKfCGkrG7AYtZvrcyvLOKS5d0no4Q== dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" -"@algolia/recommend@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-5.50.2.tgz#8f0264ffbbfe183198e3ee8dbe9d621bfa0d248c" - integrity sha512-jrkuyKoOM7dFWQ/6Y4hQAse2SC3L/RldG6GnPjMvAj65h+7Ubb51S0pKk4ofSStF0xm4LCNe0C4T6XX4nOFDiQ== +"@algolia/recommend@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-5.51.0.tgz#d987d3baad9a420fcf896912610f78f8ab0daf3c" + integrity sha512-/HDgccfye1Rq3bPxaSCsvSEBHzSMmtpM9ZRGRtAuC62Cv+ql/76IWnxjGTDXtqIJ+/j7ZlFYAzq9fkp95wF2SQ== dependencies: - "@algolia/client-common" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" + "@algolia/client-common" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" -"@algolia/requester-browser-xhr@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.50.2.tgz#8285f922d2ac4ff5663cb0b22f28e3f32727b9cf" - integrity sha512-4107YLJqCudPiBUlwnk6oTSUVwU7ab+qL1SfQGEDYI8DZH5gsf1ekPt9JykXRKYXf2IfouFL5GiCY/PHTFIjYw== +"@algolia/requester-browser-xhr@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.51.0.tgz#eb693cc8c6944966dc9d336c47b39fb738de22ad" + integrity sha512-nJdW+WBwGlXWMJbxxB7/AJPvNq0lLJSudXmIQCJbmH8jsOXQhRpAtoCD4ceLyJKv3ze9JbQu4Gqu5JDLckuFcw== dependencies: - "@algolia/client-common" "5.50.2" + "@algolia/client-common" "5.51.0" -"@algolia/requester-fetch@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.50.2.tgz#a0c33f399be213d6f678d2b7ca91fc5e9435a619" - integrity sha512-vOrd3MQpLgmf6wXAueTuZ/cA0W4uRwIHHaxNy3h+a6YcNn6bCV/gFdZuv3F13v593zRU2k5R75NmvRWLenvMrw== +"@algolia/requester-fetch@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.51.0.tgz#d667a6d235e3e6f2274213298d28751bd0bbc3cc" + integrity sha512-bsBgRI/1h1mjS3eCyfGau78yGZVmiDLmT1aU6dMnk75/T0SgKqnSKNpQ53xKoDYVChGDcNnpHXWpoUSo8MH1+w== dependencies: - "@algolia/client-common" "5.50.2" + "@algolia/client-common" "5.51.0" -"@algolia/requester-node-http@5.50.2": - version "5.50.2" - resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.50.2.tgz#c5e3a3cf2863393c7d9f012a455973c48fd140a4" - integrity sha512-Mu9BFtgzGqDUy5Bcs2nMyoILIFSN13GKQaklKAFIsd0K3/9CpNyfeBc+/+Qs6mFZLlxG9qzullO7h+bjcTBuGQ== +"@algolia/requester-node-http@5.51.0": + version "5.51.0" + resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.51.0.tgz#981b9241e0e34f62166cf5f81df3b10bd3529141" + integrity sha512-zPrIDVPpmKWgrjmWOqpqrhqAhNjvVkjoj+mqw2NBPxEOuKNzP0H+Qz5NJLLTOepBVj1UFedFaF3AUgxLsB9ukQ== dependencies: - "@algolia/client-common" "5.50.2" + "@algolia/client-common" "5.51.0" "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": version "7.29.0" @@ -3748,9 +3748,9 @@ ajv-keywords@^5.1.0: fast-deep-equal "^3.1.3" ajv@^6.12.5: - version "6.14.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a" - integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw== + version "6.15.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.15.0.tgz#07e982c74626167aa7a2495c53817892d7139492" + integrity sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw== dependencies: fast-deep-equal "^3.1.1" fast-json-stable-stringify "^2.0.0" @@ -3758,9 +3758,9 @@ ajv@^6.12.5: uri-js "^4.2.2" ajv@^8.0.0, ajv@^8.9.0: - version "8.18.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc" - integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A== + version "8.20.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.20.0.tgz#304b3636add88ba7d936760dd50ece006dea95f9" + integrity sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA== dependencies: fast-deep-equal "^3.1.3" fast-uri "^3.0.1" @@ -3775,24 +3775,24 @@ algoliasearch-helper@^3.26.0: "@algolia/events" "^4.0.1" algoliasearch@^5.37.0: - version "5.50.2" - resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-5.50.2.tgz#0ce5bc3ca15c7854e4845b9cbbe29fc2854d9627" - integrity sha512-Tfp26yoNWurUjfgK4GOrVJQhSNXu9tJtHfFFNosgT2YClG+vPyUjX/gbC8rG39qLncnZg8Fj34iarQWpMkqefw== - dependencies: - "@algolia/abtesting" "1.16.2" - "@algolia/client-abtesting" "5.50.2" - "@algolia/client-analytics" "5.50.2" - "@algolia/client-common" "5.50.2" - "@algolia/client-insights" "5.50.2" - "@algolia/client-personalization" "5.50.2" - "@algolia/client-query-suggestions" "5.50.2" - "@algolia/client-search" "5.50.2" - "@algolia/ingestion" "1.50.2" - "@algolia/monitoring" "1.50.2" - "@algolia/recommend" "5.50.2" - "@algolia/requester-browser-xhr" "5.50.2" - "@algolia/requester-fetch" "5.50.2" - "@algolia/requester-node-http" "5.50.2" + version "5.51.0" + resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-5.51.0.tgz#aeb693d28de6aa45100e128e7beb3e000b8e4081" + integrity sha512-u3XS8HaTzt5YN90KPsOXMRjYJUMVD1dtr6yi4NXQluMbZ5IjQNBu1MEabdAxFhYtEuexqomPMSmRIhQJUd3QSg== + dependencies: + "@algolia/abtesting" "1.17.0" + "@algolia/client-abtesting" "5.51.0" + "@algolia/client-analytics" "5.51.0" + "@algolia/client-common" "5.51.0" + "@algolia/client-insights" "5.51.0" + "@algolia/client-personalization" "5.51.0" + "@algolia/client-query-suggestions" "5.51.0" + "@algolia/client-search" "5.51.0" + "@algolia/ingestion" "1.51.0" + "@algolia/monitoring" "1.51.0" + "@algolia/recommend" "5.51.0" + "@algolia/requester-browser-xhr" "5.51.0" + "@algolia/requester-fetch" "5.51.0" + "@algolia/requester-node-http" "5.51.0" ansi-align@^3.0.1: version "3.0.1" @@ -3973,9 +3973,9 @@ binary-extensions@^2.0.0: integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== body-parser@~1.20.3: - version "1.20.4" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.4.tgz#f8e20f4d06ca8a50a71ed329c15dccad1cdc547f" - integrity sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA== + version "1.20.5" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.5.tgz#303c8c34423d1d6fa799bc764e93c1e4dc6ebf64" + integrity sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA== dependencies: bytes "~3.1.2" content-type "~1.0.5" @@ -3985,7 +3985,7 @@ body-parser@~1.20.3: http-errors "~2.0.1" iconv-lite "~0.4.24" on-finished "~2.4.1" - qs "~6.14.0" + qs "~6.15.1" raw-body "~2.5.3" type-is "~1.6.18" unpipe "~1.0.0" @@ -4179,9 +4179,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001782, caniuse-lite@^1.0.30001787: - version "1.0.30001788" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz#31e97d1bfec332b3f2d7eea7781460c97629b3bf" - integrity sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ== + version "1.0.30001790" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001790.tgz#04660c7de15f445d86dd10ac88a8936ac0698e45" + integrity sha512-bOoxfJPyYo+ds6W0YfptaCWbFnJYjh2Y1Eow5lRv+vI2u8ganPZqNm1JwNh0t2ELQCqIWg4B3dWEusgAmsoyOw== ccount@^2.0.0: version "2.0.1" @@ -4988,9 +4988,9 @@ domhandler@^5.0.2, domhandler@^5.0.3: domelementtype "^2.3.0" dompurify@^3.0.6: - version "3.4.0" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.0.tgz#b1fc33ebdadb373241621e0a30e4ad81573dfd0b" - integrity sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg== + version "3.4.1" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.1.tgz#521d04483ac12631b2aedf434a5f5390933b8789" + integrity sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw== optionalDependencies: "@types/trusted-types" "^2.0.7" @@ -5052,9 +5052,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.5.328: - version "1.5.340" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.340.tgz#fe3f76e8d9b9541c123fb7edbc3381688272f79a" - integrity sha512-908qahOGocRMinT2nM3ajCEM99H4iPdv84eagPP3FfZy/1ZGeOy2CZYzjhms81ckOPCXPlW7LkY4XpxD8r1DrA== + version "1.5.344" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.344.tgz#6437cc08a7d9b914a98120e182f37793c9eaffd4" + integrity sha512-4MxfbmNDm+KPh066EZy+eUnkcDPcZ35wNmOWzFuh/ijvHsve6kbLTLURy88uCNK5FbpN+yk2nQY6BYh1GEt+wg== emoji-regex@^8.0.0: version "8.0.0" @@ -5095,12 +5095,12 @@ encoding-sniffer@^0.2.1: whatwg-encoding "^3.1.1" enhanced-resolve@^5.20.0: - version "5.20.1" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz#eeeb3966bea62c348c40a0cc9e7912e2557d0be0" - integrity sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA== + version "5.21.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.21.0.tgz#bb8e6fabaf74930de70e61397798750429e5b1ae" + integrity sha512-otxSQPw4lkOZWkHpB3zaEQs6gWYEsmX4xQF68ElXC/TWvGxGMSGOvoNbaLXm6/cS/fSfHtsEdw90y20PCd+sCA== dependencies: graceful-fs "^4.2.4" - tapable "^2.3.0" + tapable "^2.3.3" entities@^2.0.0: version "2.2.0" @@ -6684,9 +6684,9 @@ linkify-it@^5.0.0: uc.micro "^2.0.0" loader-runner@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.1.tgz#6c76ed29b0ccce9af379208299f07f876de737e3" - integrity sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q== + version "4.3.2" + resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.2.tgz#9913d3a15971f8f635915e601fb5c9d495d918e9" + integrity sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w== loader-utils@^2.0.0: version "2.0.4" @@ -7723,9 +7723,9 @@ node-readfiles@^0.2.0: es6-promise "^3.2.1" node-releases@^2.0.36: - version "2.0.37" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.37.tgz#9bd4f10b77ba39c2b9402d4e8399c482a797f671" - integrity sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg== + version "2.0.38" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.38.tgz#791569b9e4424a044e12c3abfad418ed83ce9947" + integrity sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw== normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" @@ -8829,6 +8829,13 @@ qs@~6.14.0: dependencies: side-channel "^1.1.0" +qs@~6.15.1: + version "6.15.1" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.1.tgz#bdb55aed06bfac257a90c44a446a73fba5575c8f" + integrity sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg== + dependencies: + side-channel "^1.1.0" + queue-microtask@^1.2.2: version "1.2.3" resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" @@ -9901,9 +9908,9 @@ style-to-object@1.0.14: inline-style-parser "0.2.7" styled-components@^6.1.11, styled-components@^6.1.13: - version "6.4.0" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.4.0.tgz#0f1972bba17b125e059c2dd4d06c9a5a65d00e0e" - integrity sha512-BL1EDFpt+q10eAeZB0q9ps6pSlPejaBQWBkiuM16pyoVTG4NhZrPrZK0cqNbrozxSsYwUsJ9SQYN6NyeKJYX9A== + version "6.4.1" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.4.1.tgz#5b44c0d9140a28458eba931f53253613a99ebe30" + integrity sha512-ADu2dF53esUzzM4I0ewxhxFtsDd6v4V6dNkg3vG0iFKhnt06sJneTZnRvujAosZwW0XD58IKgGMQoqri4wHRqg== dependencies: "@emotion/is-prop-valid" "1.4.0" css-to-react-native "3.2.0" @@ -9984,15 +9991,15 @@ swc-loader@^0.2.6: dependencies: "@swc/counter" "^0.1.3" -tapable@^2.0.0, tapable@^2.2.1, tapable@^2.3.0: - version "2.3.2" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.2.tgz#86755feabad08d82a26b891db044808c6ad00f15" - integrity sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA== +tapable@^2.0.0, tapable@^2.2.1, tapable@^2.3.0, tapable@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.3.tgz#5da7c9992c46038221267985ab28421a8879f160" + integrity sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A== terser-webpack-plugin@^5.3.17, terser-webpack-plugin@^5.3.9: - version "5.4.0" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.4.0.tgz#95fc4cf4437e587be11ecf37d08636089174d76b" - integrity sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g== + version "5.5.0" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.5.0.tgz#d92b8e2c892dd09c683c38120394267e8d8660ef" + integrity sha512-UYhptBwhWvfIjKd/UuFo6D8uq9xpGLDK+z8EDsj/zWhrTaH34cKEbrkMKfV5YWqGBvAYA3tlzZbs2R+qYrbQJA== dependencies: "@jridgewell/trace-mapping" "^0.3.25" jest-worker "^27.4.5" @@ -10000,9 +10007,9 @@ terser-webpack-plugin@^5.3.17, terser-webpack-plugin@^5.3.9: terser "^5.31.1" terser@^5.10.0, terser@^5.15.1, terser@^5.31.1: - version "5.46.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.46.1.tgz#40e4b1e35d5f13130f82793a8b3eeb7ec3a92eee" - integrity sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ== + version "5.46.2" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.46.2.tgz#b9529672d5b0024c7959571c83b82f65077b2a4f" + integrity sha512-uxfo9fPcSgLDYob/w1FuL0c99MWiJDnv+5qXSQc5+Ki5NjVNsYi66INnMFBjf6uFz6OnX12piJQPF4IpjJTNTw== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.15.0" @@ -10483,9 +10490,9 @@ webpack-merge@^6.0.1: wildcard "^2.0.1" webpack-sources@^3.3.4: - version "3.3.4" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.4.tgz#a338b95eb484ecc75fbb196cbe8a2890618b4891" - integrity sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q== + version "3.4.0" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.4.0.tgz#67cdfdff349ff1e3e7ca5c1ed6a2802b84cf6cf5" + integrity sha512-gHwIe1cgBvvfLeu1Yz/dcFpmHfKDVxxyqI+kzqmuxZED81z2ChxpyqPaWcNqigPywhaEke7AjSGga+kxY55gjQ== webpack@^5.88.1, webpack@^5.95.0, webpack@^5.97.1: version "5.106.2"