Skip to content

Commit 73ef0b0

Browse files
1 parent 1d145f7 commit 73ef0b0

File tree

2 files changed

+27
-43
lines changed

2 files changed

+27
-43
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"browserslist": "^4.6.4",
8888
"compression-webpack-plugin": "^4.0.0",
8989
"console-clear": "^1.0.0",
90-
"copy-webpack-plugin": "^5.0.4",
90+
"copy-webpack-plugin": "^6.4.0",
9191
"critters-webpack-plugin": "^2.5.0",
9292
"cross-spawn-promise": "^0.10.1",
9393
"css-loader": "^3.1.0",

yarn.lock

Lines changed: 26 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4651,23 +4651,22 @@ copy-descriptor@^0.1.0:
46514651
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
46524652
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
46534653

4654-
copy-webpack-plugin@^5.0.4:
4655-
version "5.1.2"
4656-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz#8a889e1dcafa6c91c6cd4be1ad158f1d3823bae2"
4657-
integrity sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ==
4654+
copy-webpack-plugin@^6.4.0:
4655+
version "6.4.0"
4656+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.4.0.tgz#7fd397af78e0d310dbf6575d1a0f2fe10efd4d59"
4657+
integrity sha512-p4eIA0ZWk4UI+xewyxOBTDCSDfjK6nCkr3zhDenoi7SFd+NgDNH/D14IZeFaCEFcK/psNDcAUMOB+sAxZ3SsAA==
46584658
dependencies:
4659-
cacache "^12.0.3"
4660-
find-cache-dir "^2.1.0"
4661-
glob-parent "^3.1.0"
4662-
globby "^7.1.1"
4663-
is-glob "^4.0.1"
4664-
loader-utils "^1.2.3"
4665-
minimatch "^3.0.4"
4659+
cacache "^15.0.5"
4660+
fast-glob "^3.2.4"
4661+
find-cache-dir "^3.3.1"
4662+
glob-parent "^5.1.1"
4663+
globby "^11.0.1"
4664+
loader-utils "^2.0.0"
46664665
normalize-path "^3.0.0"
4667-
p-limit "^2.2.1"
4668-
schema-utils "^1.0.0"
4669-
serialize-javascript "^4.0.0"
4670-
webpack-log "^2.0.0"
4666+
p-limit "^3.0.2"
4667+
schema-utils "^3.0.0"
4668+
serialize-javascript "^5.0.1"
4669+
webpack-sources "^1.4.3"
46714670

46724671
core-js-compat@^3.6.2:
46734672
version "3.6.5"
@@ -5377,7 +5376,7 @@ diffie-hellman@^5.0.0:
53775376
miller-rabin "^4.0.0"
53785377
randombytes "^2.0.0"
53795378

5380-
dir-glob@^2.0.0, dir-glob@^2.2.2:
5379+
dir-glob@^2.2.2:
53815380
version "2.2.2"
53825381
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
53835382
integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==
@@ -6205,7 +6204,7 @@ fast-glob@^2.2.6:
62056204
merge2 "^1.2.3"
62066205
micromatch "^3.1.10"
62076206

6208-
fast-glob@^3.1.1:
6207+
fast-glob@^3.1.1, fast-glob@^3.2.4:
62096208
version "3.2.4"
62106209
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
62116210
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
@@ -6800,7 +6799,7 @@ glob-parent@^3.1.0:
68006799
is-glob "^3.1.0"
68016800
path-dirname "^1.0.0"
68026801

6803-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
6802+
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@~5.1.0:
68046803
version "5.1.1"
68056804
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
68066805
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -6850,7 +6849,7 @@ globals@^12.1.0:
68506849
dependencies:
68516850
type-fest "^0.8.1"
68526851

6853-
globby@^11.0.0:
6852+
globby@^11.0.0, globby@^11.0.1:
68546853
version "11.0.1"
68556854
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
68566855
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
@@ -6873,18 +6872,6 @@ globby@^6.1.0:
68736872
pify "^2.0.0"
68746873
pinkie-promise "^2.0.0"
68756874

6876-
globby@^7.1.1:
6877-
version "7.1.1"
6878-
resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680"
6879-
integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA=
6880-
dependencies:
6881-
array-union "^1.0.1"
6882-
dir-glob "^2.0.0"
6883-
glob "^7.1.2"
6884-
ignore "^3.3.5"
6885-
pify "^3.0.0"
6886-
slash "^1.0.0"
6887-
68886875
globby@^9.2.0:
68896876
version "9.2.0"
68906877
resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
@@ -7403,11 +7390,6 @@ ignore-walk@^3.0.1:
74037390
dependencies:
74047391
minimatch "^3.0.4"
74057392

7406-
ignore@^3.3.5:
7407-
version "3.3.10"
7408-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
7409-
integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==
7410-
74117393
ignore@^4.0.3, ignore@^4.0.6:
74127394
version "4.0.6"
74137395
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
@@ -10724,7 +10706,7 @@ p-limit@^1.1.0:
1072410706
dependencies:
1072510707
p-try "^1.0.0"
1072610708

10727-
p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1:
10709+
p-limit@^2.0.0, p-limit@^2.2.0:
1072810710
version "2.3.0"
1072910711
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
1073010712
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
@@ -12768,6 +12750,13 @@ serialize-javascript@^4.0.0:
1276812750
dependencies:
1276912751
randombytes "^2.1.0"
1277012752

12753+
serialize-javascript@^5.0.1:
12754+
version "5.0.1"
12755+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
12756+
integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
12757+
dependencies:
12758+
randombytes "^2.1.0"
12759+
1277112760
serve-index@^1.9.1:
1277212761
version "1.9.1"
1277312762
resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
@@ -12930,11 +12919,6 @@ size-plugin@^2.0.1:
1293012919
pretty-bytes "^5.3.0"
1293112920
util.promisify "^1.0.0"
1293212921

12933-
slash@^1.0.0:
12934-
version "1.0.0"
12935-
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
12936-
integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
12937-
1293812922
slash@^2.0.0:
1293912923
version "2.0.0"
1294012924
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"

0 commit comments

Comments
 (0)