Skip to content

Commit 469d9ec

Browse files
renovate-botdgp1130
authored andcommitted
build: update dependency copy-webpack-plugin to v11
1 parent 22af652 commit 469d9ec

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"browserslist": "^4.9.1",
133133
"cacache": "16.1.0",
134134
"chokidar": "^3.5.2",
135-
"copy-webpack-plugin": "10.2.4",
135+
"copy-webpack-plugin": "11.0.0",
136136
"critters": "0.0.16",
137137
"css-loader": "6.7.1",
138138
"debug": "^4.1.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"babel-plugin-istanbul": "6.1.1",
2727
"browserslist": "^4.9.1",
2828
"cacache": "16.1.0",
29-
"copy-webpack-plugin": "10.2.4",
29+
"copy-webpack-plugin": "11.0.0",
3030
"critters": "0.0.16",
3131
"css-loader": "6.7.1",
3232
"esbuild-wasm": "0.14.39",

yarn.lock

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4261,6 +4261,18 @@ copy-webpack-plugin@10.2.4:
42614261
schema-utils "^4.0.0"
42624262
serialize-javascript "^6.0.0"
42634263

4264+
copy-webpack-plugin@11.0.0:
4265+
version "11.0.0"
4266+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
4267+
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
4268+
dependencies:
4269+
fast-glob "^3.2.11"
4270+
glob-parent "^6.0.1"
4271+
globby "^13.1.1"
4272+
normalize-path "^3.0.0"
4273+
schema-utils "^4.0.0"
4274+
serialize-javascript "^6.0.0"
4275+
42644276
core-js-compat@^3.21.0, core-js-compat@^3.22.1:
42654277
version "3.22.5"
42664278
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.5.tgz#7fffa1d20cb18405bd22756ca1353c6f1a0e8614"
@@ -5627,7 +5639,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
56275639
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
56285640
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
56295641

5630-
fast-glob@^3.2.7, fast-glob@^3.2.9:
5642+
fast-glob@^3.2.11, fast-glob@^3.2.7, fast-glob@^3.2.9:
56315643
version "3.2.11"
56325644
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
56335645
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -6098,6 +6110,17 @@ globby@^12.0.2:
60986110
merge2 "^1.4.1"
60996111
slash "^4.0.0"
61006112

6113+
globby@^13.1.1:
6114+
version "13.1.1"
6115+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
6116+
integrity sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==
6117+
dependencies:
6118+
dir-glob "^3.0.1"
6119+
fast-glob "^3.2.11"
6120+
ignore "^5.2.0"
6121+
merge2 "^1.4.1"
6122+
slash "^4.0.0"
6123+
61016124
globby@^5.0.0:
61026125
version "5.0.0"
61036126
resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"

0 commit comments

Comments
 (0)