Skip to content

Commit f28657b

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency cacache to v17
(cherry picked from commit c95bab8)
1 parent 1c1f985 commit f28657b

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"babel-plugin-istanbul": "6.1.1",
134134
"bootstrap": "^4.0.0",
135135
"browserslist": "^4.9.1",
136-
"cacache": "16.1.3",
136+
"cacache": "17.0.0",
137137
"chokidar": "3.5.3",
138138
"copy-webpack-plugin": "11.0.0",
139139
"critters": "0.0.16",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"babel-loader": "8.2.5",
2727
"babel-plugin-istanbul": "6.1.1",
2828
"browserslist": "^4.9.1",
29-
"cacache": "16.1.3",
29+
"cacache": "17.0.0",
3030
"chokidar": "3.5.3",
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.16",

yarn.lock

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,13 @@
16201620
"@gar/promisify" "^1.1.3"
16211621
semver "^7.3.5"
16221622

1623+
"@npmcli/fs@^3.0.0":
1624+
version "3.0.0"
1625+
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.0.0.tgz#00d13fd40d9144fb0ca40faf04f755625856ccd2"
1626+
integrity sha512-GdeVD+dnBxzMslTFvnctLX5yIqV4ZNZBWNbo1OejQ++bZpnFNQ1AjOn9Sboi+LzheQbCBU1ts1mhEVduHrcZOQ==
1627+
dependencies:
1628+
semver "^7.3.5"
1629+
16231630
"@npmcli/git@^3.0.0":
16241631
version "3.0.2"
16251632
resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-3.0.2.tgz#5c5de6b4d70474cf2d09af149ce42e4e1dacb931"
@@ -3450,6 +3457,26 @@ [email protected], cacache@^16.0.0, cacache@^16.1.0, cacache@^16.1.3:
34503457
tar "^6.1.11"
34513458
unique-filename "^2.0.0"
34523459

3460+
3461+
version "17.0.0"
3462+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.0.tgz#76be0cc410879a37ec08426cbfcc216a5c2f26a6"
3463+
integrity sha512-5hYD+c8Ytmymo9b8tPgYWrWfHOzaO8M8jMUkyiEYfeLTwo70MUaD/yA1pNONi3upx02JIn3mtpDuSCXoQgtlHw==
3464+
dependencies:
3465+
"@npmcli/fs" "^3.0.0"
3466+
"@npmcli/move-file" "^2.0.0"
3467+
fs-minipass "^2.1.0"
3468+
glob "^8.0.1"
3469+
lru-cache "^7.7.1"
3470+
minipass "^3.1.6"
3471+
minipass-collect "^1.0.2"
3472+
minipass-flush "^1.0.5"
3473+
minipass-pipeline "^1.2.4"
3474+
p-map "^4.0.0"
3475+
promise-inflight "^1.0.1"
3476+
ssri "^9.0.0"
3477+
tar "^6.1.11"
3478+
unique-filename "^2.0.0"
3479+
34533480
call-bind@^1.0.0, call-bind@^1.0.2:
34543481
version "1.0.2"
34553482
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"

0 commit comments

Comments
 (0)