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

Commit 184e4b2

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-contrib/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 5bb66fb commit 184e4b2

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.5",
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
@@ -2155,11 +2155,6 @@ array-union@^2.1.0:
21552155
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
21562156
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
21572157

2158-
array-union@^3.0.1:
2159-
version "3.0.1"
2160-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
2161-
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
2162-
21632158
array-uniq@^1.0.1:
21642159
version "1.0.3"
21652160
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
@@ -2829,14 +2824,14 @@ [email protected]:
28292824
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
28302825
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
28312826

2832-
copy-webpack-plugin@^10.2.4:
2833-
version "10.2.4"
2834-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe"
2835-
integrity sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==
2827+
copy-webpack-plugin@^11.0.0:
2828+
version "11.0.0"
2829+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
2830+
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
28362831
dependencies:
2837-
fast-glob "^3.2.7"
2832+
fast-glob "^3.2.11"
28382833
glob-parent "^6.0.1"
2839-
globby "^12.0.2"
2834+
globby "^13.1.1"
28402835
normalize-path "^3.0.0"
28412836
schema-utils "^4.0.0"
28422837
serialize-javascript "^6.0.0"
@@ -3884,18 +3879,7 @@ fast-deep-equal@^3.1.3:
38843879
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
38853880
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
38863881

3887-
fast-glob@^3.2.5, fast-glob@^3.2.7:
3888-
version "3.2.7"
3889-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
3890-
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
3891-
dependencies:
3892-
"@nodelib/fs.stat" "^2.0.2"
3893-
"@nodelib/fs.walk" "^1.2.3"
3894-
glob-parent "^5.1.2"
3895-
merge2 "^1.3.0"
3896-
micromatch "^4.0.4"
3897-
3898-
fast-glob@^3.2.9:
3882+
fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.9:
38993883
version "3.2.11"
39003884
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
39013885
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4258,15 +4242,14 @@ globby@^11.0.3, globby@^11.1.0:
42584242
merge2 "^1.4.1"
42594243
slash "^3.0.0"
42604244

4261-
globby@^12.0.2:
4262-
version "12.0.2"
4263-
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
4264-
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
4245+
globby@^13.1.1:
4246+
version "13.1.1"
4247+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
4248+
integrity sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==
42654249
dependencies:
4266-
array-union "^3.0.1"
42674250
dir-glob "^3.0.1"
4268-
fast-glob "^3.2.7"
4269-
ignore "^5.1.8"
4251+
fast-glob "^3.2.11"
4252+
ignore "^5.2.0"
42704253
merge2 "^1.4.1"
42714254
slash "^4.0.0"
42724255

0 commit comments

Comments
 (0)