Skip to content

Commit 870151e

Browse files
committed
chore(deps): update dependency webpack-cli to v4.8.0
1 parent 2f94b90 commit 870151e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

example/router-redux-rematch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"style-loader": "3.2.1",
6363
"url-loader": "4.1.1",
6464
"webpack": "5.46.0",
65-
"webpack-cli": "4.7.2",
65+
"webpack-cli": "4.8.0",
6666
"webpack-dev-server": "3.11.2"
6767
}
6868
}

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,10 +3091,10 @@
30913091
dependencies:
30923092
envinfo "^7.7.3"
30933093

3094-
"@webpack-cli/serve@^1.5.1":
3095-
version "1.5.1"
3096-
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.5.1.tgz#b5fde2f0f79c1e120307c415a4c1d5eb15a6f278"
3097-
integrity sha512-4vSVUiOPJLmr45S8rMGy7WDvpWxfFxfP/Qx/cxZFCfvoypTYpPPL1X8VIZMe0WTA+Jr7blUxwUSEZNkjoMTgSw==
3094+
"@webpack-cli/serve@^1.5.2":
3095+
version "1.5.2"
3096+
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.5.2.tgz#ea584b637ff63c5a477f6f21604b5a205b72c9ec"
3097+
integrity sha512-vgJ5OLWadI8aKjDlOH3rb+dYyPd2GTZuQC/Tihjct6F9GpXGZINo3Y/IVuZVTM1eDQB+/AOsjPUWH/WySDaXvw==
30983098

30993099
"@xtuc/ieee754@^1.2.0":
31003100
version "1.2.0"
@@ -3519,7 +3519,7 @@ axobject-query@^2.2.0:
35193519
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
35203520
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
35213521

3522-
babel-eslint@^10.1.0:
3522+
babel-eslint@10.1.0, babel-eslint@^10.1.0:
35233523
version "10.1.0"
35243524
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
35253525
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
@@ -13420,15 +13420,15 @@ webidl-conversions@^6.1.0:
1342013420
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
1342113421
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
1342213422

13423-
webpack-cli@4.7.2:
13424-
version "4.7.2"
13425-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.7.2.tgz#a718db600de6d3906a4357e059ae584a89f4c1a5"
13426-
integrity sha512-mEoLmnmOIZQNiRl0ebnjzQ74Hk0iKS5SiEEnpq3dRezoyR3yPaeQZCMCe+db4524pj1Pd5ghZXjT41KLzIhSLw==
13423+
webpack-cli@4.8.0:
13424+
version "4.8.0"
13425+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.8.0.tgz#5fc3c8b9401d3c8a43e2afceacfa8261962338d1"
13426+
integrity sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==
1342713427
dependencies:
1342813428
"@discoveryjs/json-ext" "^0.5.0"
1342913429
"@webpack-cli/configtest" "^1.0.4"
1343013430
"@webpack-cli/info" "^1.3.0"
13431-
"@webpack-cli/serve" "^1.5.1"
13431+
"@webpack-cli/serve" "^1.5.2"
1343213432
colorette "^1.2.1"
1343313433
commander "^7.0.0"
1343413434
execa "^5.0.0"

0 commit comments

Comments
 (0)