Skip to content

Commit 4b323b1

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency cacache to v15.3.0
1 parent 027a349 commit 4b323b1

3 files changed

Lines changed: 40 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"babel-loader": "8.2.2",
135135
"bootstrap": "^4.0.0",
136136
"browserslist": "^4.9.1",
137-
"cacache": "15.2.0",
137+
"cacache": "15.3.0",
138138
"caniuse-lite": "^1.0.30001032",
139139
"circular-dependency-plugin": "5.2.2",
140140
"common-tags": "^1.8.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ansi-colors": "4.1.1",
2626
"babel-loader": "8.2.2",
2727
"browserslist": "^4.9.1",
28-
"cacache": "15.2.0",
28+
"cacache": "15.3.0",
2929
"caniuse-lite": "^1.0.30001032",
3030
"circular-dependency-plugin": "5.2.2",
3131
"copy-webpack-plugin": "9.0.1",

yarn.lock

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,11 @@
12561256
minimatch "^3.0.4"
12571257
strip-json-comments "^3.1.1"
12581258

1259+
"@gar/promisify@^1.0.1":
1260+
version "1.1.2"
1261+
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
1262+
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
1263+
12591264
"@humanwhocodes/config-array@^0.5.0":
12601265
version "0.5.0"
12611266
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
@@ -1362,6 +1367,14 @@
13621367
"@nodelib/fs.scandir" "2.1.5"
13631368
fastq "^1.6.0"
13641369

1370+
"@npmcli/fs@^1.0.0":
1371+
version "1.0.0"
1372+
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.0.0.tgz#589612cfad3a6ea0feafcb901d29c63fd52db09f"
1373+
integrity sha512-8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ==
1374+
dependencies:
1375+
"@gar/promisify" "^1.0.1"
1376+
semver "^7.3.5"
1377+
13651378
"@npmcli/git@^2.1.0":
13661379
version "2.1.0"
13671380
resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-2.1.0.tgz#2fbd77e147530247d37f325930d457b3ebe894f6"
@@ -3357,7 +3370,31 @@ c8@~7.5.0:
33573370
yargs "^16.0.0"
33583371
yargs-parser "^20.0.0"
33593372

3360-
cacache@15.2.0, cacache@^15.0.5, cacache@^15.0.6, cacache@^15.2.0:
3373+
cacache@15.3.0:
3374+
version "15.3.0"
3375+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
3376+
integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
3377+
dependencies:
3378+
"@npmcli/fs" "^1.0.0"
3379+
"@npmcli/move-file" "^1.0.1"
3380+
chownr "^2.0.0"
3381+
fs-minipass "^2.0.0"
3382+
glob "^7.1.4"
3383+
infer-owner "^1.0.4"
3384+
lru-cache "^6.0.0"
3385+
minipass "^3.1.1"
3386+
minipass-collect "^1.0.2"
3387+
minipass-flush "^1.0.5"
3388+
minipass-pipeline "^1.2.2"
3389+
mkdirp "^1.0.3"
3390+
p-map "^4.0.0"
3391+
promise-inflight "^1.0.1"
3392+
rimraf "^3.0.2"
3393+
ssri "^8.0.1"
3394+
tar "^6.0.2"
3395+
unique-filename "^1.1.1"
3396+
3397+
cacache@^15.0.5, cacache@^15.0.6, cacache@^15.2.0:
33613398
version "15.2.0"
33623399
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.2.0.tgz#73af75f77c58e72d8c630a7a2858cb18ef523389"
33633400
integrity sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==

0 commit comments

Comments
 (0)