Skip to content

Commit c81d010

Browse files
committed
Update dev dependencies
1 parent 1a5bb18 commit c81d010

File tree

2 files changed

+91
-65
lines changed

2 files changed

+91
-65
lines changed

package-lock.json

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@
4848
"watch": "nodemon -e js -x 'npm run build' "
4949
},
5050
"devDependencies": {
51-
"@fastify/request-context": "^6.0.0",
52-
"@types/chai": "^4.3.17",
53-
"@types/mocha": "^10.0.7",
54-
"@types/node": "^20.16.1",
51+
"@fastify/request-context": "^6.0.1",
52+
"@types/chai": "^4.3.20",
53+
"@types/mocha": "^10.0.8",
54+
"@types/node": "^20.16.10",
5555
"@voxpelli/eslint-config": "^21.0.0",
56-
"@voxpelli/tsconfig": "^13.0.0",
56+
"@voxpelli/tsconfig": "^15.0.0",
5757
"c8": "^10.1.2",
5858
"chai": "^4.5.0",
59-
"eslint": "^9.9.1",
59+
"eslint": "^9.11.1",
6060
"fastify": "^5.0.0",
61-
"husky": "^9.1.5",
61+
"husky": "^9.1.6",
6262
"installed-check": "^9.3.0",
63-
"knip": "^5.27.3",
63+
"knip": "^5.30.6",
6464
"mocha": "^10.7.3",
65-
"nodemon": "^3.1.4",
66-
"npm-run-all2": "^6.2.2",
65+
"nodemon": "^3.1.7",
66+
"npm-run-all2": "^6.2.3",
6767
"type-coverage": "^2.29.1",
68-
"typescript": "~5.5.4"
68+
"typescript": "~5.6.2"
6969
},
7070
"dependencies": {
7171
"@fastify/oauth2": "^8.0.0",

0 commit comments

Comments
 (0)