Skip to content

Commit 8f88ba9

Browse files
chore(deps): update dependency copy-webpack-plugin to v11 (#1983)
1 parent 7a78816 commit 8f88ba9

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@
15391539
"chai": "4.3.6",
15401540
"chai-as-promised": "7.1.1",
15411541
"clean-webpack-plugin": "4.0.0",
1542-
"copy-webpack-plugin": "10.2.4",
1542+
"copy-webpack-plugin": "11.0.0",
15431543
"fork-ts-checker-webpack-plugin": "7.2.11",
15441544
"jest": "28.1.2",
15451545
"jest-environment-node": "28.1.2",

yarn.lock

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6184,7 +6184,7 @@ copy-descriptor@^0.1.0:
61846184
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
61856185
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
61866186

6187-
copy-webpack-plugin@*, [email protected]:
6187+
copy-webpack-plugin@*:
61886188
version "10.2.4"
61896189
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe"
61906190
integrity sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==
@@ -6196,6 +6196,18 @@ copy-webpack-plugin@*, [email protected]:
61966196
schema-utils "^4.0.0"
61976197
serialize-javascript "^6.0.0"
61986198

6199+
6200+
version "11.0.0"
6201+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
6202+
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
6203+
dependencies:
6204+
fast-glob "^3.2.11"
6205+
glob-parent "^6.0.1"
6206+
globby "^13.1.1"
6207+
normalize-path "^3.0.0"
6208+
schema-utils "^4.0.0"
6209+
serialize-javascript "^6.0.0"
6210+
61996211
core-js-compat@^3.20.2, core-js-compat@^3.21.0, core-js-compat@^3.8.1:
62006212
version "3.21.1"
62016213
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.21.1.tgz#cac369f67c8d134ff8f9bd1623e3bc2c42068c82"
@@ -7951,7 +7963,7 @@ fast-glob@^2.2.6:
79517963
merge2 "^1.2.3"
79527964
micromatch "^3.1.10"
79537965

7954-
fast-glob@^3.2.7, fast-glob@^3.2.9:
7966+
fast-glob@^3.2.11, fast-glob@^3.2.7, fast-glob@^3.2.9:
79557967
version "3.2.11"
79567968
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
79577969
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -8637,6 +8649,17 @@ globby@^12.0.2:
86378649
merge2 "^1.4.1"
86388650
slash "^4.0.0"
86398651

8652+
globby@^13.1.1:
8653+
version "13.1.2"
8654+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515"
8655+
integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==
8656+
dependencies:
8657+
dir-glob "^3.0.1"
8658+
fast-glob "^3.2.11"
8659+
ignore "^5.2.0"
8660+
merge2 "^1.4.1"
8661+
slash "^4.0.0"
8662+
86408663
globby@^6.1.0:
86418664
version "6.1.0"
86428665
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"

0 commit comments

Comments
 (0)