Skip to content

Commit fd09af4

Browse files
Update dependency serve to v13.0.4 (#426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbcf975 commit fd09af4

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

dashboard-example/dsl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"html-webpack-plugin": "5.3.2",
1414
"less": "4.1.2",
1515
"less-loader": "8.1.1",
16-
"serve": "13.0.2",
16+
"serve": "13.0.4",
1717
"style-loader": "2.0.0",
1818
"webpack": "5.61.0",
1919
"webpack-cli": "4.7.2",

dashboard-example/home/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"html-webpack-plugin": "5.3.2",
1313
"less": "4.1.2",
1414
"less-loader": "8.1.1",
15-
"serve": "13.0.2",
15+
"serve": "13.0.4",
1616
"style-loader": "2.0.0",
1717
"webpack": "5.61.0",
1818
"webpack-cli": "4.7.2",

dashboard-example/nav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"html-webpack-plugin": "5.3.2",
1313
"less": "4.1.2",
1414
"less-loader": "8.1.1",
15-
"serve": "13.0.2",
15+
"serve": "13.0.4",
1616
"style-loader": "2.0.0",
1717
"webpack": "5.61.0",
1818
"webpack-cli": "4.7.2",

dashboard-example/search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"html-webpack-plugin": "5.3.2",
1313
"less": "4.1.2",
1414
"less-loader": "8.1.1",
15-
"serve": "13.0.2",
15+
"serve": "13.0.4",
1616
"style-loader": "2.0.0",
1717
"webpack": "5.61.0",
1818
"webpack-cli": "4.7.2",

dashboard-example/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@module-federation/dashboard-plugin": "*",
99
"@webpack-cli/serve": "1.5.2",
1010
"babel-loader": "8.2.2",
11-
"serve": "13.0.2",
11+
"serve": "13.0.4",
1212
"webpack": "5.61.0",
1313
"webpack-cli": "4.7.2",
1414
"webpack-dev-server": "^4.7.4"

dashboard-example/yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,8 @@
425425
dependencies:
426426
find-package-json "^1.2.0"
427427

428-
"@module-federation/dashboard-plugin@*", "@module-federation/dashboard-plugin@^2.3.0":
429-
version "2.3.1"
430-
resolved "https://registry.yarnpkg.com/@module-federation/dashboard-plugin/-/dashboard-plugin-2.3.1.tgz#0a8fc597fa90f5389e6a5da5a744e3a0e36b0b5d"
431-
integrity sha512-Dm+fZv2jwTtCaymJiNtb7Kk+KdYVibDRVu5RJuCesvx47MleoQdVoSRU2o5tpTo4g7csfth2btkInkEfjirWHQ==
428+
"@module-federation/dashboard-plugin@*", "@module-federation/dashboard-plugin@file:../dashboard-plugin":
429+
version "2.4.0"
432430
dependencies:
433431
"@babel/generator" "^7.15.4"
434432
"@babel/parser" "^7.15.5"
@@ -3791,10 +3789,10 @@ [email protected]:
37913789
parseurl "~1.3.3"
37923790
send "0.18.0"
37933791

3794-
3795-
version "13.0.2"
3796-
resolved "https://registry.yarnpkg.com/serve/-/serve-13.0.2.tgz#b19ccb854dfdf3085613cd3a4033c7807aeaf85b"
3797-
integrity sha512-71R6fKvNgKrqARAag6lYJNnxDzpH7DCNrMuvPY5PLVaC2PDhJsGTj/34o4o4tPWhTuLgEXqvgnAWbATQ9zGZTQ==
3792+
3793+
version "13.0.4"
3794+
resolved "https://registry.yarnpkg.com/serve/-/serve-13.0.4.tgz#fc4466dc84b3e4a6cb622247c85ed8afe4b88820"
3795+
integrity sha512-Lj8rhXmphJCRQVv5qwu0NQZ2h+0MrRyRJxDZu5y3qLH2i/XY6a0FPj/VmjMUdkJb672MBfE8hJ274PU6JzBd0Q==
37983796
dependencies:
37993797
"@zeit/schemas" "2.6.0"
38003798
ajv "6.12.6"

0 commit comments

Comments
 (0)