Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidffa committed Oct 21, 2024
1 parent 8bd68e7 commit 707672b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"homepage": "https://vulkava.js.org",
"license": "MIT",
"dependencies": {
"undici": "^6.7.1",
"ws": "^8.16.0"
"undici": "^6.20.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@swc/core": "^1.4.6",
"@swc/core": "^1.7.36",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.13",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.6.3"
},
"bugs": {
"url": "https://github.com/davidffa/Vulkava/issues"
Expand Down

0 comments on commit 707672b

Please sign in to comment.