-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade cacache of terser-webpack-plugin
Ref https://github.com/webpack-contrib/terser-webpack-plugin/blob/v4.1.0/package.json#L44 cacache is a dependency of terser-webpack-plugin. The latest version depends on cacache 15 while next adds cacache 13. This may give unexpected results. Better to keep it in sync with terser plugin.
- Loading branch information
Showing
2 changed files
with
15 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4701,27 +4701,27 @@ [email protected], bytes@^3.0.0: | |
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" | ||
|
||
[email protected]: | ||
version "13.0.1" | ||
resolved "https://registry.yarnpkg.com/cacache/-/cacache-13.0.1.tgz#a8000c21697089082f85287a1aec6e382024a71c" | ||
[email protected], cacache@^15.0.5: | ||
version "15.0.5" | ||
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0" | ||
integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== | ||
dependencies: | ||
chownr "^1.1.2" | ||
figgy-pudding "^3.5.1" | ||
"@npmcli/move-file" "^1.0.1" | ||
chownr "^2.0.0" | ||
fs-minipass "^2.0.0" | ||
glob "^7.1.4" | ||
graceful-fs "^4.2.2" | ||
infer-owner "^1.0.4" | ||
lru-cache "^5.1.1" | ||
minipass "^3.0.0" | ||
lru-cache "^6.0.0" | ||
minipass "^3.1.1" | ||
minipass-collect "^1.0.2" | ||
minipass-flush "^1.0.5" | ||
minipass-pipeline "^1.2.2" | ||
mkdirp "^0.5.1" | ||
move-concurrently "^1.0.1" | ||
p-map "^3.0.0" | ||
mkdirp "^1.0.3" | ||
p-map "^4.0.0" | ||
promise-inflight "^1.0.1" | ||
rimraf "^2.7.1" | ||
ssri "^7.0.0" | ||
rimraf "^3.0.2" | ||
ssri "^8.0.0" | ||
tar "^6.0.2" | ||
unique-filename "^1.1.1" | ||
|
||
cacache@^11.3.3: | ||
|
@@ -4763,29 +4763,6 @@ cacache@^12.0.0, cacache@^12.0.2: | |
unique-filename "^1.1.1" | ||
y18n "^4.0.0" | ||
|
||
cacache@^15.0.5: | ||
version "15.0.5" | ||
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0" | ||
integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== | ||
dependencies: | ||
"@npmcli/move-file" "^1.0.1" | ||
chownr "^2.0.0" | ||
fs-minipass "^2.0.0" | ||
glob "^7.1.4" | ||
infer-owner "^1.0.4" | ||
lru-cache "^6.0.0" | ||
minipass "^3.1.1" | ||
minipass-collect "^1.0.2" | ||
minipass-flush "^1.0.5" | ||
minipass-pipeline "^1.2.2" | ||
mkdirp "^1.0.3" | ||
p-map "^4.0.0" | ||
promise-inflight "^1.0.1" | ||
rimraf "^3.0.2" | ||
ssri "^8.0.0" | ||
tar "^6.0.2" | ||
unique-filename "^1.1.1" | ||
|
||
cache-base@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" | ||
|
@@ -8229,7 +8206,7 @@ got@^7.0.0: | |
url-parse-lax "^1.0.0" | ||
url-to-options "^1.0.1" | ||
|
||
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2: | ||
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0: | ||
version "4.2.3" | ||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" | ||
|
||
|
@@ -12162,12 +12139,6 @@ p-map@^2.0.0: | |
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" | ||
|
||
p-map@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d" | ||
dependencies: | ||
aggregate-error "^3.0.0" | ||
|
||
p-map@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" | ||
|
@@ -15425,13 +15396,6 @@ ssri@^6.0.0, ssri@^6.0.1: | |
dependencies: | ||
figgy-pudding "^3.5.1" | ||
|
||
ssri@^7.0.0: | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/ssri/-/ssri-7.1.0.tgz#92c241bf6de82365b5c7fb4bd76e975522e1294d" | ||
dependencies: | ||
figgy-pudding "^3.5.1" | ||
minipass "^3.1.1" | ||
|
||
ssri@^8.0.0: | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.0.tgz#79ca74e21f8ceaeddfcb4b90143c458b8d988808" | ||
|