Skip to content

Commit 92a7d2f

Browse files
renovate-botclydin
authored andcommitted
build: update dependency copy-webpack-plugin to v9
1 parent a888138 commit 92a7d2f

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"common-tags": "^1.8.0",
140140
"conventional-changelog": "^3.0.0",
141141
"conventional-commits-parser": "^3.0.0",
142-
"copy-webpack-plugin": "8.1.1",
142+
"copy-webpack-plugin": "9.0.0",
143143
"core-js": "3.12.1",
144144
"critters": "0.0.10",
145145
"css-loader": "5.2.4",

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
"cacache": "15.0.6",
2727
"caniuse-lite": "^1.0.30001032",
2828
"circular-dependency-plugin": "5.2.2",
29-
"copy-webpack-plugin": "8.1.1",
29+
"copy-webpack-plugin": "9.0.0",
3030
"core-js": "3.12.1",
3131
"critters": "0.0.10",
3232
"css-loader": "5.2.4",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3722,13 +3722,13 @@ copy-descriptor@^0.1.0:
37223722
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
37233723
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
37243724

3725-
copy-webpack-plugin@8.1.1:
3726-
version "8.1.1"
3727-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-8.1.1.tgz#3f697e162764925c2f0d235f380676125508fd26"
3728-
integrity sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ==
3725+
copy-webpack-plugin@9.0.0:
3726+
version "9.0.0"
3727+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-9.0.0.tgz#2bf592785d2fcdde9342dfed3676490fe0aa7ce8"
3728+
integrity sha512-k8UB2jLIb1Jip2nZbCz83T/XfhfjX6mB1yLJNYKrpYi7FQimfOoFv/0//iT6HV1K8FwUB5yUbCcnpLebJXJTug==
37293729
dependencies:
37303730
fast-glob "^3.2.5"
3731-
glob-parent "^5.1.1"
3731+
glob-parent "^6.0.0"
37323732
globby "^11.0.3"
37333733
normalize-path "^3.0.0"
37343734
p-limit "^3.1.0"
@@ -5512,13 +5512,20 @@ glob-parent@^3.1.0:
55125512
is-glob "^3.1.0"
55135513
path-dirname "^1.0.0"
55145514

5515-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@~5.1.0:
5515+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
55165516
version "5.1.2"
55175517
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
55185518
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
55195519
dependencies:
55205520
is-glob "^4.0.1"
55215521

5522+
glob-parent@^6.0.0:
5523+
version "6.0.0"
5524+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.0.tgz#f851b59b388e788f3a44d63fab50382b2859c33c"
5525+
integrity sha512-Hdd4287VEJcZXUwv1l8a+vXC1GjOQqXe+VS30w/ypihpcnu9M1n3xeYeJu5CBpeEQj2nAab2xxz28GuA3vp4Ww==
5526+
dependencies:
5527+
is-glob "^4.0.1"
5528+
55225529
glob-to-regexp@^0.4.1:
55235530
version "0.4.1"
55245531
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"

0 commit comments

Comments
 (0)