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

Commit b6b4011

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 50a31c5 commit b6b4011

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

2150-
array-union@^3.0.1:
2151-
version "3.0.1"
2152-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
2153-
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
2154-
21552150
array-uniq@^1.0.1:
21562151
version "1.0.3"
21572152
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
@@ -2821,14 +2816,14 @@ [email protected]:
28212816
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
28222817
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
28232818

2824-
copy-webpack-plugin@^10.2.4:
2825-
version "10.2.4"
2826-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe"
2827-
integrity sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==
2819+
copy-webpack-plugin@^11.0.0:
2820+
version "11.0.0"
2821+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
2822+
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
28282823
dependencies:
2829-
fast-glob "^3.2.7"
2824+
fast-glob "^3.2.11"
28302825
glob-parent "^6.0.1"
2831-
globby "^12.0.2"
2826+
globby "^13.1.1"
28322827
normalize-path "^3.0.0"
28332828
schema-utils "^4.0.0"
28342829
serialize-javascript "^6.0.0"
@@ -3876,18 +3871,7 @@ fast-deep-equal@^3.1.3:
38763871
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
38773872
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
38783873

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

4253-
globby@^12.0.2:
4254-
version "12.0.2"
4255-
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
4256-
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
4237+
globby@^13.1.1:
4238+
version "13.1.1"
4239+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
4240+
integrity sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==
42574241
dependencies:
4258-
array-union "^3.0.1"
42594242
dir-glob "^3.0.1"
4260-
fast-glob "^3.2.7"
4261-
ignore "^5.1.8"
4243+
fast-glob "^3.2.11"
4244+
ignore "^5.2.0"
42624245
merge2 "^1.4.1"
42634246
slash "^4.0.0"
42644247

0 commit comments

Comments
 (0)