Skip to content

Commit 309cf62

Browse files
committed
chore: update webpack-serve
1 parent 825877c commit 309cf62

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2972,8 +2972,8 @@ es-to-primitive@^1.1.1:
29722972
is-symbol "^1.0.1"
29732973

29742974
es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
2975-
version "0.10.43"
2976-
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.43.tgz#c705e645253210233a270869aa463a2333b7ca64"
2975+
version "0.10.45"
2976+
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.45.tgz#0bfdf7b473da5919d5adf3bd25ceb754fccc3653"
29772977
dependencies:
29782978
es6-iterator "~2.0.3"
29792979
es6-symbol "~3.1.1"
@@ -4896,13 +4896,20 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
48964896
version "3.0.2"
48974897
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
48984898

4899-
js-yaml@^3.11.0, js-yaml@^3.4.3, js-yaml@^3.7.0, js-yaml@^3.9.0, js-yaml@^3.9.1:
4899+
js-yaml@^3.11.0, js-yaml@^3.4.3, js-yaml@^3.7.0, js-yaml@^3.9.1:
49004900
version "3.11.0"
49014901
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
49024902
dependencies:
49034903
argparse "^1.0.7"
49044904
esprima "^4.0.0"
49054905

4906+
js-yaml@^3.9.0:
4907+
version "3.12.0"
4908+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
4909+
dependencies:
4910+
argparse "^1.0.7"
4911+
esprima "^4.0.0"
4912+
49064913
js-yaml@~3.7.0:
49074914
version "3.7.0"
49084915
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
@@ -6184,12 +6191,18 @@ p-finally@^1.0.0:
61846191
version "1.0.0"
61856192
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
61866193

6187-
p-limit@^1.0.0, p-limit@^1.1.0:
6194+
p-limit@^1.0.0:
61886195
version "1.2.0"
61896196
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.2.0.tgz#0e92b6bedcb59f022c13d0f1949dc82d15909f1c"
61906197
dependencies:
61916198
p-try "^1.0.0"
61926199

6200+
p-limit@^1.1.0:
6201+
version "1.3.0"
6202+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
6203+
dependencies:
6204+
p-try "^1.0.0"
6205+
61936206
p-locate@^2.0.0:
61946207
version "2.0.0"
61956208
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -8444,8 +8457,8 @@ webpack-merge@^4.1.2:
84448457
lodash "^4.17.5"
84458458

84468459
webpack-serve@^1.0.2:
8447-
version "1.0.2"
8448-
resolved "https://registry.yarnpkg.com/webpack-serve/-/webpack-serve-1.0.2.tgz#cd7f040cac63300e8fff79f1d45aa2f3e5825492"
8460+
version "1.0.3"
8461+
resolved "https://registry.yarnpkg.com/webpack-serve/-/webpack-serve-1.0.3.tgz#47f4c10efcae49797771e1a4008623c158d66d77"
84498462
dependencies:
84508463
"@shellscape/koa-static" "^4.0.4"
84518464
"@webpack-contrib/config-loader" "^1.1.1"

0 commit comments

Comments
 (0)