Skip to content

Commit 5eb0a01

Browse files
committed
chore: update srvx to 0.12
1 parent 7d70c6f commit 5eb0a01

3 files changed

Lines changed: 21 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"rou3": "^0.9.1",
54-
"srvx": "^0.11.22"
54+
"srvx": "^0.12.1"
5555
},
5656
"devDependencies": {
5757
"@happy-dom/global-registrator": "^20.11.0",

pnpm-lock.yaml

Lines changed: 19 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/status.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describeMatrix("event response", (t, { it, describe, expect }) => {
2121

2222
expect(await webResponseToPlain(res)).toMatchObject({
2323
status: 200,
24-
statusText: "OK",
24+
statusText: "",
2525
body: "text",
2626
headers:
2727
t.target === "web"

0 commit comments

Comments
 (0)