Skip to content

Commit 19258ef

Browse files
Merge #530 #538
530: Bump sass from 1.43.4 to 1.49.0 r=bidoubiwa a=dependabot[bot] Bumps [sass](https://github.com/sass/dart-sass) from 1.43.4 to 1.49.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.49.0</h2> <p>To install Sass 1.49.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>Fix a bug in <code>string.insert</code> with certain negative indices.</li> </ul> <h3>JS API</h3> <ul> <li>Add support for the <code>sourceMapIncludeSources</code> option in the new JS API.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li>Fix a bug where <code>LegacyPluginThis.options.linefeed</code> was typed to return abbreviations when it actually returned literal linefeed characters.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1490">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.48.0</h2> <p>To install Sass 1.48.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <h3>JS API</h3> <ul> <li><strong>Potentially breaking bug fix:</strong> Match the specification of the new JS API by setting <code>LegacyResult.map</code> to <code>undefined</code> rather than <code>null</code>.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li>Add a declaration for the <code>NULL</code> constant.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1480">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.47.0</h2> <p>To install Sass 1.47.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <h3>JS API</h3> <h4>TypeScript Declarations</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.49.0</h2> <ul> <li>Fix a bug in <code>string.insert</code> with certain negative indices.</li> </ul> <h3>JS API</h3> <ul> <li>Add support for the <code>sourceMapIncludeSources</code> option in the new JS API.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li>Fix a bug where <code>LegacyPluginThis.options.linefeed</code> was typed to return abbreviations when it actually returned literal linefeed characters.</li> </ul> <h2>1.48.0</h2> <h3>JS API</h3> <ul> <li><strong>Potentially breaking bug fix:</strong> Match the specification of the new JS API by setting <code>LegacyResult.map</code> to <code>undefined</code> rather than <code>null</code>.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li>Add a declaration for the <code>NULL</code> constant.</li> </ul> <h2>1.47.0</h2> <h3>JS API</h3> <h4>TypeScript Declarations</h4> <ul> <li>Add declarations for the <code>TRUE</code> and <code>FALSE</code> constants.</li> </ul> <h2>1.46.0</h2> <h3>JS API</h3> <ul> <li><strong>Potentially breaking bug fix:</strong> Match the specification of the new JS API by passing <code>undefined</code> rather than <code>null</code> to <code>Logger.warn()</code> for an unset <code>span</code>.</li> </ul> <h4>TypeScript Declarations</h4> <ul> <li> <p>Add a declaration for the <code>LegacyPluginThis.options.context</code> field.</p> </li> <li> <p>Update the definition of <code>LegacyAsyncFunction</code> to include explicit definitions with zero through six arguments before the <code>done</code> parameter. This makes it possible for TypeScript users to pass in callbacks that take a specific number of arguments, rather than having to declare a callback that takes an arbitrary number.</p> </li> <li> <p>Add a declaration for <code>types.Error</code>, a legacy API class that can be returned</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/13099d497a6b6b6afd0b458e751eeab1661633ca"><code>13099d4</code></a> Cut a release (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1600">#1600</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/f055db079768c6baaf0b84c780386bbd882ec777"><code>f055db0</code></a> Implement the sourceMapIncludeSources JS option (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1583">#1583</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/e1fcbaaf363336e0685efe12e2aa532404dfecab"><code>e1fcbaa</code></a> Fix string.insert with negative indices (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1598">#1598</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/8fd0ffdb4be424a908c271a14930a425087556ee"><code>8fd0ffd</code></a> Cut a release with a TS definition for NULL (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1596">#1596</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/fc8b9fa3c78a1f15a666cf00f6384b44db00144d"><code>fc8b9fa</code></a> Clone repos using https:// not git:// (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1597">#1597</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/720c358c066e9aaef51bac3e2e193514987e2448"><code>720c358</code></a> Set LegacyResult.map to undefined rather than null (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1592">#1592</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/54fd309079725a086360935c56f895c58bd90ebc"><code>54fd309</code></a> Cut a release with TS definitions for TRUE/FALSE (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1591">#1591</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/f9dff2ecffb1c7e46772c8e7459ce94f224819b6"><code>f9dff2e</code></a> Mention TypeScript type updates in the CHANGELOG (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1589">#1589</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/78c98ee6257ec6499d03a82066767bbbdd5705e7"><code>78c98ee</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1573">#1573</a> from sass/carbon</li> <li><a href="https://github.com/sass/dart-sass/commit/a6c3540f4f81af653dab30f0a4a53401f3e325ae"><code>a6c3540</code></a> Update performance numbers</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.43.4...1.49.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.43.4&new-version=1.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@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) </details> 538: Bump webpack from 5.64.2 to 5.68.0 r=bidoubiwa a=dependabot[bot] Bumps [webpack](https://github.com/webpack/webpack) from 5.64.2 to 5.68.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.68.0</h2> <h1>Features</h1> <ul> <li>allow to disable compile time evaluation of import.meta.url</li> <li>add <code>__webpack_module__</code> and <code>__webpack_module__.id</code> to the api</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix handling of errors thrown in async modules</li> </ul> <h2>v5.67.0</h2> <h1>Features</h1> <ul> <li>add 'outputPath' configuration option for resource asset modules</li> <li>support Trusted Types in eval source maps</li> <li><code>experiments.css</code> <ul> <li>allow to generate only exports for css in node</li> <li>add <code>SyncModuleIdsPlugin</code> to sync module ids between server and client compilation</li> <li>add more options to the <code>DeterministicModuleIdsPlugin</code> to allow to generate equal ids</li> </ul> </li> </ul> <h1>Developer Experience</h1> <ul> <li>limit data url module name in stats printer</li> <li>allow specific description for CLI options</li> <li>improve space limiting algorithm in stats printing to show partial lists</li> <li>add <code>null</code> to errors in callbacks</li> <li>fix call signature types of addChunkInGroup</li> </ul> <h1>Bugfixes</h1> <ul> <li>avoid reporting non-existant package.jsons as dependencies</li> <li><code>experiments.css</code> <ul> <li>fix missing css runtime when only initial css is used</li> <li>fix css hmr support</li> <li>bugfixes to css modules</li> </ul> </li> <li>fix cache serialization for CreateScriptUrlDependency</li> <li>fix data url content when processed by a loader</li> <li>fix regexp in identifiers that include <code>|</code></li> <li>fix ProfilingPlugin for watch scenarios</li> <li>add layer to module names and identifiers <ul> <li>this avoid random module id changes when additional modules are added to another layer</li> </ul> </li> <li>provide hashFunction parameter to DependencyTemplates to allow customizing it there</li> <li>fix HMR when experiments.lazyCompilation is enabled</li> <li>store url as Buffer to avoid serialization warnings</li> <li>exclude <code>webpack-hot-middleware/client</code> from lazy compilation</li> </ul> <h1>Contributing</h1> <ul> <li>remove travis configuration</li> <li>improve spell checking</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/f593d98453e7920bf65f24bf051cd67b5704b59d"><code>f593d98</code></a> 5.68.0</li> <li><a href="https://github.com/webpack/webpack/commit/6f3735c54850960047cea1ece8194363b2401f29"><code>6f3735c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15279">#15279</a> from taranek/docs/array-helpers-docs</li> <li><a href="https://github.com/webpack/webpack/commit/04039ca99c9a5575ecb041796c6a0858d7be591d"><code>04039ca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15284">#15284</a> from webpack/feature/<strong>webpack_module</strong></li> <li><a href="https://github.com/webpack/webpack/commit/d7a87ab5bc3c6333dffb49af24990e7672643fcd"><code>d7a87ab</code></a> change <strong>webpack_module_id</strong> to <strong>webpack_module</strong>.id</li> <li><a href="https://github.com/webpack/webpack/commit/612de998f186a9bb2fe8769a91678df689a0541e"><code>612de99</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15282">#15282</a> from webpack/feature/<strong>webpack_module</strong></li> <li><a href="https://github.com/webpack/webpack/commit/a962d2ceddc387354a4c4bc927f92e338babfd2c"><code>a962d2c</code></a> add <strong>webpack_module</strong> and <strong>webpack_module_id</strong> to the api</li> <li><a href="https://github.com/webpack/webpack/commit/5a3760e6d47af6c2a9e70f2e08b7a0d02e6f78a5"><code>5a3760e</code></a> docs(util): added jsdoc annotations for ArrayHelpers.js</li> <li><a href="https://github.com/webpack/webpack/commit/46e8639a6a1f5288e2f43229f39fc21aecb3c5e8"><code>46e8639</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15246">#15246</a> from pavelsavara/import_meta_url</li> <li><a href="https://github.com/webpack/webpack/commit/1e73ca79c4e01ab55e6e25f7991306050907ec66"><code>1e73ca7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15266">#15266</a> from webpack/bugfix/throwing-in-async-modules</li> <li><a href="https://github.com/webpack/webpack/commit/232403c5e8fcfd733e4fff7f829aac6e51b5fb2a"><code>232403c</code></a> fix discussions</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.64.2...v5.68.0">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.64.2&new-version=5.68.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 parents d059db8 + eff758a + 95c4b79 commit 19258ef

File tree

2 files changed

+37
-25
lines changed

2 files changed

+37
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"postcss-cli": "^7.1.2",
5959
"prettier": "^2.0.5",
6060
"pretty-bytes-cli": "^2.0.0",
61-
"sass": "^1.43.4",
61+
"sass": "^1.49.0",
6262
"sinon": "^12.0.1",
6363
"uglify-js": "^3.14.2",
64-
"webpack": "^5.64.2",
64+
"webpack": "^5.68.0",
6565
"webpack-cli": "^4.9.1"
6666
},
6767
"dependencies": {

yarn.lock

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3961,10 +3961,10 @@ globby@^11.0.0, globby@^11.0.3:
39613961
merge2 "^1.3.0"
39623962
slash "^3.0.0"
39633963

3964-
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
3965-
version "4.2.6"
3966-
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz"
3967-
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
3964+
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9:
3965+
version "4.2.9"
3966+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
3967+
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
39683968

39693969
growly@^1.3.0:
39703970
version "1.3.0"
@@ -4155,6 +4155,11 @@ immediate@^3.2.3:
41554155
resolved "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz"
41564156
integrity sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==
41574157

4158+
immutable@^4.0.0:
4159+
version "4.0.0"
4160+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
4161+
integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==
4162+
41584163
import-cwd@^2.0.0:
41594164
version "2.1.0"
41604165
resolved "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz"
@@ -6869,12 +6874,14 @@ sane@^4.0.3:
68696874
minimist "^1.1.1"
68706875
walker "~1.0.5"
68716876

6872-
sass@^1.43.4:
6873-
version "1.43.4"
6874-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.43.4.tgz#68c7d6a1b004bef49af0d9caf750e9b252105d1f"
6875-
integrity sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==
6877+
sass@^1.49.0:
6878+
version "1.49.0"
6879+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.0.tgz#65ec1b1d9a6bc1bae8d2c9d4b392c13f5d32c078"
6880+
integrity sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==
68766881
dependencies:
68776882
chokidar ">=3.0.0 <4.0.0"
6883+
immutable "^4.0.0"
6884+
source-map-js ">=0.6.2 <2.0.0"
68786885

68796886
sax@~1.2.4:
68806887
version "1.2.4"
@@ -7073,6 +7080,11 @@ snapdragon@^0.8.1:
70737080
source-map-resolve "^0.5.0"
70747081
use "^3.1.0"
70757082

7083+
"source-map-js@>=0.6.2 <2.0.0":
7084+
version "1.0.2"
7085+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
7086+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
7087+
70767088
source-map-resolve@^0.5.0:
70777089
version "0.5.3"
70787090
resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz"
@@ -7788,10 +7800,10 @@ walker@^1.0.7, walker@~1.0.5:
77887800
dependencies:
77897801
makeerror "1.0.x"
77907802

7791-
watchpack@^2.2.0:
7792-
version "2.2.0"
7793-
resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.2.0.tgz"
7794-
integrity sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==
7803+
watchpack@^2.3.1:
7804+
version "2.3.1"
7805+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25"
7806+
integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
77957807
dependencies:
77967808
glob-to-regexp "^0.4.1"
77977809
graceful-fs "^4.1.2"
@@ -7837,15 +7849,15 @@ webpack-merge@^5.7.3:
78377849
clone-deep "^4.0.1"
78387850
wildcard "^2.0.0"
78397851

7840-
webpack-sources@^3.2.2:
7841-
version "3.2.2"
7842-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
7843-
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
7852+
webpack-sources@^3.2.3:
7853+
version "3.2.3"
7854+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
7855+
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
78447856

7845-
webpack@^5.64.2:
7846-
version "5.64.2"
7847-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.2.tgz#152e28d4712a6223b06c06cba0d3e622a61611a0"
7848-
integrity sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==
7857+
webpack@^5.68.0:
7858+
version "5.68.0"
7859+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.68.0.tgz#a653a58ed44280062e47257f260117e4be90d560"
7860+
integrity sha512-zUcqaUO0772UuuW2bzaES2Zjlm/y3kRBQDVFVCge+s2Y8mwuUTdperGaAv65/NtRL/1zanpSJOq/MD8u61vo6g==
78497861
dependencies:
78507862
"@types/eslint-scope" "^3.7.0"
78517863
"@types/estree" "^0.0.50"
@@ -7861,16 +7873,16 @@ webpack@^5.64.2:
78617873
eslint-scope "5.1.1"
78627874
events "^3.2.0"
78637875
glob-to-regexp "^0.4.1"
7864-
graceful-fs "^4.2.4"
7876+
graceful-fs "^4.2.9"
78657877
json-parse-better-errors "^1.0.2"
78667878
loader-runner "^4.2.0"
78677879
mime-types "^2.1.27"
78687880
neo-async "^2.6.2"
78697881
schema-utils "^3.1.0"
78707882
tapable "^2.1.1"
78717883
terser-webpack-plugin "^5.1.3"
7872-
watchpack "^2.2.0"
7873-
webpack-sources "^3.2.2"
7884+
watchpack "^2.3.1"
7885+
webpack-sources "^3.2.3"
78747886

78757887
whatwg-encoding@^1.0.5:
78767888
version "1.0.5"

0 commit comments

Comments
 (0)