Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit cf91fce

Browse files
chore(deps): update dependency start-server-and-test to v2.0.8
1 parent 4738e1c commit cf91fce

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-testcafe": "0.2.1",
3838
"eslint-plugin-vue": "7.20.0",
3939
"skeleton": "https://github.com/dhg/Skeleton.git#2.0.4",
40-
"start-server-and-test": "2.0.7",
40+
"start-server-and-test": "2.0.8",
4141
"testcafe": "3.6.2",
4242
"vue": "2.7.16",
4343
"vue-template-compiler": "2.7.16"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,7 +3216,7 @@ aws4@^1.8.0:
32163216
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
32173217
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
32183218

3219-
axios@^1.7.4:
3219+
axios@^1.7.7:
32203220
version "1.7.7"
32213221
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
32223222
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
@@ -10079,10 +10079,10 @@ stackframe@^1.3.4:
1007910079
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310"
1008010080
integrity sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==
1008110081

10082-
start-server-and-test@2.0.7:
10083-
version "2.0.7"
10084-
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-2.0.7.tgz#d88135fafc441ab25c129f73ee39008be05c15e6"
10085-
integrity sha512-tsOG1QbXKcRmrhCT0SrmmTex+uTjrb0SG8iF9XFmw1Cu8vPbVhER8zR4xkm5LAt1BarM/Dk7Jkfts+h8Rxfb2w==
10082+
start-server-and-test@2.0.8:
10083+
version "2.0.8"
10084+
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-2.0.8.tgz#0423ed00a7c052c4e74ff6bb0b90878bbd1d7cd9"
10085+
integrity sha512-v2fV6NV2F7tL1ocwfI4Wpait+IKjRbT5l3ZZ+ZikXdMLmxYsS8ynGAsCQAUVXkVyGyS+UibsRnvgHkMvJIvCsw==
1008610086
dependencies:
1008710087
arg "^5.0.2"
1008810088
bluebird "3.7.2"
@@ -10091,7 +10091,7 @@ start-server-and-test@2.0.7:
1009110091
execa "5.1.1"
1009210092
lazy-ass "1.6.0"
1009310093
ps-tree "1.2.0"
10094-
wait-on "8.0.0"
10094+
wait-on "8.0.1"
1009510095

1009610096
static-extend@^0.1.1:
1009710097
version "0.1.2"
@@ -11228,12 +11228,12 @@ vue@2.7.16:
1122811228
"@vue/compiler-sfc" "2.7.16"
1122911229
csstype "^3.1.0"
1123011230

11231-
wait-on@8.0.0:
11232-
version "8.0.0"
11233-
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-8.0.0.tgz#82e3f334db01cf37beef0d11639d66333b027f03"
11234-
integrity sha512-fNE5SXinLr2Bt7cJvjvLg2PcXfqznlqRvtE3f8AqYdRZ9BhE+XpsCp1mwQbRoO7s1q7uhAuCw0Ro3mG/KdZjEw==
11231+
wait-on@8.0.1:
11232+
version "8.0.1"
11233+
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-8.0.1.tgz#13c8ec77115517f8fbc2d670521a444201f03f53"
11234+
integrity sha512-1wWQOyR2LVVtaqrcIL2+OM+x7bkpmzVROa0Nf6FryXkS+er5Sa1kzFGjzZRqLnHa3n1rACFLeTwUqE1ETL9Mig==
1123511235
dependencies:
11236-
axios "^1.7.4"
11236+
axios "^1.7.7"
1123711237
joi "^17.13.3"
1123811238
lodash "^4.17.21"
1123911239
minimist "^1.2.8"

0 commit comments

Comments
 (0)