Skip to content

Commit ba4827c

Browse files
chore(deps): bump webpack from 5.99.9 to 5.105.0 in /docs (#3624)
Bumps [webpack](https://github.com/webpack/webpack) from 5.99.9 to 5.105.0. <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.105.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Allow resolving worker module by export condition name when using <code>new Worker()</code> (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20353">#20353</a>)</p> </li> <li> <p>Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20320">#20320</a>)</p> </li> <li> <p>Added the <code>tsconfig</code> option for the <code>resolver</code> options (replacement for <code>tsconfig-paths-webpack-plugin</code>). Can be <code>false</code> (disabled), <code>true</code> (use the default <code>tsconfig.json</code> file to search for it), a string path to <code>tsconfig.json</code>, or an object with <code>configFile</code> and <code>references</code> options. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20400">#20400</a>)</p> </li> <li> <p>Support <code>import.defer()</code> for context modules. (by <a href="https://github.com/ahabhgk"><code>@​ahabhgk</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20399">#20399</a>)</p> </li> <li> <p>Added support for array values ​​to the <code>devtool</code> option. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20191">#20191</a>)</p> </li> <li> <p>Improve rendering node built-in modules for ECMA module output. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20255">#20255</a>)</p> </li> <li> <p>Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20312">#20312</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fixed ESM default export handling for <code>.mjs</code> files in Module Federation (by <a href="https://github.com/y-okt"><code>@​y-okt</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20189">#20189</a>)</p> </li> <li> <p>Optimized <code>import.meta.env</code> handling in destructuring assignments by using cached stringified environment definitions. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20313">#20313</a>)</p> </li> <li> <p>Respect the <code>stats.errorStack</code> option in stats output. (by <a href="https://github.com/samarthsinh2660"><code>@​samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20258">#20258</a>)</p> </li> <li> <p>Fixed a bug where declaring a <code>module</code> variable in module scope would conflict with the default <code>moduleArgument</code>. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20265">#20265</a>)</p> </li> <li> <p>Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., <code>virtual:routes</code>), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20390">#20390</a>)</p> </li> <li> <p>Fixed Worker self-import handling to support various URL patterns (e.g., <code>import.meta.url</code>, <code>new URL(import.meta.url)</code>, <code>new URL(import.meta.url, import.meta.url)</code>, <code>new URL(&quot;./index.js&quot;, import.meta.url)</code>). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20381">#20381</a>)</p> </li> <li> <p>Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20345">#20345</a>)</p> </li> <li> <p>Fixed a bug where a self-referencing dependency would have an unused export name when imported inside a web worker. (by <a href="https://github.com/samarthsinh2660"><code>@​samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20251">#20251</a>)</p> </li> <li> <p>Fix missing export generation when concatenated modules in different chunks share the same runtime in module library bundles. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20346">#20346</a>)</p> </li> <li> <p>Fixed <code>import.meta.env.xxx</code> behavior: when accessing a non-existent property, it now returns empty object instead of full object at runtime. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20289">#20289</a>)</p> </li> <li> <p>Improved parsing error reporting by adding a link to the loader documentation. (by <a href="https://github.com/gaurav10gg"><code>@​gaurav10gg</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20244">#20244</a>)</p> </li> <li> <p>Fix typescript types. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20305">#20305</a>)</p> </li> <li> <p>Add declaration for unused harmony import specifier. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20286">#20286</a>)</p> </li> <li> <p>Fix compressibility of modules while retaining portability. (by <a href="https://github.com/dmichon-msft"><code>@​dmichon-msft</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20287">#20287</a>)</p> </li> <li> <p>Optimize source map generation: only include <code>ignoreList</code> property when it has content, avoiding empty arrays in source maps. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20319">#20319</a>)</p> </li> <li> <p>Preserve star exports for dependencies in ECMA module output. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20293">#20293</a>)</p> </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.105.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Allow resolving worker module by export condition name when using <code>new Worker()</code> (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20353">#20353</a>)</p> </li> <li> <p>Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20320">#20320</a>)</p> </li> <li> <p>Added the <code>tsconfig</code> option for the <code>resolver</code> options (replacement for <code>tsconfig-paths-webpack-plugin</code>). Can be <code>false</code> (disabled), <code>true</code> (use the default <code>tsconfig.json</code> file to search for it), a string path to <code>tsconfig.json</code>, or an object with <code>configFile</code> and <code>references</code> options. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20400">#20400</a>)</p> </li> <li> <p>Support <code>import.defer()</code> for context modules. (by <a href="https://github.com/ahabhgk"><code>@​ahabhgk</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20399">#20399</a>)</p> </li> <li> <p>Added support for array values ​​to the <code>devtool</code> option. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20191">#20191</a>)</p> </li> <li> <p>Improve rendering node built-in modules for ECMA module output. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20255">#20255</a>)</p> </li> <li> <p>Unknown import.meta properties are now determined at runtime instead of being statically analyzed at compile time. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20312">#20312</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fixed ESM default export handling for <code>.mjs</code> files in Module Federation (by <a href="https://github.com/y-okt"><code>@​y-okt</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20189">#20189</a>)</p> </li> <li> <p>Optimized <code>import.meta.env</code> handling in destructuring assignments by using cached stringified environment definitions. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20313">#20313</a>)</p> </li> <li> <p>Respect the <code>stats.errorStack</code> option in stats output. (by <a href="https://github.com/samarthsinh2660"><code>@​samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20258">#20258</a>)</p> </li> <li> <p>Fixed a bug where declaring a <code>module</code> variable in module scope would conflict with the default <code>moduleArgument</code>. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20265">#20265</a>)</p> </li> <li> <p>Fix VirtualUrlPlugin to set resourceData.context for proper module resolution. Previously, when context was not set, it would fallback to the virtual scheme path (e.g., <code>virtual:routes</code>), which is not a valid filesystem path, causing subsequent resolve operations to fail. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20390">#20390</a>)</p> </li> <li> <p>Fixed Worker self-import handling to support various URL patterns (e.g., <code>import.meta.url</code>, <code>new URL(import.meta.url)</code>, <code>new URL(import.meta.url, import.meta.url)</code>, <code>new URL(&quot;./index.js&quot;, import.meta.url)</code>). Workers that resolve to the same module are now properly deduplicated, regardless of the URL syntax used. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20381">#20381</a>)</p> </li> <li> <p>Reuse the same async entrypoint for the same Worker URL within a module to avoid circular dependency warnings when multiple Workers reference the same resource. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20345">#20345</a>)</p> </li> <li> <p>Fixed a bug where a self-referencing dependency would have an unused export name when imported inside a web worker. (by <a href="https://github.com/samarthsinh2660"><code>@​samarthsinh2660</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20251">#20251</a>)</p> </li> <li> <p>Fix missing export generation when concatenated modules in different chunks share the same runtime in module library bundles. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20346">#20346</a>)</p> </li> <li> <p>Fixed <code>import.meta.env.xxx</code> behavior: when accessing a non-existent property, it now returns empty object instead of full object at runtime. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20289">#20289</a>)</p> </li> <li> <p>Improved parsing error reporting by adding a link to the loader documentation. (by <a href="https://github.com/gaurav10gg"><code>@​gaurav10gg</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20244">#20244</a>)</p> </li> <li> <p>Fix typescript types. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20305">#20305</a>)</p> </li> <li> <p>Add declaration for unused harmony import specifier. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20286">#20286</a>)</p> </li> <li> <p>Fix compressibility of modules while retaining portability. (by <a href="https://github.com/dmichon-msft"><code>@​dmichon-msft</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20287">#20287</a>)</p> </li> <li> <p>Optimize source map generation: only include <code>ignoreList</code> property when it has content, avoiding empty arrays in source maps. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20319">#20319</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/1486f9aacca11d79dbb7ddbceed29b7e6df7a7ab"><code>1486f9a</code></a> chore(release): new release</li> <li><a href="https://github.com/webpack/webpack/commit/1a517f665aae7b4d3d29c8b408d09488a21fbf94"><code>1a517f6</code></a> feat: added the <code>tsconfig</code> option for the <code>resolver</code> options (<a href="https://redirect.github.com/webpack/webpack/issues/20400">#20400</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/7b3b0f795df377a9d0073822a2d60c1390d03109"><code>7b3b0f7</code></a> feat: support <code>import.defer()</code> for context modules</li> <li><a href="https://github.com/webpack/webpack/commit/c4a6a922de4af37a92d05c0ddc975b5348cfa9a1"><code>c4a6a92</code></a> refactor: more types and increase types coverage</li> <li><a href="https://github.com/webpack/webpack/commit/5ecc58d722da7715ede7de59b97108dd715d1bfa"><code>5ecc58d</code></a> feat: consider asset module as side-effect-free (<a href="https://redirect.github.com/webpack/webpack/issues/20352">#20352</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/cce0f6989888771ec279777ab8f8dce8e39198a0"><code>cce0f69</code></a> test: avoid comma operator in BinaryMiddleware test (<a href="https://redirect.github.com/webpack/webpack/issues/20398">#20398</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/cd4793d50e8e1e519ecd07b76d9e5dc06357341e"><code>cd4793d</code></a> feat: support import specifier guard (<a href="https://redirect.github.com/webpack/webpack/issues/20320">#20320</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/fe486552d060f6d2815a39a6bd0fb351d348658c"><code>fe48655</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/20397">#20397</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/de107f8767a2a11759f8261ed1ac49bcddec34b6"><code>de107f8</code></a> fix(VirtualUrlPlugin): set resourceData.context to avoid invalid fallback (<a href="https://redirect.github.com/webpack/webpack/issues/2">#2</a>...</li> <li><a href="https://github.com/webpack/webpack/commit/a656ab1fd1064ef8dd3eef1a2f3071fc176b948f"><code>a656ab1</code></a> test: add self-import test case for dynamic import (<a href="https://redirect.github.com/webpack/webpack/issues/20389">#20389</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.99.9...v5.105.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for webpack since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.99.9&new-version=5.105.0)](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/software-mansion/react-native-screens/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41688f8 commit ba4827c

1 file changed

Lines changed: 165 additions & 39 deletions

File tree

docs/yarn.lock

Lines changed: 165 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3731,13 +3731,20 @@ __metadata:
37313731
languageName: node
37323732
linkType: hard
37333733

3734-
"@types/estree@npm:*, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.6":
3734+
"@types/estree@npm:*, @types/estree@npm:^1.0.0":
37353735
version: 1.0.7
37363736
resolution: "@types/estree@npm:1.0.7"
37373737
checksum: 10c0/be815254316882f7c40847336cd484c3bc1c3e34f710d197160d455dc9d6d050ffbf4c3bc76585dba86f737f020ab20bdb137ebe0e9116b0c86c7c0342221b8c
37383738
languageName: node
37393739
linkType: hard
37403740

3741+
"@types/estree@npm:^1.0.8":
3742+
version: 1.0.8
3743+
resolution: "@types/estree@npm:1.0.8"
3744+
checksum: 10c0/39d34d1afaa338ab9763f37ad6066e3f349444f9052b9676a7cc0252ef9485a41c6d81c9c4e0d26e9077993354edf25efc853f3224dd4b447175ef62bdcc86a5
3745+
languageName: node
3746+
linkType: hard
3747+
37413748
"@types/express-serve-static-core@npm:*, @types/express-serve-static-core@npm:^4.17.33":
37423749
version: 4.19.5
37433750
resolution: "@types/express-serve-static-core@npm:4.19.5"
@@ -4278,6 +4285,15 @@ __metadata:
42784285
languageName: node
42794286
linkType: hard
42804287

4288+
"acorn-import-phases@npm:^1.0.3":
4289+
version: 1.0.4
4290+
resolution: "acorn-import-phases@npm:1.0.4"
4291+
peerDependencies:
4292+
acorn: ^8.14.0
4293+
checksum: 10c0/338eb46fc1aed5544f628344cb9af189450b401d152ceadbf1f5746901a5d923016cd0e7740d5606062d374fdf6941c29bb515d2bd133c4f4242d5d4cd73a3c7
4294+
languageName: node
4295+
linkType: hard
4296+
42814297
"acorn-jsx@npm:^5.0.0":
42824298
version: 5.3.2
42834299
resolution: "acorn-jsx@npm:5.3.2"
@@ -4314,6 +4330,15 @@ __metadata:
43144330
languageName: node
43154331
linkType: hard
43164332

4333+
"acorn@npm:^8.15.0":
4334+
version: 8.15.0
4335+
resolution: "acorn@npm:8.15.0"
4336+
bin:
4337+
acorn: bin/acorn
4338+
checksum: 10c0/dec73ff59b7d6628a01eebaece7f2bdb8bb62b9b5926dcad0f8931f2b8b79c2be21f6c68ac095592adb5adb15831a3635d9343e6a91d028bbe85d564875ec3ec
4339+
languageName: node
4340+
linkType: hard
4341+
43174342
"address@npm:^1.0.1, address@npm:^1.1.2":
43184343
version: 1.2.2
43194344
resolution: "address@npm:1.2.2"
@@ -4674,6 +4699,15 @@ __metadata:
46744699
languageName: node
46754700
linkType: hard
46764701

4702+
"baseline-browser-mapping@npm:^2.9.0":
4703+
version: 2.9.19
4704+
resolution: "baseline-browser-mapping@npm:2.9.19"
4705+
bin:
4706+
baseline-browser-mapping: dist/cli.js
4707+
checksum: 10c0/569928db78bcd081953d7db79e4243a59a579a34b4ae1806b9b42d3b7f84e5bc40e6e82ae4fa06e7bef8291bf747b33b3f9ef5d3c6e1e420cb129d9295536129
4708+
languageName: node
4709+
linkType: hard
4710+
46774711
"batch@npm:0.6.1":
46784712
version: 0.6.1
46794713
resolution: "batch@npm:0.6.1"
@@ -4820,6 +4854,21 @@ __metadata:
48204854
languageName: node
48214855
linkType: hard
48224856

4857+
"browserslist@npm:^4.28.1":
4858+
version: 4.28.1
4859+
resolution: "browserslist@npm:4.28.1"
4860+
dependencies:
4861+
baseline-browser-mapping: "npm:^2.9.0"
4862+
caniuse-lite: "npm:^1.0.30001759"
4863+
electron-to-chromium: "npm:^1.5.263"
4864+
node-releases: "npm:^2.0.27"
4865+
update-browserslist-db: "npm:^1.2.0"
4866+
bin:
4867+
browserslist: cli.js
4868+
checksum: 10c0/545a5fa9d7234e3777a7177ec1e9134bb2ba60a69e6b95683f6982b1473aad347c77c1264ccf2ac5dea609a9731fbfbda6b85782bdca70f80f86e28a402504bd
4869+
languageName: node
4870+
linkType: hard
4871+
48234872
"buffer-from@npm:^1.0.0":
48244873
version: 1.1.2
48254874
resolution: "buffer-from@npm:1.1.2"
@@ -4973,6 +5022,13 @@ __metadata:
49735022
languageName: node
49745023
linkType: hard
49755024

5025+
"caniuse-lite@npm:^1.0.30001759":
5026+
version: 1.0.30001769
5027+
resolution: "caniuse-lite@npm:1.0.30001769"
5028+
checksum: 10c0/161b8c30ab967371807d45d361f0d5bc06e38ef2dbf811493d70cd97c21e1522f5b91fd944c419a00047ee09c931ca64627f125a9ffa7a17a9fdff8dad9765b0
5029+
languageName: node
5030+
linkType: hard
5031+
49765032
"ccount@npm:^2.0.0":
49775033
version: 2.0.1
49785034
resolution: "ccount@npm:2.0.1"
@@ -6163,6 +6219,13 @@ __metadata:
61636219
languageName: node
61646220
linkType: hard
61656221

6222+
"electron-to-chromium@npm:^1.5.263":
6223+
version: 1.5.286
6224+
resolution: "electron-to-chromium@npm:1.5.286"
6225+
checksum: 10c0/5384510f9682d7e46f98fa48b874c3901d9639de96e9e387afce1fe010fbac31376df0534524edc15f66e9902bfacee54037a5e598004e9c6a617884e379926d
6226+
languageName: node
6227+
linkType: hard
6228+
61666229
"emoji-regex@npm:^8.0.0":
61676230
version: 8.0.0
61686231
resolution: "emoji-regex@npm:8.0.0"
@@ -6221,13 +6284,13 @@ __metadata:
62216284
languageName: node
62226285
linkType: hard
62236286

6224-
"enhanced-resolve@npm:^5.17.1":
6225-
version: 5.17.1
6226-
resolution: "enhanced-resolve@npm:5.17.1"
6287+
"enhanced-resolve@npm:^5.19.0":
6288+
version: 5.19.0
6289+
resolution: "enhanced-resolve@npm:5.19.0"
62276290
dependencies:
62286291
graceful-fs: "npm:^4.2.4"
6229-
tapable: "npm:^2.2.0"
6230-
checksum: 10c0/81a0515675eca17efdba2cf5bad87abc91a528fc1191aad50e275e74f045b41506167d420099022da7181c8d787170ea41e4a11a0b10b7a16f6237daecb15370
6292+
tapable: "npm:^2.3.0"
6293+
checksum: 10c0/966b1dffb82d5f6a4d6a86e904e812104a999066aa29f9223040aaa751e7c453b462a3f5ef91f8bd4408131ff6f7f90651dd1c804bdcb7944e2099a9c2e45ee2
62316294
languageName: node
62326295
linkType: hard
62336296

@@ -6291,10 +6354,10 @@ __metadata:
62916354
languageName: node
62926355
linkType: hard
62936356

6294-
"es-module-lexer@npm:^1.2.1":
6295-
version: 1.5.4
6296-
resolution: "es-module-lexer@npm:1.5.4"
6297-
checksum: 10c0/300a469488c2f22081df1e4c8398c78db92358496e639b0df7f89ac6455462aaf5d8893939087c1a1cbcbf20eed4610c70e0bcb8f3e4b0d80a5d2611c539408c
6357+
"es-module-lexer@npm:^2.0.0":
6358+
version: 2.0.0
6359+
resolution: "es-module-lexer@npm:2.0.0"
6360+
checksum: 10c0/ae78dbbd43035a4b972c46cfb6877e374ea290adfc62bc2f5a083fea242c0b2baaab25c5886af86be55f092f4a326741cb94334cd3c478c383fdc8a9ec5ff817
62986361
languageName: node
62996362
linkType: hard
63006363

@@ -8401,10 +8464,10 @@ __metadata:
84018464
languageName: node
84028465
linkType: hard
84038466

8404-
"loader-runner@npm:^4.2.0":
8405-
version: 4.3.0
8406-
resolution: "loader-runner@npm:4.3.0"
8407-
checksum: 10c0/a44d78aae0907a72f73966fe8b82d1439c8c485238bd5a864b1b9a2a3257832effa858790241e6b37876b5446a78889adf2fcc8dd897ce54c089ecc0a0ce0bf0
8467+
"loader-runner@npm:^4.3.1":
8468+
version: 4.3.1
8469+
resolution: "loader-runner@npm:4.3.1"
8470+
checksum: 10c0/a523b6329f114e0a98317158e30a7dfce044b731521be5399464010472a93a15ece44757d1eaed1d8845019869c5390218bc1c7c3110f4eeaef5157394486eac
84088471
languageName: node
84098472
linkType: hard
84108473

@@ -9736,6 +9799,13 @@ __metadata:
97369799
languageName: node
97379800
linkType: hard
97389801

9802+
"node-releases@npm:^2.0.27":
9803+
version: 2.0.27
9804+
resolution: "node-releases@npm:2.0.27"
9805+
checksum: 10c0/f1e6583b7833ea81880627748d28a3a7ff5703d5409328c216ae57befbced10ce2c991bea86434e8ec39003bd017f70481e2e5f8c1f7e0a7663241f81d6e00e2
9806+
languageName: node
9807+
linkType: hard
9808+
97399809
"nopt@npm:^7.0.0":
97409810
version: 7.2.1
97419811
resolution: "nopt@npm:7.2.1"
@@ -12041,7 +12111,7 @@ __metadata:
1204112111
languageName: node
1204212112
linkType: hard
1204312113

12044-
"schema-utils@npm:^4.0.1, schema-utils@npm:^4.3.0, schema-utils@npm:^4.3.2":
12114+
"schema-utils@npm:^4.0.1, schema-utils@npm:^4.3.0":
1204512115
version: 4.3.2
1204612116
resolution: "schema-utils@npm:4.3.2"
1204712117
dependencies:
@@ -12053,6 +12123,18 @@ __metadata:
1205312123
languageName: node
1205412124
linkType: hard
1205512125

12126+
"schema-utils@npm:^4.3.3":
12127+
version: 4.3.3
12128+
resolution: "schema-utils@npm:4.3.3"
12129+
dependencies:
12130+
"@types/json-schema": "npm:^7.0.9"
12131+
ajv: "npm:^8.9.0"
12132+
ajv-formats: "npm:^2.1.1"
12133+
ajv-keywords: "npm:^5.1.0"
12134+
checksum: 10c0/1c8d2c480a026d7c02ab2ecbe5919133a096d6a721a3f201fa50663e4f30f6d6ba020dfddd93cb828b66b922e76b342e103edd19a62c95c8f60e9079cc403202
12135+
languageName: node
12136+
linkType: hard
12137+
1205612138
"section-matter@npm:^1.0.0":
1205712139
version: 1.0.0
1205812140
resolution: "section-matter@npm:1.0.0"
@@ -12799,13 +12881,20 @@ __metadata:
1279912881
languageName: node
1280012882
linkType: hard
1280112883

12802-
"tapable@npm:^2.0.0, tapable@npm:^2.1.1, tapable@npm:^2.2.0, tapable@npm:^2.2.1":
12884+
"tapable@npm:^2.0.0, tapable@npm:^2.2.1":
1280312885
version: 2.2.1
1280412886
resolution: "tapable@npm:2.2.1"
1280512887
checksum: 10c0/bc40e6efe1e554d075469cedaba69a30eeb373552aaf41caeaaa45bf56ffacc2674261b106245bd566b35d8f3329b52d838e851ee0a852120acae26e622925c9
1280612888
languageName: node
1280712889
linkType: hard
1280812890

12891+
"tapable@npm:^2.3.0":
12892+
version: 2.3.0
12893+
resolution: "tapable@npm:2.3.0"
12894+
checksum: 10c0/cb9d67cc2c6a74dedc812ef3085d9d681edd2c1fa18e4aef57a3c0605fdbe44e6b8ea00bd9ef21bc74dd45314e39d31227aa031ebf2f5e38164df514136f2681
12895+
languageName: node
12896+
linkType: hard
12897+
1280912898
"tar@npm:^6.1.11, tar@npm:^6.1.2":
1281012899
version: 6.2.1
1281112900
resolution: "tar@npm:6.2.1"
@@ -12820,7 +12909,29 @@ __metadata:
1282012909
languageName: node
1282112910
linkType: hard
1282212911

12823-
"terser-webpack-plugin@npm:^5.3.11, terser-webpack-plugin@npm:^5.3.9":
12912+
"terser-webpack-plugin@npm:^5.3.16":
12913+
version: 5.3.16
12914+
resolution: "terser-webpack-plugin@npm:5.3.16"
12915+
dependencies:
12916+
"@jridgewell/trace-mapping": "npm:^0.3.25"
12917+
jest-worker: "npm:^27.4.5"
12918+
schema-utils: "npm:^4.3.0"
12919+
serialize-javascript: "npm:^6.0.2"
12920+
terser: "npm:^5.31.1"
12921+
peerDependencies:
12922+
webpack: ^5.1.0
12923+
peerDependenciesMeta:
12924+
"@swc/core":
12925+
optional: true
12926+
esbuild:
12927+
optional: true
12928+
uglify-js:
12929+
optional: true
12930+
checksum: 10c0/39e37c5b3015c1a5354a3633f77235677bfa06eac2608ce26d258b1d1a74070a99910319a6f2f2c437eb61dc321f66434febe01d78e73fa96b4d4393b813f4cf
12931+
languageName: node
12932+
linkType: hard
12933+
12934+
"terser-webpack-plugin@npm:^5.3.9":
1282412935
version: 5.3.14
1282512936
resolution: "terser-webpack-plugin@npm:5.3.14"
1282612937
dependencies:
@@ -13182,6 +13293,20 @@ __metadata:
1318213293
languageName: node
1318313294
linkType: hard
1318413295

13296+
"update-browserslist-db@npm:^1.2.0":
13297+
version: 1.2.3
13298+
resolution: "update-browserslist-db@npm:1.2.3"
13299+
dependencies:
13300+
escalade: "npm:^3.2.0"
13301+
picocolors: "npm:^1.1.1"
13302+
peerDependencies:
13303+
browserslist: ">= 4.21.0"
13304+
bin:
13305+
update-browserslist-db: cli.js
13306+
checksum: 10c0/13a00355ea822388f68af57410ce3255941d5fb9b7c49342c4709a07c9f230bbef7f7499ae0ca7e0de532e79a82cc0c4edbd125f1a323a1845bf914efddf8bec
13307+
languageName: node
13308+
linkType: hard
13309+
1318513310
"update-notifier@npm:^6.0.2":
1318613311
version: 6.0.2
1318713312
resolution: "update-notifier@npm:6.0.2"
@@ -13311,13 +13436,13 @@ __metadata:
1331113436
languageName: node
1331213437
linkType: hard
1331313438

13314-
"watchpack@npm:^2.4.1":
13315-
version: 2.4.1
13316-
resolution: "watchpack@npm:2.4.1"
13439+
"watchpack@npm:^2.5.1":
13440+
version: 2.5.1
13441+
resolution: "watchpack@npm:2.5.1"
1331713442
dependencies:
1331813443
glob-to-regexp: "npm:^0.4.1"
1331913444
graceful-fs: "npm:^4.1.2"
13320-
checksum: 10c0/c694de0a61004e587a8a0fdc9cfec20ee692c52032d9ab2c2e99969a37fdab9e6e1bd3164ed506f9a13f7c83e65563d563e0d6b87358470cdb7309b83db78683
13445+
checksum: 10c0/dffbb483d1f61be90dc570630a1eb308581e2227d507d783b1d94a57ac7b705ecd9a1a4b73d73c15eab596d39874e5276a3d9cb88bbb698bafc3f8d08c34cf17
1332113446
languageName: node
1332213447
linkType: hard
1332313448

@@ -13443,47 +13568,48 @@ __metadata:
1344313568
languageName: node
1344413569
linkType: hard
1344513570

13446-
"webpack-sources@npm:^3.2.3":
13447-
version: 3.2.3
13448-
resolution: "webpack-sources@npm:3.2.3"
13449-
checksum: 10c0/2ef63d77c4fad39de4a6db17323d75eb92897b32674e97d76f0a1e87c003882fc038571266ad0ef581ac734cbe20952912aaa26155f1905e96ce251adbb1eb4e
13571+
"webpack-sources@npm:^3.3.3":
13572+
version: 3.3.3
13573+
resolution: "webpack-sources@npm:3.3.3"
13574+
checksum: 10c0/ab732f6933b513ba4d505130418995ddef6df988421fccf3289e53583c6a39e205c4a0739cee98950964552d3006604912679c736031337fb4a9d78d8576ed40
1345013575
languageName: node
1345113576
linkType: hard
1345213577

1345313578
"webpack@npm:^5.88.1, webpack@npm:^5.95.0":
13454-
version: 5.99.9
13455-
resolution: "webpack@npm:5.99.9"
13579+
version: 5.105.0
13580+
resolution: "webpack@npm:5.105.0"
1345613581
dependencies:
1345713582
"@types/eslint-scope": "npm:^3.7.7"
13458-
"@types/estree": "npm:^1.0.6"
13583+
"@types/estree": "npm:^1.0.8"
1345913584
"@types/json-schema": "npm:^7.0.15"
1346013585
"@webassemblyjs/ast": "npm:^1.14.1"
1346113586
"@webassemblyjs/wasm-edit": "npm:^1.14.1"
1346213587
"@webassemblyjs/wasm-parser": "npm:^1.14.1"
13463-
acorn: "npm:^8.14.0"
13464-
browserslist: "npm:^4.24.0"
13588+
acorn: "npm:^8.15.0"
13589+
acorn-import-phases: "npm:^1.0.3"
13590+
browserslist: "npm:^4.28.1"
1346513591
chrome-trace-event: "npm:^1.0.2"
13466-
enhanced-resolve: "npm:^5.17.1"
13467-
es-module-lexer: "npm:^1.2.1"
13592+
enhanced-resolve: "npm:^5.19.0"
13593+
es-module-lexer: "npm:^2.0.0"
1346813594
eslint-scope: "npm:5.1.1"
1346913595
events: "npm:^3.2.0"
1347013596
glob-to-regexp: "npm:^0.4.1"
1347113597
graceful-fs: "npm:^4.2.11"
1347213598
json-parse-even-better-errors: "npm:^2.3.1"
13473-
loader-runner: "npm:^4.2.0"
13599+
loader-runner: "npm:^4.3.1"
1347413600
mime-types: "npm:^2.1.27"
1347513601
neo-async: "npm:^2.6.2"
13476-
schema-utils: "npm:^4.3.2"
13477-
tapable: "npm:^2.1.1"
13478-
terser-webpack-plugin: "npm:^5.3.11"
13479-
watchpack: "npm:^2.4.1"
13480-
webpack-sources: "npm:^3.2.3"
13602+
schema-utils: "npm:^4.3.3"
13603+
tapable: "npm:^2.3.0"
13604+
terser-webpack-plugin: "npm:^5.3.16"
13605+
watchpack: "npm:^2.5.1"
13606+
webpack-sources: "npm:^3.3.3"
1348113607
peerDependenciesMeta:
1348213608
webpack-cli:
1348313609
optional: true
1348413610
bin:
1348513611
webpack: bin/webpack.js
13486-
checksum: 10c0/34ec3f19b50bccaf27929e5e5b901b25047f2d414acba7d0967dc98eb4f404d107fb1a4b63095edbca2b006ff5815f1720b131e10b20664b074dfc86b7ffa717
13612+
checksum: 10c0/4aea6b976485b5364e122f301c08f48efa84ddb2c0cb5d09f27445d1f2da0b9875cd889e41b58cac3ff05618a9c965be716df52586d151b5f52a7bbed7662174
1348713613
languageName: node
1348813614
linkType: hard
1348913615

0 commit comments

Comments
 (0)