Skip to content

Commit b9fbb9c

Browse files
chore(deps-dev): bump webpack from 5.95.0 to 5.104.1 (#19199)
Bumps [webpack](https://github.com/webpack/webpack) from 5.95.0 to 5.104.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.104.1</h2> <h2>5.104.1</h2> <h3>Patch Changes</h3> <ul> <li>2efd21b: Reexports runtime calculation should not accessing <strong>WEBPACK_IMPORT_KEY</strong> decl with var.</li> <li>c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.</li> </ul> <h2>v5.104.0</h2> <h2>5.104.0</h2> <h3>Minor Changes</h3> <ul> <li>d3dd841: Use method shorthand to render module content in <code>__webpack_modules__</code> object.</li> <li>d3dd841: Enhance <code>import.meta.env</code> to support object access.</li> <li>4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.</li> <li>04cd530: Handle more at-rules for CSS modules.</li> <li>cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.</li> <li>d3dd841: Added <code>base64url</code>, <code>base62</code>, <code>base58</code>, <code>base52</code>, <code>base49</code>, <code>base36</code>, <code>base32</code> and <code>base25</code> digests.</li> <li>5983843: Provide a stable runtime function variable <code>__webpack_global__</code>.</li> <li>d3dd841: Improved <code>localIdentName</code> hashing for CSS.</li> </ul> <h3>Patch Changes</h3> <ul> <li>22c48fb: Added module existence check for informative error message in development mode.</li> <li>50689e1: Use the fully qualified class name (or export name) for <code>[fullhash]</code> placeholder in CSS modules.</li> <li>d3dd841: Support universal lazy compilation.</li> <li>d3dd841: Fixed module library export definitions when multiple runtimes.</li> <li>d3dd841: Fixed CSS nesting and CSS custom properties parsing.</li> <li>d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.</li> <li>aab1da9: Fixed bugs for <code>css/global</code> type.</li> <li>d3dd841: Compatibility <code>import.meta.filename</code> and <code>import.meta.dirname</code> with <code>eval</code> devtools.</li> <li>d3dd841: Handle nested <code>__webpack_require__</code>.</li> <li>728ddb7: The speed of identifier parsing has been improved.</li> <li>0f8b31b: Improve types.</li> <li>d3dd841: Don't corrupt <code>debugId</code> injection when <code>hidden-source-map</code> is used.</li> <li>2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.</li> <li>d3dd841: Serialize <code>HookWebpackError</code>.</li> <li>d3dd841: Added ability to use built-in properties in dotenv and define plugin.</li> <li>3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.</li> <li>d3dd841: Reduce collision for local indent name in CSS.</li> <li>d3dd841: Remove CSS link tags when CSS imports are removed.</li> </ul> <h2>v5.103.0</h2> <h3>Features</h3> <ul> <li>Added <code>DotenvPlugin</code> and top level <code>dotenv</code> option to enable this plugin</li> <li>Added <code>WebpackManifestPlugin</code></li> <li>Added support the <code>ignoreList</code> option in devtool plugins</li> <li>Allow to use custom javascript parse function</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.104.1</h2> <h3>Patch Changes</h3> <ul> <li>2efd21b: Reexports runtime calculation should not accessing <strong>WEBPACK_IMPORT_KEY</strong> decl with var.</li> <li>c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.</li> </ul> <h2>5.104.0</h2> <h3>Minor Changes</h3> <ul> <li>d3dd841: Use method shorthand to render module content in <code>__webpack_modules__</code> object.</li> <li>d3dd841: Enhance <code>import.meta.env</code> to support object access.</li> <li>4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.</li> <li>04cd530: Handle more at-rules for CSS modules.</li> <li>cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.</li> <li>d3dd841: Added <code>base64url</code>, <code>base62</code>, <code>base58</code>, <code>base52</code>, <code>base49</code>, <code>base36</code>, <code>base32</code> and <code>base25</code> digests.</li> <li>5983843: Provide a stable runtime function variable <code>__webpack_global__</code>.</li> <li>d3dd841: Improved <code>localIdentName</code> hashing for CSS.</li> </ul> <h3>Patch Changes</h3> <ul> <li>22c48fb: Added module existence check for informative error message in development mode.</li> <li>50689e1: Use the fully qualified class name (or export name) for <code>[fullhash]</code> placeholder in CSS modules.</li> <li>d3dd841: Support universal lazy compilation.</li> <li>d3dd841: Fixed module library export definitions when multiple runtimes.</li> <li>d3dd841: Fixed CSS nesting and CSS custom properties parsing.</li> <li>d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.</li> <li>aab1da9: Fixed bugs for <code>css/global</code> type.</li> <li>d3dd841: Compatibility <code>import.meta.filename</code> and <code>import.meta.dirname</code> with <code>eval</code> devtools.</li> <li>d3dd841: Handle nested <code>__webpack_require__</code>.</li> <li>728ddb7: The speed of identifier parsing has been improved.</li> <li>0f8b31b: Improve types.</li> <li>d3dd841: Don't corrupt <code>debugId</code> injection when <code>hidden-source-map</code> is used.</li> <li>2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.</li> <li>d3dd841: Serialize <code>HookWebpackError</code>.</li> <li>d3dd841: Added ability to use built-in properties in dotenv and define plugin.</li> <li>3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.</li> <li>d3dd841: Reduce collision for local indent name in CSS.</li> <li>d3dd841: Remove CSS link tags when CSS imports are removed.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/24e3c2d2c9f8c6d60810302b2ea70ed86e2863dc"><code>24e3c2d</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20253">#20253</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/2efd21b0b06baa9b1a7f009b336379dcef24c1a5"><code>2efd21b</code></a> fix(re-exports): reexports runtime calculation should not accessing `__WEBPAC...</li> <li><a href="https://github.com/webpack/webpack/commit/c5100702335a9cdcb75558ccd80def2329bd4abf"><code>c510070</code></a> fix(security): userinfo bypass vulnerability in HttpUriPlugin allowedUris</li> <li><a href="https://github.com/webpack/webpack/commit/4b0501c69700963bad1285b56f9cfa74704cb963"><code>4b0501c</code></a> ci: fix release (<a href="https://redirect.github.com/webpack/webpack/issues/20252">#20252</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0c213cecf2906bc41102c3a4cfdd1ad3522d0171"><code>0c213ce</code></a> ci: use <code>\&lt;@&amp;1450591255485743204&gt;</code> over <code>@here</code> for discord notificationw</li> <li><a href="https://github.com/webpack/webpack/commit/5bf8bc51bcfb49d25b73aae450b246cd8b8b423a"><code>5bf8bc5</code></a> refactor: types for benchmarks and tests</li> <li><a href="https://github.com/webpack/webpack/commit/505a5e744fbcf4471ddb534bf1d4aebea9643c1b"><code>505a5e7</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20188">#20188</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0c066808d59e4f9406e11bab4ffa2e0feacbd0e2"><code>0c06680</code></a> refactor: update eslint configuration</li> <li><a href="https://github.com/webpack/webpack/commit/2eb0d6a410513960bd7d65bf15baf15704a612eb"><code>2eb0d6a</code></a> ci: release announcement (<a href="https://redirect.github.com/webpack/webpack/issues/20238">#20238</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/b2b24590a08755b706d2009ca97a226addf9e83b"><code>b2b2459</code></a> ci: cancel in progress (<a href="https://redirect.github.com/webpack/webpack/issues/20239">#20239</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.95.0...v5.104.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.95.0&new-version=5.104.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/getsentry/sentry-javascript/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
1 parent 7bf099a commit b9fbb9c

File tree

3 files changed

+94
-105
lines changed

3 files changed

+94
-105
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ module.exports = [
299299
import: createImport('init'),
300300
ignore: ['next/router', 'next/constants'],
301301
gzip: true,
302-
limit: '47 KB',
302+
limit: '48 KB',
303303
},
304304
// SvelteKit SDK (ESM)
305305
{

packages/ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"qunit": "~2.22.0",
7878
"qunit-dom": "~3.2.1",
7979
"sinon": "19.0.2",
80-
"webpack": "~5.95.0"
80+
"webpack": "~5.104.1"
8181
},
8282
"engines": {
8383
"node": ">=18"

yarn.lock

Lines changed: 92 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -9888,7 +9888,7 @@
98889888
"@types/estree" "*"
98899889
"@types/json-schema" "*"
98909890

9891-
"@types/estree@*", "@types/estree@1.0.8", "@types/estree@^1.0.0", "@types/estree@^1.0.1", "@types/estree@^1.0.5", "@types/estree@^1.0.6":
9891+
"@types/estree@*", "@types/estree@1.0.8", "@types/estree@^1.0.0", "@types/estree@^1.0.1", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
98929892
version "1.0.8"
98939893
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
98949894
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -11188,7 +11188,7 @@
1118811188
"@webassemblyjs/helper-numbers" "1.11.1"
1118911189
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1119011190

11191-
"@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.12.1", "@webassemblyjs/ast@^1.14.1":
11191+
"@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.14.1":
1119211192
version "1.14.1"
1119311193
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6"
1119411194
integrity sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==
@@ -11326,7 +11326,7 @@
1132611326
"@webassemblyjs/wasm-parser" "1.11.1"
1132711327
"@webassemblyjs/wast-printer" "1.11.1"
1132811328

11329-
"@webassemblyjs/wasm-edit@^1.12.1", "@webassemblyjs/wasm-edit@^1.14.1":
11329+
"@webassemblyjs/wasm-edit@^1.14.1":
1133011330
version "1.14.1"
1133111331
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz#ac6689f502219b59198ddec42dcd496b1004d597"
1133211332
integrity sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==
@@ -11394,7 +11394,7 @@
1139411394
"@webassemblyjs/leb128" "1.11.1"
1139511395
"@webassemblyjs/utf8" "1.11.1"
1139611396

11397-
"@webassemblyjs/wasm-parser@1.14.1", "@webassemblyjs/wasm-parser@^1.12.1", "@webassemblyjs/wasm-parser@^1.14.1":
11397+
"@webassemblyjs/wasm-parser@1.14.1", "@webassemblyjs/wasm-parser@^1.14.1":
1139811398
version "1.14.1"
1139911399
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz#b3e13f1893605ca78b52c68e54cf6a865f90b9fb"
1140011400
integrity sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==
@@ -11543,6 +11543,11 @@ acorn-import-attributes@^1.9.5:
1154311543
resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
1154411544
integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
1154511545

11546+
acorn-import-phases@^1.0.3:
11547+
version "1.0.4"
11548+
resolved "https://registry.yarnpkg.com/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz#16eb850ba99a056cb7cbfe872ffb8972e18c8bd7"
11549+
integrity sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==
11550+
1154611551
acorn-jsx@^5.3.2:
1154711552
version "5.3.2"
1154811553
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -12705,6 +12710,11 @@ base@^0.11.1:
1270512710
mixin-deep "^1.2.0"
1270612711
pascalcase "^0.1.1"
1270712712

12713+
baseline-browser-mapping@^2.9.0:
12714+
version "2.9.19"
12715+
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz#3e508c43c46d961eb4d7d2e5b8d1dd0f9ee4f488"
12716+
integrity sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==
12717+
1270812718
basic-auth-parser@0.0.2-1:
1270912719
version "0.0.2-1"
1271012720
resolved "https://registry.yarnpkg.com/basic-auth-parser/-/basic-auth-parser-0.0.2-1.tgz#f1ea575979b27af6a411921d6ff8793d9117347f"
@@ -13431,15 +13441,16 @@ broccoli@^3.5.2:
1343113441
underscore.string "^3.2.2"
1343213442
watch-detector "^1.0.0"
1343313443

13434-
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.20.0, browserslist@^4.21.10, browserslist@^4.21.3, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.23.3, browserslist@^4.24.0, browserslist@^4.9.1:
13435-
version "4.24.2"
13436-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580"
13437-
integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==
13444+
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.20.0, browserslist@^4.21.3, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.23.3, browserslist@^4.24.0, browserslist@^4.28.1, browserslist@^4.9.1:
13445+
version "4.28.1"
13446+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.28.1.tgz#7f534594628c53c63101079e27e40de490456a95"
13447+
integrity sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==
1343813448
dependencies:
13439-
caniuse-lite "^1.0.30001669"
13440-
electron-to-chromium "^1.5.41"
13441-
node-releases "^2.0.18"
13442-
update-browserslist-db "^1.1.1"
13449+
baseline-browser-mapping "^2.9.0"
13450+
caniuse-lite "^1.0.30001759"
13451+
electron-to-chromium "^1.5.263"
13452+
node-releases "^2.0.27"
13453+
update-browserslist-db "^1.2.0"
1344313454

1344413455
bser@2.1.1:
1344513456
version "2.1.1"
@@ -13807,10 +13818,10 @@ caniuse-api@^3.0.0:
1380713818
lodash.memoize "^4.1.2"
1380813819
lodash.uniq "^4.5.0"
1380913820

13810-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001669:
13811-
version "1.0.30001762"
13812-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz#e4dbfeda63d33258cdde93e53af2023a13ba27d4"
13813-
integrity sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==
13821+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001759:
13822+
version "1.0.30001768"
13823+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001768.tgz#546bfaf4ec33305096e842906df911bcf3ac0d1f"
13824+
integrity sha512-qY3aDRZC5nWPgHUgIB84WL+nySuo19wk0VJpp/XI9T34lrvkyhRvNVOFJOp2kxClQhiFBu+TaUSudf6oa3vkSA==
1381413825

1381513826
capture-exit@^2.0.0:
1381613827
version "2.0.0"
@@ -15854,10 +15865,10 @@ ejs@^3.1.7:
1585415865
dependencies:
1585515866
jake "^10.8.5"
1585615867

15857-
electron-to-chromium@^1.5.41:
15858-
version "1.5.49"
15859-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.49.tgz#9358f514ab6eeed809a8689f4b39ea5114ae729c"
15860-
integrity sha512-ZXfs1Of8fDb6z7WEYZjXpgIRF6MEu8JdeGA0A40aZq6OQbS+eJpnnV49epZRna2DU/YsEjSQuGtQPPtvt6J65A==
15868+
electron-to-chromium@^1.5.263:
15869+
version "1.5.286"
15870+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz#142be1ab5e1cd5044954db0e5898f60a4960384e"
15871+
integrity sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==
1586115872

1586215873
ember-auto-import@^2.5.0, ember-auto-import@^2.7.2:
1586315874
version "2.8.1"
@@ -16481,13 +16492,13 @@ engine.io@~6.6.0:
1648116492
engine.io-parser "~5.2.1"
1648216493
ws "~8.17.1"
1648316494

16484-
enhanced-resolve@^5.10.0, enhanced-resolve@^5.14.1, enhanced-resolve@^5.17.1, enhanced-resolve@^5.18.0:
16485-
version "5.18.3"
16486-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz#9b5f4c5c076b8787c78fe540392ce76a88855b44"
16487-
integrity sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==
16495+
enhanced-resolve@^5.10.0, enhanced-resolve@^5.14.1, enhanced-resolve@^5.17.4, enhanced-resolve@^5.18.0:
16496+
version "5.19.0"
16497+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz#6687446a15e969eaa63c2fa2694510e17ae6d97c"
16498+
integrity sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==
1648816499
dependencies:
1648916500
graceful-fs "^4.2.4"
16490-
tapable "^2.2.0"
16501+
tapable "^2.3.0"
1649116502

1649216503
enquirer@~2.3.6:
1649316504
version "2.3.6"
@@ -16685,11 +16696,16 @@ es-module-lexer@^0.9.0:
1668516696
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
1668616697
integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
1668716698

16688-
es-module-lexer@^1.2.1, es-module-lexer@^1.3.0, es-module-lexer@^1.3.1, es-module-lexer@^1.5.4, es-module-lexer@^1.7.0:
16699+
es-module-lexer@^1.3.0, es-module-lexer@^1.3.1, es-module-lexer@^1.5.4, es-module-lexer@^1.7.0:
1668916700
version "1.7.0"
1669016701
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz#9159601561880a85f2734560a9099b2c31e5372a"
1669116702
integrity sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==
1669216703

16704+
es-module-lexer@^2.0.0:
16705+
version "2.0.0"
16706+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-2.0.0.tgz#f657cd7a9448dcdda9c070a3cb75e5dc1e85f5b1"
16707+
integrity sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==
16708+
1669316709
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
1669416710
version "1.1.1"
1669516711
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
@@ -21870,10 +21886,10 @@ load-yaml-file@^0.2.0:
2187021886
pify "^4.0.1"
2187121887
strip-bom "^3.0.0"
2187221888

21873-
loader-runner@^4.2.0:
21874-
version "4.2.0"
21875-
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384"
21876-
integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==
21889+
loader-runner@^4.2.0, loader-runner@^4.3.1:
21890+
version "4.3.1"
21891+
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.1.tgz#6c76ed29b0ccce9af379208299f07f876de737e3"
21892+
integrity sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==
2187721893

2187821894
loader-utils@3.2.1:
2187921895
version "3.2.1"
@@ -24236,10 +24252,10 @@ node-notifier@^10.0.0:
2423624252
uuid "^8.3.2"
2423724253
which "^2.0.2"
2423824254

24239-
node-releases@^2.0.18:
24240-
version "2.0.19"
24241-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314"
24242-
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
24255+
node-releases@^2.0.27:
24256+
version "2.0.27"
24257+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.27.tgz#eedca519205cf20f650f61d56b070db111231e4e"
24258+
integrity sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==
2424324259

2424424260
node-schedule@^2.1.1:
2424524261
version "2.1.1"
@@ -28434,7 +28450,7 @@ schema-utils@^2.6.5:
2843428450
ajv "^6.12.4"
2843528451
ajv-keywords "^3.5.2"
2843628452

28437-
schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.2.0:
28453+
schema-utils@^3.0.0, schema-utils@^3.1.0:
2843828454
version "3.3.0"
2843928455
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
2844028456
integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
@@ -28443,10 +28459,10 @@ schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.2.0:
2844328459
ajv "^6.12.5"
2844428460
ajv-keywords "^3.5.2"
2844528461

28446-
schema-utils@^4.0.0, schema-utils@^4.3.0, schema-utils@^4.3.2:
28447-
version "4.3.2"
28448-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
28449-
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
28462+
schema-utils@^4.0.0, schema-utils@^4.3.0, schema-utils@^4.3.3:
28463+
version "4.3.3"
28464+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.3.tgz#5b1850912fa31df90716963d45d9121fdfc09f46"
28465+
integrity sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==
2845028466
dependencies:
2845128467
"@types/json-schema" "^7.0.9"
2845228468
ajv "^8.9.0"
@@ -29915,6 +29931,7 @@ stylus@0.59.0, stylus@^0.59.0:
2991529931

2991629932
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2991729933
version "3.36.0"
29934+
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2991829935
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2991929936
dependencies:
2992029937
"@jridgewell/gen-mapping" "^0.3.2"
@@ -30103,10 +30120,10 @@ tap-parser@^7.0.0:
3010330120
js-yaml "^3.2.7"
3010430121
minipass "^2.2.0"
3010530122

30106-
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
30107-
version "2.2.1"
30108-
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
30109-
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
30123+
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.3.0:
30124+
version "2.3.0"
30125+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz#7e3ea6d5ca31ba8e078b560f0d83ce9a14aa8be6"
30126+
integrity sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==
3011030127

3011130128
tar-fs@^2.0.0:
3011230129
version "2.1.4"
@@ -30225,10 +30242,10 @@ terracotta@^1.0.4:
3022530242
dependencies:
3022630243
solid-use "^0.8.0"
3022730244

30228-
terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.10, terser-webpack-plugin@^5.3.11:
30229-
version "5.3.14"
30230-
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz#9031d48e57ab27567f02ace85c7d690db66c3e06"
30231-
integrity sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==
30245+
terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.16:
30246+
version "5.3.16"
30247+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.16.tgz#741e448cc3f93d8026ebe4f7ef9e4afacfd56330"
30248+
integrity sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==
3023230249
dependencies:
3023330250
"@jridgewell/trace-mapping" "^0.3.25"
3023430251
jest-worker "^27.4.5"
@@ -31550,10 +31567,10 @@ upath@2.0.1, upath@^2.0.1:
3155031567
resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b"
3155131568
integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==
3155231569

31553-
update-browserslist-db@^1.1.1:
31554-
version "1.1.2"
31555-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz#97e9c96ab0ae7bcac08e9ae5151d26e6bc6b5580"
31556-
integrity sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==
31570+
update-browserslist-db@^1.2.0:
31571+
version "1.2.3"
31572+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz#64d76db58713136acbeb4c49114366cc6cc2e80d"
31573+
integrity sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==
3155731574
dependencies:
3155831575
escalade "^3.2.0"
3155931576
picocolors "^1.1.1"
@@ -32169,10 +32186,10 @@ watch-detector@^1.0.0, watch-detector@^1.0.2:
3216932186
silent-error "^1.1.1"
3217032187
tmp "^0.1.0"
3217132188

32172-
watchpack@^2.4.0, watchpack@^2.4.1:
32173-
version "2.4.1"
32174-
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.1.tgz#29308f2cac150fa8e4c92f90e0ec954a9fed7fff"
32175-
integrity sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==
32189+
watchpack@^2.4.0, watchpack@^2.4.4:
32190+
version "2.5.1"
32191+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.5.1.tgz#dd38b601f669e0cbf567cb802e75cead82cde102"
32192+
integrity sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==
3217632193
dependencies:
3217732194
glob-to-regexp "^0.4.1"
3217832195
graceful-fs "^4.1.2"
@@ -32303,10 +32320,10 @@ webpack-merge@5.8.0:
3230332320
clone-deep "^4.0.1"
3230432321
wildcard "^2.0.0"
3230532322

32306-
webpack-sources@^3.0.0, webpack-sources@^3.2.3:
32307-
version "3.2.3"
32308-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
32309-
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
32323+
webpack-sources@^3.0.0, webpack-sources@^3.2.3, webpack-sources@^3.3.3:
32324+
version "3.3.3"
32325+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723"
32326+
integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==
3231032327

3231132328
webpack-subresource-integrity@5.1.0:
3231232329
version "5.1.0"
@@ -32355,64 +32372,36 @@ webpack@5.76.1:
3235532372
watchpack "^2.4.0"
3235632373
webpack-sources "^3.2.3"
3235732374

32358-
webpack@^5.0.0, webpack@^5.95.0:
32359-
version "5.99.9"
32360-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.9.tgz#d7de799ec17d0cce3c83b70744b4aedb537d8247"
32361-
integrity sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==
32375+
webpack@^5.0.0, webpack@^5.95.0, webpack@~5.104.1:
32376+
version "5.104.1"
32377+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.104.1.tgz#94bd41eb5dbf06e93be165ba8be41b8260d4fb1a"
32378+
integrity sha512-Qphch25abbMNtekmEGJmeRUhLDbe+QfiWTiqpKYkpCOWY64v9eyl+KRRLmqOFA2AvKPpc9DC6+u2n76tQLBoaA==
3236232379
dependencies:
3236332380
"@types/eslint-scope" "^3.7.7"
32364-
"@types/estree" "^1.0.6"
32381+
"@types/estree" "^1.0.8"
3236532382
"@types/json-schema" "^7.0.15"
3236632383
"@webassemblyjs/ast" "^1.14.1"
3236732384
"@webassemblyjs/wasm-edit" "^1.14.1"
3236832385
"@webassemblyjs/wasm-parser" "^1.14.1"
32369-
acorn "^8.14.0"
32370-
browserslist "^4.24.0"
32371-
chrome-trace-event "^1.0.2"
32372-
enhanced-resolve "^5.17.1"
32373-
es-module-lexer "^1.2.1"
32374-
eslint-scope "5.1.1"
32375-
events "^3.2.0"
32376-
glob-to-regexp "^0.4.1"
32377-
graceful-fs "^4.2.11"
32378-
json-parse-even-better-errors "^2.3.1"
32379-
loader-runner "^4.2.0"
32380-
mime-types "^2.1.27"
32381-
neo-async "^2.6.2"
32382-
schema-utils "^4.3.2"
32383-
tapable "^2.1.1"
32384-
terser-webpack-plugin "^5.3.11"
32385-
watchpack "^2.4.1"
32386-
webpack-sources "^3.2.3"
32387-
32388-
webpack@~5.95.0:
32389-
version "5.95.0"
32390-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0"
32391-
integrity sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==
32392-
dependencies:
32393-
"@types/estree" "^1.0.5"
32394-
"@webassemblyjs/ast" "^1.12.1"
32395-
"@webassemblyjs/wasm-edit" "^1.12.1"
32396-
"@webassemblyjs/wasm-parser" "^1.12.1"
32397-
acorn "^8.7.1"
32398-
acorn-import-attributes "^1.9.5"
32399-
browserslist "^4.21.10"
32386+
acorn "^8.15.0"
32387+
acorn-import-phases "^1.0.3"
32388+
browserslist "^4.28.1"
3240032389
chrome-trace-event "^1.0.2"
32401-
enhanced-resolve "^5.17.1"
32402-
es-module-lexer "^1.2.1"
32390+
enhanced-resolve "^5.17.4"
32391+
es-module-lexer "^2.0.0"
3240332392
eslint-scope "5.1.1"
3240432393
events "^3.2.0"
3240532394
glob-to-regexp "^0.4.1"
3240632395
graceful-fs "^4.2.11"
3240732396
json-parse-even-better-errors "^2.3.1"
32408-
loader-runner "^4.2.0"
32397+
loader-runner "^4.3.1"
3240932398
mime-types "^2.1.27"
3241032399
neo-async "^2.6.2"
32411-
schema-utils "^3.2.0"
32412-
tapable "^2.1.1"
32413-
terser-webpack-plugin "^5.3.10"
32414-
watchpack "^2.4.1"
32415-
webpack-sources "^3.2.3"
32400+
schema-utils "^4.3.3"
32401+
tapable "^2.3.0"
32402+
terser-webpack-plugin "^5.3.16"
32403+
watchpack "^2.4.4"
32404+
webpack-sources "^3.3.3"
3241632405

3241732406
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
3241832407
version "0.7.4"

0 commit comments

Comments
 (0)