Skip to content

Commit 6e65ec8

Browse files
renovate-botmgechev
authored andcommitted
build: update copy-webpack-plugin to version 6.1.0
1 parent f665c46 commit 6e65ec8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"common-tags": "^1.8.0",
137137
"conventional-changelog": "^3.0.0",
138138
"conventional-commits-parser": "^3.0.0",
139-
"copy-webpack-plugin": "6.0.4",
139+
"copy-webpack-plugin": "6.1.0",
140140
"core-js": "3.6.4",
141141
"css-loader": "4.2.2",
142142
"cssnano": "4.1.10",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cacache": "15.0.5",
2626
"caniuse-lite": "^1.0.30001032",
2727
"circular-dependency-plugin": "5.2.0",
28-
"copy-webpack-plugin": "6.0.4",
28+
"copy-webpack-plugin": "6.1.0",
2929
"core-js": "3.6.4",
3030
"css-loader": "4.2.2",
3131
"cssnano": "4.1.10",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3735,10 +3735,10 @@ copy-descriptor@^0.1.0:
37353735
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
37363736
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
37373737

3738-
copy-webpack-plugin@6.0.4:
3739-
version "6.0.4"
3740-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.4.tgz#7b7d7f7f290aa21b3411d02525859b89988a200b"
3741-
integrity sha512-zCazfdYAh3q/O4VzZFiadWGpDA2zTs6FC6D7YTHD6H1J40pzo0H4z22h1NYMCl4ArQP4CK8y/KWqPrJ4rVkZ5A==
3738+
copy-webpack-plugin@6.1.0:
3739+
version "6.1.0"
3740+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.1.0.tgz#5bde7f826d87e716d8d5e761ddd34bb675448458"
3741+
integrity sha512-aWjIuLt1OVQxaDVffnt3bnGmLA8zGgAJaFwPA+a+QYVPh1vhIKjVfh3SbOFLV0kRPvGBITbw17n5CsmiBS4LQQ==
37423742
dependencies:
37433743
cacache "^15.0.5"
37443744
fast-glob "^3.2.4"
@@ -3748,7 +3748,7 @@ [email protected]:
37483748
loader-utils "^2.0.0"
37493749
normalize-path "^3.0.0"
37503750
p-limit "^3.0.2"
3751-
schema-utils "^2.7.0"
3751+
schema-utils "^2.7.1"
37523752
serialize-javascript "^4.0.0"
37533753
webpack-sources "^1.4.3"
37543754

@@ -10496,7 +10496,7 @@ schema-utils@^1.0.0:
1049610496
ajv-errors "^1.0.0"
1049710497
ajv-keywords "^3.1.0"
1049810498

10499-
schema-utils@^2.5.0, schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0:
10499+
schema-utils@^2.5.0, schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0, schema-utils@^2.7.1:
1050010500
version "2.7.1"
1050110501
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
1050210502
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==

0 commit comments

Comments
 (0)