Skip to content

Commit cc94b90

Browse files
Bump copy-webpack-plugin from 6.2.1 to 7.0.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.2.1 to 7.0.0. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack/copy-webpack-plugin@v6.2.1...v7.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15b02a3 commit cc94b90

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"babel-loader": "8.2.2",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
3939
"clean-webpack-plugin": "3.0.0",
40-
"copy-webpack-plugin": "7.0.0",
40+
"copy-webpack-plugin": "8.1.1",
4141
"cross-env": "^7.0.3",
4242
"css-loader": "5.0.1",
4343
"eslint": "7.19.0",

yarn.lock

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,17 +2887,16 @@ copy-descriptor@^0.1.0:
28872887
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
28882888
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
28892889

2890-
copy-webpack-plugin@7.0.0:
2891-
version "7.0.0"
2892-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-7.0.0.tgz#3506f867ca6e861ee2769d4deaf8fa0d2563ada9"
2893-
integrity sha512-SLjQNa5iE3BoCP76ESU9qYo9ZkEWtXoZxDurHoqPchAFRblJ9g96xTeC560UXBMre1Nx6ixIIUfiY3VcjpJw3g==
2890+
copy-webpack-plugin@8.1.1:
2891+
version "8.1.1"
2892+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-8.1.1.tgz#3f697e162764925c2f0d235f380676125508fd26"
2893+
integrity sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ==
28942894
dependencies:
2895-
fast-glob "^3.2.4"
2895+
fast-glob "^3.2.5"
28962896
glob-parent "^5.1.1"
2897-
globby "^11.0.1"
2898-
loader-utils "^2.0.0"
2897+
globby "^11.0.3"
28992898
normalize-path "^3.0.0"
2900-
p-limit "^3.0.2"
2899+
p-limit "^3.1.0"
29012900
schema-utils "^3.0.0"
29022901
serialize-javascript "^5.0.1"
29032902

@@ -3996,7 +3995,7 @@ fast-diff@^1.1.2:
39963995
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
39973996
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
39983997

3999-
fast-glob@^3.1.1, fast-glob@^3.2.4:
3998+
fast-glob@^3.1.1, fast-glob@^3.2.4, fast-glob@^3.2.5:
40003999
version "3.2.5"
40014000
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
40024001
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
@@ -4487,10 +4486,10 @@ globalthis@^1.0.1:
44874486
dependencies:
44884487
define-properties "^1.1.3"
44894488

4490-
globby@^11.0.1:
4491-
version "11.0.2"
4492-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
4493-
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
4489+
globby@^11.0.3:
4490+
version "11.0.3"
4491+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
4492+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
44944493
dependencies:
44954494
array-union "^2.1.0"
44964495
dir-glob "^3.0.1"

0 commit comments

Comments
 (0)