Skip to content

Commit c6496fa

Browse files
committed
build(deps): bump @whatwg-node/server from 0.9.71 to 0.10.1
1 parent c71e902 commit c6496fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
"start": "symbiote start --env NODE_NO_WARNINGS=1 --",
7575
"test": "npm run test:package:unit --",
7676
"test:package:all": "symbiote test --env NODE_NO_WARNINGS=1 --tests all --coverage",
77-
"test:package:e2e": "symbiote test --env NODE_NO_WARNINGS=1 --tests end-to-end",
77+
"test:package:e2e": "symbiote test --env NODE_NO_WARNINGS=1 --tests e2e-local",
7878
"test:package:integration": "symbiote test --env NODE_NO_WARNINGS=1 --tests integration",
7979
"test:package:unit": "symbiote test --env NODE_NO_WARNINGS=1 --tests unit type",
8080
"test:packages:all": "symbiote test --env NODE_NO_WARNINGS=1 --tests all --scope unlimited --coverage",
8181
"test:packages:all:unit": "symbiote test --env NODE_NO_WARNINGS=1 --tests unit type --scope unlimited --coverage"
8282
},
8383
"dependencies": {
84-
"@whatwg-node/server": "^0.9.71",
84+
"@whatwg-node/server": "^0.10.1",
8585
"cookie": "^1.0.2",
8686
"core-js": "^3.40.0"
8787
},

0 commit comments

Comments
 (0)