Skip to content

Commit

Permalink
Update dev dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharala-Perumal committed Nov 13, 2024
1 parent 1341e99 commit 2a1cf53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions express-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
"zod": "3.23.3"
},
"devDependencies": {
"@eslint/js": "9.11.1",
"@faker-js/faker": "9.0.1",
"@eslint/js": "9.14.0",
"@faker-js/faker": "9.2.0",
"@types/compression": "1.7.4",
"@types/cookie-parser": "1.4.5",
"@types/cors": "2.8.15",
"@types/express": "4.17.20",
"@types/jest": "29.5.10",
"@types/morgan": "1.9.9",
"@types/multer": "1.4.11",
"@types/node": "22.7.4",
"@types/node": "22.9.0",
"@types/nunjucks": "3.2.6",
"@types/supertest": "6.0.2",
"@types/swagger-jsdoc": "6.0.4",
"@types/swagger-ui-express": "4.1.6",
"cross-env": "7.0.3",
"eslint": "9.11.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
Expand All @@ -69,6 +69,6 @@
"ts-jest": "29.2.0",
"tsc-alias": "1.8.8",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0"
"typescript-eslint": "8.14.0"
}
}

0 comments on commit 2a1cf53

Please sign in to comment.