Skip to content

Commit 4987f0a

Browse files
renovate-botclydin
authored andcommitted
build: update cacache to version 15.0.5
1 parent b55db8c commit 4987f0a

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"autoprefixer": "9.8.4",
2424
"babel-loader": "8.1.0",
2525
"browserslist": "^4.9.1",
26-
"cacache": "15.0.4",
26+
"cacache": "15.0.5",
2727
"caniuse-lite": "^1.0.30001032",
2828
"circular-dependency-plugin": "5.2.0",
2929
"copy-webpack-plugin": "6.0.3",

yarn.lock

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3662,17 +3662,17 @@ [email protected]:
36623662
tar "^6.0.1"
36633663
unique-filename "^1.1.1"
36643664

3665-
[email protected].4, cacache@^15.0.4:
3666-
version "15.0.4"
3667-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.4.tgz#b2c23cf4ac4f5ead004fb15a0efb0a20340741f1"
3668-
integrity sha512-YlnKQqTbD/6iyoJvEY3KJftjrdBYroCbxxYXzhOzsFLWlp6KX4BOlEf4mTx0cMUfVaTS3ENL2QtDWeRYoGLkkw==
3665+
3666+
version "15.0.5"
3667+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0"
3668+
integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==
36693669
dependencies:
36703670
"@npmcli/move-file" "^1.0.1"
36713671
chownr "^2.0.0"
36723672
fs-minipass "^2.0.0"
36733673
glob "^7.1.4"
36743674
infer-owner "^1.0.4"
3675-
lru-cache "^5.1.1"
3675+
lru-cache "^6.0.0"
36763676
minipass "^3.1.1"
36773677
minipass-collect "^1.0.2"
36783678
minipass-flush "^1.0.5"
@@ -3729,6 +3729,29 @@ cacache@^15.0.0, cacache@^15.0.3:
37293729
tar "^6.0.2"
37303730
unique-filename "^1.1.1"
37313731

3732+
cacache@^15.0.4:
3733+
version "15.0.4"
3734+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.4.tgz#b2c23cf4ac4f5ead004fb15a0efb0a20340741f1"
3735+
integrity sha512-YlnKQqTbD/6iyoJvEY3KJftjrdBYroCbxxYXzhOzsFLWlp6KX4BOlEf4mTx0cMUfVaTS3ENL2QtDWeRYoGLkkw==
3736+
dependencies:
3737+
"@npmcli/move-file" "^1.0.1"
3738+
chownr "^2.0.0"
3739+
fs-minipass "^2.0.0"
3740+
glob "^7.1.4"
3741+
infer-owner "^1.0.4"
3742+
lru-cache "^5.1.1"
3743+
minipass "^3.1.1"
3744+
minipass-collect "^1.0.2"
3745+
minipass-flush "^1.0.5"
3746+
minipass-pipeline "^1.2.2"
3747+
mkdirp "^1.0.3"
3748+
p-map "^4.0.0"
3749+
promise-inflight "^1.0.1"
3750+
rimraf "^3.0.2"
3751+
ssri "^8.0.0"
3752+
tar "^6.0.2"
3753+
unique-filename "^1.1.1"
3754+
37323755
cache-base@^1.0.1:
37333756
version "1.0.1"
37343757
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
@@ -8516,6 +8539,13 @@ lru-cache@^5.1.1:
85168539
dependencies:
85178540
yallist "^3.0.2"
85188541

8542+
lru-cache@^6.0.0:
8543+
version "6.0.0"
8544+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
8545+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
8546+
dependencies:
8547+
yallist "^4.0.0"
8548+
85198549
ltgt@^2.1.2:
85208550
version "2.2.1"
85218551
resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5"

0 commit comments

Comments
 (0)