Skip to content

Commit d40416a

Browse files
authored
Bump typescript from 5.7.2 to 5.8.2 (#4)
2 parents 62e478a + 6d4c1fe commit d40416a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^22.13.10",
3333
"typedoc": "^0.27.9",
3434
"typedoc-plugin-mdn-links": "^5.0.1",
35-
"typescript": "^5.7.2"
35+
"typescript": "^5.8.2"
3636
},
3737
"dependencies": {
3838
"multipart-ts": "^1.3.2"

src/Server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import http from "node:http";
2-
import packageJson from "../package.json" assert {type: "json"};
2+
import packageJson from "../package.json" with {type: "json"};
33
import {Request} from "./Request.js";
44
import {Response} from "./response/Response.js";
55
import {RouteRegistry} from "./routing/RouteRegistry.js";

0 commit comments

Comments
 (0)