Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 1, 2025
1 parent d805b2a commit 3824bc1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"test": "bash -c 'source .node_flags.sh && ava'"
},
"dependencies": {
"jose": "^6.0.6",
"jose": "^6.0.8",
"oauth4webapi": "^3.3.0"
},
"devDependencies": {
Expand All @@ -95,7 +95,7 @@
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.1",
"@types/koa__cors": "^5.0.0",
"@types/node": "^22.13.5",
"@types/node": "^22.13.8",
"@types/passport": "^1.0.17",
"@types/qunit": "^2.19.12",
"archiver": "^7.0.1",
Expand All @@ -116,7 +116,7 @@
"typedoc": "^0.27.2",
"typedoc-plugin-markdown": "^4.3.1",
"typedoc-plugin-mdn-links": "^4.0.3",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"undici": "^6.21.1"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"sourceMap": true,
"skipLibCheck": true,
"stripInternal": true,
"erasableSyntaxOnly": true,
// NODE
// "lib": ["ES2022.Error"],
// "types": ["node"]
Expand Down

0 comments on commit 3824bc1

Please sign in to comment.