File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 18
18
"caniuse-lite" : " 1.0.30000985" ,
19
19
"circular-dependency-plugin" : " 5.0.2" ,
20
20
"clean-css" : " 4.2.1" ,
21
- "copy-webpack-plugin" : " 5.0.3 " ,
21
+ "copy-webpack-plugin" : " 5.0.4 " ,
22
22
"core-js" : " 3.1.4" ,
23
23
"file-loader" : " 4.1.0" ,
24
24
"glob" : " 7.1.4" ,
Original file line number Diff line number Diff line change @@ -1925,6 +1925,26 @@ cacache@^11.3.2:
1925
1925
unique-filename "^1.1.1"
1926
1926
y18n "^4.0.0"
1927
1927
1928
+ cacache@^11.3.3 :
1929
+ version "11.3.3"
1930
+ resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.3.tgz#8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc"
1931
+ integrity sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==
1932
+ dependencies :
1933
+ bluebird "^3.5.5"
1934
+ chownr "^1.1.1"
1935
+ figgy-pudding "^3.5.1"
1936
+ glob "^7.1.4"
1937
+ graceful-fs "^4.1.15"
1938
+ lru-cache "^5.1.1"
1939
+ mississippi "^3.0.0"
1940
+ mkdirp "^0.5.1"
1941
+ move-concurrently "^1.0.1"
1942
+ promise-inflight "^1.0.1"
1943
+ rimraf "^2.6.3"
1944
+ ssri "^6.0.1"
1945
+ unique-filename "^1.1.1"
1946
+ y18n "^4.0.0"
1947
+
1928
1948
cacache@^12.0.0 :
1929
1949
version "12.0.0"
1930
1950
resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.0.tgz#1ed91cc306312a53ad688b1563ce4c416faec564"
@@ -2806,12 +2826,12 @@ copy-descriptor@^0.1.0:
2806
2826
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
2807
2827
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
2808
2828
2809
-
2810
- version "5.0.3 "
2811
- resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.0.3 .tgz#2179e3c8fd69f13afe74da338896f1f01a875b5c "
2812
- integrity sha512-PlZRs9CUMnAVylZq+vg2Juew662jWtwOXOqH4lbQD9ZFhRG9R7tVStOgHt21CBGVq7k5yIJaz8TXDLSjV+Lj8Q ==
2829
+
2830
+ version "5.0.4 "
2831
+ resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.0.4 .tgz#c78126f604e24f194c6ec2f43a64e232b5d43655 "
2832
+ integrity sha512-YBuYGpSzoCHSSDGyHy6VJ7SHojKp6WHT4D7ItcQFNAYx2hrwkMe56e97xfVR0/ovDuMTrMffXUiltvQljtAGeg ==
2813
2833
dependencies :
2814
- cacache "^11.3.2 "
2834
+ cacache "^11.3.3 "
2815
2835
find-cache-dir "^2.1.0"
2816
2836
glob-parent "^3.1.0"
2817
2837
globby "^7.1.1"
You can’t perform that action at this time.
0 commit comments