Skip to content

Commit 8ca35e4

Browse files
chore(deps-dev): bump copy-webpack-plugin from 8.1.1 to 11.0.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 8.1.1 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@v8.1.1...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] <support@github.com>
1 parent 2240812 commit 8ca35e4

2 files changed

Lines changed: 30 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"babel-plugin-import": "^1.13.5",
9090
"babel-plugin-lodash": "^3.3.4",
9191
"clean-webpack-plugin": "^4.0.0",
92-
"copy-webpack-plugin": "^8.1.1",
92+
"copy-webpack-plugin": "^11.0.0",
9393
"cross-env": "^7.0.3",
9494
"css-loader": "^5.2.7",
9595
"css-minimizer-webpack-plugin": "^3.0.0",

yarn.lock

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,18 +3291,17 @@ copy-to-clipboard@^3.2.0:
32913291
dependencies:
32923292
toggle-selection "^1.0.6"
32933293

3294-
copy-webpack-plugin@^8.1.1:
3295-
version "8.1.1"
3296-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-8.1.1.tgz#3f697e162764925c2f0d235f380676125508fd26"
3297-
integrity sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ==
3294+
copy-webpack-plugin@^11.0.0:
3295+
version "11.0.0"
3296+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
3297+
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
32983298
dependencies:
3299-
fast-glob "^3.2.5"
3300-
glob-parent "^5.1.1"
3301-
globby "^11.0.3"
3299+
fast-glob "^3.2.11"
3300+
glob-parent "^6.0.1"
3301+
globby "^13.1.1"
33023302
normalize-path "^3.0.0"
3303-
p-limit "^3.1.0"
3304-
schema-utils "^3.0.0"
3305-
serialize-javascript "^5.0.1"
3303+
schema-utils "^4.0.0"
3304+
serialize-javascript "^6.0.0"
33063305

33073306
core-js-compat@^3.21.0, core-js-compat@^3.22.1:
33083307
version "3.22.5"
@@ -4461,7 +4460,7 @@ fast-glob@^2.2.6:
44614460
merge2 "^1.2.3"
44624461
micromatch "^3.1.10"
44634462

4464-
fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.9:
4463+
fast-glob@^3.2.11, fast-glob@^3.2.9:
44654464
version "3.2.11"
44664465
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
44674466
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4832,7 +4831,7 @@ glob-parent@^3.1.0:
48324831
is-glob "^3.1.0"
48334832
path-dirname "^1.0.0"
48344833

4835-
glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.2:
4834+
glob-parent@^5.1.2, glob-parent@~5.1.2:
48364835
version "5.1.2"
48374836
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
48384837
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -4910,7 +4909,7 @@ globals@^13.6.0, globals@^13.9.0:
49104909
dependencies:
49114910
type-fest "^0.20.2"
49124911

4913-
globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
4912+
globby@^11.0.4, globby@^11.1.0:
49144913
version "11.1.0"
49154914
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
49164915
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -4922,6 +4921,17 @@ globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
49224921
merge2 "^1.4.1"
49234922
slash "^3.0.0"
49244923

4924+
globby@^13.1.1:
4925+
version "13.1.1"
4926+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
4927+
integrity sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==
4928+
dependencies:
4929+
dir-glob "^3.0.1"
4930+
fast-glob "^3.2.11"
4931+
ignore "^5.2.0"
4932+
merge2 "^1.4.1"
4933+
slash "^4.0.0"
4934+
49254935
globby@^6.1.0:
49264936
version "6.1.0"
49274937
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -7242,7 +7252,7 @@ p-limit@^2.0.0, p-limit@^2.2.0:
72427252
dependencies:
72437253
p-try "^2.0.0"
72447254

7245-
p-limit@^3.0.2, p-limit@^3.1.0:
7255+
p-limit@^3.0.2:
72467256
version "3.1.0"
72477257
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
72487258
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
@@ -9397,13 +9407,6 @@ send@0.18.0:
93979407
range-parser "~1.2.1"
93989408
statuses "2.0.1"
93999409

9400-
serialize-javascript@^5.0.1:
9401-
version "5.0.1"
9402-
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
9403-
integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
9404-
dependencies:
9405-
randombytes "^2.1.0"
9406-
94079410
serialize-javascript@^6.0.0:
94089411
version "6.0.0"
94099412
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
@@ -9524,6 +9527,11 @@ slash@^3.0.0:
95249527
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
95259528
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
95269529

9530+
slash@^4.0.0:
9531+
version "4.0.0"
9532+
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
9533+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
9534+
95279535
slice-ansi@^2.1.0:
95289536
version "2.1.0"
95299537
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636"

0 commit comments

Comments
 (0)