Skip to content

Commit c3b28cc

Browse files
chore(deps): update dependency copy-webpack-plugin to v9 (#234)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9ca8017 commit c3b28cc

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@commitlint/config-conventional": "^12.0.0",
5050
"babel-loader": "^8.1.0",
5151
"babel-plugin-emotion": "^10.0.33",
52-
"copy-webpack-plugin": "^8.0.0",
52+
"copy-webpack-plugin": "^9.0.0",
5353
"cross-env": "^7.0.2",
5454
"eslint": "^7.4.0",
5555
"eslint-config-prettier": "^8.0.0",

yarn.lock

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

2657-
copy-webpack-plugin@^8.0.0:
2658-
version "8.1.1"
2659-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-8.1.1.tgz#3f697e162764925c2f0d235f380676125508fd26"
2660-
integrity sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ==
2657+
copy-webpack-plugin@^9.0.0:
2658+
version "9.0.0"
2659+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-9.0.0.tgz#2bf592785d2fcdde9342dfed3676490fe0aa7ce8"
2660+
integrity sha512-k8UB2jLIb1Jip2nZbCz83T/XfhfjX6mB1yLJNYKrpYi7FQimfOoFv/0//iT6HV1K8FwUB5yUbCcnpLebJXJTug==
26612661
dependencies:
26622662
fast-glob "^3.2.5"
2663-
glob-parent "^5.1.1"
2663+
glob-parent "^6.0.0"
26642664
globby "^11.0.3"
26652665
normalize-path "^3.0.0"
26662666
p-limit "^3.1.0"
@@ -3800,13 +3800,20 @@ glob-parent@^3.1.0:
38003800
is-glob "^3.1.0"
38013801
path-dirname "^1.0.0"
38023802

3803-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1:
3803+
glob-parent@^5.0.0, glob-parent@^5.1.0:
38043804
version "5.1.2"
38053805
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
38063806
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
38073807
dependencies:
38083808
is-glob "^4.0.1"
38093809

3810+
glob-parent@^6.0.0:
3811+
version "6.0.0"
3812+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.0.tgz#f851b59b388e788f3a44d63fab50382b2859c33c"
3813+
integrity sha512-Hdd4287VEJcZXUwv1l8a+vXC1GjOQqXe+VS30w/ypihpcnu9M1n3xeYeJu5CBpeEQj2nAab2xxz28GuA3vp4Ww==
3814+
dependencies:
3815+
is-glob "^4.0.1"
3816+
38103817
glob-to-regexp@^0.4.1:
38113818
version "0.4.1"
38123819
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"

0 commit comments

Comments
 (0)