Skip to content

Commit 35837ab

Browse files
renovate-botKeen Yee Liau
authored andcommitted
build: update cacache to version 15.0.0
1 parent 9b7b2f0 commit 35837ab

File tree

2 files changed

+8
-33
lines changed

2 files changed

+8
-33
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"autoprefixer": "9.7.4",
2020
"babel-loader": "8.0.6",
2121
"browserslist": "4.8.6",
22-
"cacache": "14.0.0",
22+
"cacache": "15.0.0",
2323
"caniuse-lite": "1.0.30001023",
2424
"cssnano": "4.1.10",
2525
"circular-dependency-plugin": "5.2.0",

yarn.lock

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,19 +2678,17 @@ bytes@3.1.0:
26782678
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
26792679
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
26802680

2681-
cacache@14.0.0:
2682-
version "14.0.0"
2683-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-14.0.0.tgz#97c10fc87c4c7ee41d45e32631c26761c2687caa"
2684-
integrity sha512-+Nr/BnA/tjAUXza9gH8F+FSP+1HvWqCKt4c95dQr4EDVJVafbzmPZpLKCkLYexs6vSd2B/1TOXrAoNnqVPfvRA==
2681+
cacache@15.0.0, cacache@^15.0.0:
2682+
version "15.0.0"
2683+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.0.tgz#133b59edbd2a37ea8ef2d54964c6f247e47e5059"
2684+
integrity sha512-L0JpXHhplbJSiDGzyJJnJCTL7er7NzbBgxzVqLswEb4bO91Zbv17OUMuUeu/q0ZwKn3V+1HM4wb9tO4eVE/K8g==
26852685
dependencies:
26862686
chownr "^1.1.2"
2687-
figgy-pudding "^3.5.1"
26882687
fs-minipass "^2.0.0"
26892688
glob "^7.1.4"
2690-
graceful-fs "^4.2.2"
26912689
infer-owner "^1.0.4"
26922690
lru-cache "^5.1.1"
2693-
minipass "^3.0.0"
2691+
minipass "^3.1.1"
26942692
minipass-collect "^1.0.2"
26952693
minipass-flush "^1.0.5"
26962694
minipass-pipeline "^1.2.2"
@@ -2699,8 +2697,8 @@ cacache@14.0.0:
26992697
p-map "^3.0.0"
27002698
promise-inflight "^1.0.1"
27012699
rimraf "^2.7.1"
2702-
ssri "^7.0.0"
2703-
tar "^6.0.0"
2700+
ssri "^8.0.0"
2701+
tar "^6.0.1"
27042702
unique-filename "^1.1.1"
27052703

27062704
cacache@^12.0.2, cacache@^12.0.3:
@@ -2748,29 +2746,6 @@ cacache@^13.0.1:
27482746
ssri "^7.0.0"
27492747
unique-filename "^1.1.1"
27502748

2751-
cacache@^15.0.0:
2752-
version "15.0.0"
2753-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.0.tgz#133b59edbd2a37ea8ef2d54964c6f247e47e5059"
2754-
integrity sha512-L0JpXHhplbJSiDGzyJJnJCTL7er7NzbBgxzVqLswEb4bO91Zbv17OUMuUeu/q0ZwKn3V+1HM4wb9tO4eVE/K8g==
2755-
dependencies:
2756-
chownr "^1.1.2"
2757-
fs-minipass "^2.0.0"
2758-
glob "^7.1.4"
2759-
infer-owner "^1.0.4"
2760-
lru-cache "^5.1.1"
2761-
minipass "^3.1.1"
2762-
minipass-collect "^1.0.2"
2763-
minipass-flush "^1.0.5"
2764-
minipass-pipeline "^1.2.2"
2765-
mkdirp "^1.0.3"
2766-
move-concurrently "^1.0.1"
2767-
p-map "^3.0.0"
2768-
promise-inflight "^1.0.1"
2769-
rimraf "^2.7.1"
2770-
ssri "^8.0.0"
2771-
tar "^6.0.1"
2772-
unique-filename "^1.1.1"
2773-
27742749
cache-base@^1.0.1:
27752750
version "1.0.1"
27762751
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"

0 commit comments

Comments
 (0)