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

Commit bd210e6

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 d66d2b8 commit bd210e6

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.22.8",
5050
"cross-env": "^7.0.3",
5151
"dotenv-webpack": "^7.1.0",

yarn.lock

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

2170-
array-union@^3.0.1:
2171-
version "3.0.1"
2172-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
2173-
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
2174-
21752170
array-uniq@^1.0.1:
21762171
version "1.0.3"
21772172
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
@@ -2825,14 +2820,14 @@ [email protected]:
28252820
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
28262821
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
28272822

2828-
copy-webpack-plugin@^10.2.4:
2829-
version "10.2.4"
2830-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe"
2831-
integrity sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==
2823+
copy-webpack-plugin@^11.0.0:
2824+
version "11.0.0"
2825+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
2826+
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
28322827
dependencies:
2833-
fast-glob "^3.2.7"
2828+
fast-glob "^3.2.11"
28342829
glob-parent "^6.0.1"
2835-
globby "^12.0.2"
2830+
globby "^13.1.1"
28362831
normalize-path "^3.0.0"
28372832
schema-utils "^4.0.0"
28382833
serialize-javascript "^6.0.0"
@@ -3875,18 +3870,7 @@ fast-deep-equal@^3.1.3:
38753870
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
38763871
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
38773872

3878-
fast-glob@^3.2.5, fast-glob@^3.2.7:
3879-
version "3.2.7"
3880-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
3881-
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
3882-
dependencies:
3883-
"@nodelib/fs.stat" "^2.0.2"
3884-
"@nodelib/fs.walk" "^1.2.3"
3885-
glob-parent "^5.1.2"
3886-
merge2 "^1.3.0"
3887-
micromatch "^4.0.4"
3888-
3889-
fast-glob@^3.2.9:
3873+
fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.9:
38903874
version "3.2.11"
38913875
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
38923876
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4249,15 +4233,14 @@ globby@^11.0.3, globby@^11.1.0:
42494233
merge2 "^1.4.1"
42504234
slash "^3.0.0"
42514235

4252-
globby@^12.0.2:
4253-
version "12.0.2"
4254-
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
4255-
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
4236+
globby@^13.1.1:
4237+
version "13.1.1"
4238+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
4239+
integrity sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==
42564240
dependencies:
4257-
array-union "^3.0.1"
42584241
dir-glob "^3.0.1"
4259-
fast-glob "^3.2.7"
4260-
ignore "^5.1.8"
4242+
fast-glob "^3.2.11"
4243+
ignore "^5.2.0"
42614244
merge2 "^1.4.1"
42624245
slash "^4.0.0"
42634246

0 commit comments

Comments
 (0)