Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 90a0a37

Browse files
Bump copy-webpack-plugin from 10.2.4 to 11.0.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 to 11.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@v10.2.4...v11.0.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d5311f commit 90a0a37

File tree

2 files changed

+14
-31
lines changed

2 files changed

+14
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"babel-plugin-dynamic-import-node": "^2.3.3",
4646
"babel-plugin-styled-components": "^2.0.7",
4747
"clean-webpack-plugin": "^4.0.0",
48-
"copy-webpack-plugin": "^10.2.4",
48+
"copy-webpack-plugin": "^11.0.0",
4949
"core-js": "^3.23.3",
5050
"cross-env": "^7.0.3",
5151
"dotenv-webpack": "^7.1.1",

yarn.lock

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,11 +2272,6 @@ array-union@^2.1.0:
22722272
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
22732273
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
22742274

2275-
array-union@^3.0.1:
2276-
version "3.0.1"
2277-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
2278-
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
2279-
22802275
array-uniq@^1.0.1:
22812276
version "1.0.3"
22822277
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
@@ -2930,14 +2925,14 @@ [email protected]:
29302925
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
29312926
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
29322927

2933-
copy-webpack-plugin@^10.2.4:
2934-
version "10.2.4"
2935-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe"
2936-
integrity sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==
2928+
copy-webpack-plugin@^11.0.0:
2929+
version "11.0.0"
2930+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
2931+
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
29372932
dependencies:
2938-
fast-glob "^3.2.7"
2933+
fast-glob "^3.2.11"
29392934
glob-parent "^6.0.1"
2940-
globby "^12.0.2"
2935+
globby "^13.1.1"
29412936
normalize-path "^3.0.0"
29422937
schema-utils "^4.0.0"
29432938
serialize-javascript "^6.0.0"
@@ -3980,18 +3975,7 @@ fast-deep-equal@^3.1.3:
39803975
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
39813976
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
39823977

3983-
fast-glob@^3.2.5, fast-glob@^3.2.7:
3984-
version "3.2.7"
3985-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
3986-
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
3987-
dependencies:
3988-
"@nodelib/fs.stat" "^2.0.2"
3989-
"@nodelib/fs.walk" "^1.2.3"
3990-
glob-parent "^5.1.2"
3991-
merge2 "^1.3.0"
3992-
micromatch "^4.0.4"
3993-
3994-
fast-glob@^3.2.9:
3978+
fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.9:
39953979
version "3.2.11"
39963980
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
39973981
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4354,15 +4338,14 @@ globby@^11.0.3, globby@^11.1.0:
43544338
merge2 "^1.4.1"
43554339
slash "^3.0.0"
43564340

4357-
globby@^12.0.2:
4358-
version "12.0.2"
4359-
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
4360-
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
4341+
globby@^13.1.1:
4342+
version "13.1.2"
4343+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515"
4344+
integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==
43614345
dependencies:
4362-
array-union "^3.0.1"
43634346
dir-glob "^3.0.1"
4364-
fast-glob "^3.2.7"
4365-
ignore "^5.1.8"
4347+
fast-glob "^3.2.11"
4348+
ignore "^5.2.0"
43664349
merge2 "^1.4.1"
43674350
slash "^4.0.0"
43684351

0 commit comments

Comments
 (0)