Skip to content

Commit f6c3d47

Browse files
renovate-botmgechev
authored andcommitted
build: update copy-webpack-plugin to version 5.0.5
1 parent 524bff6 commit f6c3d47

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"caniuse-lite": "1.0.30001008",
2424
"circular-dependency-plugin": "5.2.0",
2525
"clean-css": "4.2.1",
26-
"copy-webpack-plugin": "5.0.4",
26+
"copy-webpack-plugin": "5.0.5",
2727
"core-js": "3.4.0",
2828
"file-loader": "4.2.0",
2929
"find-cache-dir": "3.1.0",

yarn.lock

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,27 +2537,7 @@ [email protected], cacache@^13.0.1:
25372537
ssri "^7.0.0"
25382538
unique-filename "^1.1.1"
25392539

2540-
cacache@^11.3.3:
2541-
version "11.3.3"
2542-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.3.tgz#8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc"
2543-
integrity sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==
2544-
dependencies:
2545-
bluebird "^3.5.5"
2546-
chownr "^1.1.1"
2547-
figgy-pudding "^3.5.1"
2548-
glob "^7.1.4"
2549-
graceful-fs "^4.1.15"
2550-
lru-cache "^5.1.1"
2551-
mississippi "^3.0.0"
2552-
mkdirp "^0.5.1"
2553-
move-concurrently "^1.0.1"
2554-
promise-inflight "^1.0.1"
2555-
rimraf "^2.6.3"
2556-
ssri "^6.0.1"
2557-
unique-filename "^1.1.1"
2558-
y18n "^4.0.0"
2559-
2560-
cacache@^12.0.2:
2540+
cacache@^12.0.2, cacache@^12.0.3:
25612541
version "12.0.3"
25622542
resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.3.tgz#be99abba4e1bf5df461cd5a2c1071fc432573390"
25632543
integrity sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==
@@ -3288,22 +3268,22 @@ copy-descriptor@^0.1.0:
32883268
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
32893269
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
32903270

3291-
3292-
version "5.0.4"
3293-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.0.4.tgz#c78126f604e24f194c6ec2f43a64e232b5d43655"
3294-
integrity sha512-YBuYGpSzoCHSSDGyHy6VJ7SHojKp6WHT4D7ItcQFNAYx2hrwkMe56e97xfVR0/ovDuMTrMffXUiltvQljtAGeg==
3271+
3272+
version "5.0.5"
3273+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.0.5.tgz#731df6a837a2ef0f8f8e2345bdfe9b7c62a2da68"
3274+
integrity sha512-7N68eIoQTyudAuxkfPT7HzGoQ+TsmArN/I3HFwG+lVE3FNzqvZKIiaxtYh4o3BIznioxUvx9j26+Rtsc9htQUQ==
32953275
dependencies:
3296-
cacache "^11.3.3"
3276+
cacache "^12.0.3"
32973277
find-cache-dir "^2.1.0"
32983278
glob-parent "^3.1.0"
32993279
globby "^7.1.1"
33003280
is-glob "^4.0.1"
33013281
loader-utils "^1.2.3"
33023282
minimatch "^3.0.4"
33033283
normalize-path "^3.0.0"
3304-
p-limit "^2.2.0"
3284+
p-limit "^2.2.1"
33053285
schema-utils "^1.0.0"
3306-
serialize-javascript "^1.7.0"
3286+
serialize-javascript "^2.1.0"
33073287
webpack-log "^2.0.0"
33083288

33093289
core-js-compat@^3.1.1:
@@ -7852,7 +7832,7 @@ p-limit@^1.1.0:
78527832
dependencies:
78537833
p-try "^1.0.0"
78547834

7855-
p-limit@^2.0.0, p-limit@^2.2.0:
7835+
p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1:
78567836
version "2.2.1"
78577837
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"
78587838
integrity sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==

0 commit comments

Comments
 (0)