Skip to content

Commit c364376

Browse files
build(deps-dev): bump start-server-and-test from 2.0.9 to 2.0.10
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v2.0.9...v2.0.10) --- updated-dependencies: - dependency-name: start-server-and-test dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b776e7 commit c364376

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

benchmarks/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@whatwg-node/server": "0.9.65"
1717
},
1818
"devDependencies": {
19-
"start-server-and-test": "2.0.9"
19+
"start-server-and-test": "2.0.10"
2020
}
2121
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5022,7 +5022,7 @@ axe-core@^4.10.0:
50225022
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
50235023
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
50245024

5025-
axios@^1.7.7:
5025+
axios@^1.7.9:
50265026
version "1.7.9"
50275027
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
50285028
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
@@ -10666,10 +10666,10 @@ stacktracey@^2.1.8:
1066610666
as-table "^1.0.36"
1066710667
get-source "^2.0.12"
1066810668

10669-
start-server-and-test@2.0.9:
10670-
version "2.0.9"
10671-
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-2.0.9.tgz#a58160fa95e072aeb41e104472dea01b052b7443"
10672-
integrity sha512-DDceIvc4wdpr+z3Aqkot2QMho8TcUBh5qH0wEHDpEexBTzlheOcmh53d3dExABY4J5C7qS2UbSXqRWLtxpbWIQ==
10669+
start-server-and-test@2.0.10:
10670+
version "2.0.10"
10671+
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-2.0.10.tgz#cb0ee4bd86a611f7a4e702028a86d0793a2a8342"
10672+
integrity sha512-nZphcfcqGqwk74lbZkqSwClkYz+M5ZPGOMgWxNVJrdztPKN96qe6HooRu6L3TpwITn0lKJJdKACqHbJtqythOQ==
1067310673
dependencies:
1067410674
arg "^5.0.2"
1067510675
bluebird "3.7.2"
@@ -10678,7 +10678,7 @@ start-server-and-test@2.0.9:
1067810678
execa "5.1.1"
1067910679
lazy-ass "1.6.0"
1068010680
ps-tree "1.2.0"
10681-
wait-on "8.0.1"
10681+
wait-on "8.0.2"
1068210682

1068310683
statuses@2.0.1:
1068410684
version "2.0.1"
@@ -11348,12 +11348,12 @@ vary@^1.1.2, vary@~1.1.2:
1134811348
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
1134911349
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
1135011350

11351-
wait-on@8.0.1:
11352-
version "8.0.1"
11353-
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-8.0.1.tgz#13c8ec77115517f8fbc2d670521a444201f03f53"
11354-
integrity sha512-1wWQOyR2LVVtaqrcIL2+OM+x7bkpmzVROa0Nf6FryXkS+er5Sa1kzFGjzZRqLnHa3n1rACFLeTwUqE1ETL9Mig==
11351+
wait-on@8.0.2:
11352+
version "8.0.2"
11353+
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-8.0.2.tgz#0c7929abf7c5e625b733e992a9c0bd8b7691afe3"
11354+
integrity sha512-qHlU6AawrgAIHlueGQHQ+ETcPLAauXbnoTKl3RKq20W0T8x0DKVAo5xWIYjHSyvHxQlcYbFdR0jp4T9bDVITFA==
1135511355
dependencies:
11356-
axios "^1.7.7"
11356+
axios "^1.7.9"
1135711357
joi "^17.13.3"
1135811358
lodash "^4.17.21"
1135911359
minimist "^1.2.8"

0 commit comments

Comments
 (0)