Update node deps

This commit is contained in:
Andras Schmelczer 2025-04-02 22:19:10 +01:00
parent 4e45888040
commit a0044badf3
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 92 additions and 92 deletions

View file

@ -21,10 +21,10 @@
},
"devDependencies": {
"concurrently": "^9.1.2",
"eslint": "9.22.0",
"eslint": "9.23.0",
"eslint-plugin-unused-imports": "^4.1.4",
"npm-check-updates": "^17.1.15",
"npm-check-updates": "^17.1.16",
"prettier": "^3.5.3",
"typescript-eslint": "8.26.1"
"typescript-eslint": "8.29.0"
}
}