Skip to content

Commit 3824bc1

Browse files
committed
chore: bump packages
1 parent d805b2a commit 3824bc1

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"test": "bash -c 'source .node_flags.sh && ava'"
8686
},
8787
"dependencies": {
88-
"jose": "^6.0.6",
88+
"jose": "^6.0.8",
8989
"oauth4webapi": "^3.3.0"
9090
},
9191
"devDependencies": {
@@ -95,7 +95,7 @@
9595
"@types/express": "^5.0.0",
9696
"@types/express-session": "^1.18.1",
9797
"@types/koa__cors": "^5.0.0",
98-
"@types/node": "^22.13.5",
98+
"@types/node": "^22.13.8",
9999
"@types/passport": "^1.0.17",
100100
"@types/qunit": "^2.19.12",
101101
"archiver": "^7.0.1",
@@ -116,7 +116,7 @@
116116
"typedoc": "^0.27.2",
117117
"typedoc-plugin-markdown": "^4.3.1",
118118
"typedoc-plugin-mdn-links": "^4.0.3",
119-
"typescript": "^5.7.3",
119+
"typescript": "^5.8.2",
120120
"undici": "^6.21.1"
121121
}
122122
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"sourceMap": true,
2020
"skipLibCheck": true,
2121
"stripInternal": true,
22+
"erasableSyntaxOnly": true,
2223
// NODE
2324
// "lib": ["ES2022.Error"],
2425
// "types": ["node"]

0 commit comments

Comments
 (0)