Skip to content

Commit

Permalink
PIMS-2285: Update backend dependencies compression, @eslint/js, eslin…
Browse files Browse the repository at this point in the history
…t, prettier, typescript-eslint to the latest versions. (#2918)
  • Loading branch information
Sharala-Perumal authored Feb 24, 2025
1 parent 513bd63 commit eb7d76d
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 @@ -21,7 +21,7 @@
"dependencies": {
"@bcgov/citz-imb-kc-css-api": "https://github.com/bcgov/citz-imb-kc-css-api/releases/download/v1.4.0/bcgov-citz-imb-kc-css-api-1.4.0.tgz",
"@bcgov/citz-imb-sso-express": "1.0.3-beta3",
"compression": "1.7.4",
"compression": "1.8.0",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"dotenv": "16.4.1",
Expand All @@ -45,7 +45,7 @@
"zod": "3.24.0"
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@eslint/js": "9.20.0",
"@faker-js/faker": "9.4.0",
"@types/compression": "1.7.4",
"@types/cookie-parser": "1.4.5",
Expand All @@ -61,16 +61,16 @@
"@types/swagger-jsdoc": "6.0.4",
"@types/swagger-ui-express": "4.1.6",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"nodemon": "3.1.0",
"prettier": "3.4.1",
"prettier": "3.5.0",
"supertest": "7.0.0",
"ts-jest": "29.2.0",
"tsc-alias": "1.8.8",
"typescript": "5.7.2",
"typescript-eslint": "8.23.0"
"typescript-eslint": "8.24.0"
}
}

0 comments on commit eb7d76d

Please sign in to comment.