Skip to content

Commit f6d9774

Browse files
renovate-botclydin
authored andcommitted
build: update cacache to version 15.0.6
1 parent 90536fd commit f6d9774

File tree

3 files changed

+30
-7
lines changed

3 files changed

+30
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"babel-loader": "8.2.2",
130130
"bootstrap": "^4.0.0",
131131
"browserslist": "^4.9.1",
132-
"cacache": "15.0.5",
132+
"cacache": "15.0.6",
133133
"caniuse-lite": "^1.0.30001032",
134134
"circular-dependency-plugin": "5.2.2",
135135
"codelyzer": "^6.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.2",
2626
"browserslist": "^4.9.1",
27-
"cacache": "15.0.5",
27+
"cacache": "15.0.6",
2828
"caniuse-lite": "^1.0.30001032",
2929
"circular-dependency-plugin": "5.2.2",
3030
"copy-webpack-plugin": "6.3.2",

yarn.lock

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3361,10 +3361,10 @@ c8@~7.5.0:
33613361
yargs "^16.0.0"
33623362
yargs-parser "^20.0.0"
33633363

3364-
[email protected].5, cacache@^15.0.5:
3365-
version "15.0.5"
3366-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0"
3367-
integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==
3364+
3365+
version "15.0.6"
3366+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.6.tgz#65a8c580fda15b59150fb76bf3f3a8e45d583099"
3367+
integrity sha512-g1WYDMct/jzW+JdWEyjaX2zoBkZ6ZT9VpOyp2I/VMtDsNLffNat3kqPFfi1eDRSK9/SuKGyORDHcQMcPF8sQ/w==
33683368
dependencies:
33693369
"@npmcli/move-file" "^1.0.1"
33703370
chownr "^2.0.0"
@@ -3380,7 +3380,7 @@ [email protected], cacache@^15.0.5:
33803380
p-map "^4.0.0"
33813381
promise-inflight "^1.0.1"
33823382
rimraf "^3.0.2"
3383-
ssri "^8.0.0"
3383+
ssri "^8.0.1"
33843384
tar "^6.0.2"
33853385
unique-filename "^1.1.1"
33863386

@@ -3405,6 +3405,29 @@ cacache@^12.0.2:
34053405
unique-filename "^1.1.1"
34063406
y18n "^4.0.0"
34073407

3408+
cacache@^15.0.5:
3409+
version "15.0.5"
3410+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0"
3411+
integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==
3412+
dependencies:
3413+
"@npmcli/move-file" "^1.0.1"
3414+
chownr "^2.0.0"
3415+
fs-minipass "^2.0.0"
3416+
glob "^7.1.4"
3417+
infer-owner "^1.0.4"
3418+
lru-cache "^6.0.0"
3419+
minipass "^3.1.1"
3420+
minipass-collect "^1.0.2"
3421+
minipass-flush "^1.0.5"
3422+
minipass-pipeline "^1.2.2"
3423+
mkdirp "^1.0.3"
3424+
p-map "^4.0.0"
3425+
promise-inflight "^1.0.1"
3426+
rimraf "^3.0.2"
3427+
ssri "^8.0.0"
3428+
tar "^6.0.2"
3429+
unique-filename "^1.1.1"
3430+
34083431
cache-base@^1.0.1:
34093432
version "1.0.1"
34103433
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"

0 commit comments

Comments
 (0)