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 1818 "caniuse-lite" : " 1.0.30000985" ,
1919 "circular-dependency-plugin" : " 5.0.2" ,
2020 "clean-css" : " 4.2.1" ,
21- "copy-webpack-plugin" : " 5.0.3 " ,
21+ "copy-webpack-plugin" : " 5.0.4 " ,
2222 "core-js" : " 3.1.4" ,
2323 "file-loader" : " 4.1.0" ,
2424 "glob" : " 7.1.4" ,
Original file line number Diff line number Diff line change @@ -1925,6 +1925,26 @@ cacache@^11.3.2:
19251925 unique-filename "^1.1.1"
19261926 y18n "^4.0.0"
19271927
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+
19281948cacache@^12.0.0 :
19291949 version "12.0.0"
19301950 resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.0.tgz#1ed91cc306312a53ad688b1563ce4c416faec564"
@@ -2806,12 +2826,12 @@ copy-descriptor@^0.1.0:
28062826 resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
28072827 integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
28082828
2809- copy-webpack-plugin@5.0.3 :
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+ copy-webpack-plugin@5.0.4 :
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 ==
28132833 dependencies :
2814- cacache "^11.3.2 "
2834+ cacache "^11.3.3 "
28152835 find-cache-dir "^2.1.0"
28162836 glob-parent "^3.1.0"
28172837 globby "^7.1.1"
You can’t perform that action at this time.
0 commit comments