We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce5c24 commit 9b1f49aCopy full SHA for 9b1f49a
package.json
@@ -33,7 +33,7 @@
33
"test": "npm run prettier:test && npm run typecheck && npm run lint && npm run jest"
34
},
35
"devDependencies": {
36
- "@eslint/js": "^9.39.2",
+ "@eslint/js": "^10.0.0",
37
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
38
"@types/cors": "^2.8.19",
39
"@types/express": "^5.0.6",
@@ -45,7 +45,7 @@
45
"@types/swagger-ui-express": "^4.1.8",
46
"dotenv-cli": "^11.0.0",
47
"esbuild": "^0.27.2",
48
- "eslint": "^9.39.2",
+ "eslint": "^10.0.0",
49
"eslint-plugin-security": "^3.0.1",
50
"eslint-plugin-unicorn": "^62.0.0",
51
"jest": "^30.2.0",
0 commit comments