Skip to content

Commit

Permalink
Merge branch 'main' into PIMS-2238
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky authored Nov 19, 2024
2 parents cfa95cf + 39e7e67 commit a57b73b
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 @@ -22,10 +22,10 @@
"@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-beta2",
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"dotenv": "16.4.1",
"express": "4.21.0",
"express": "4.21.1",
"express-rate-limit": "7.4.0",
"morgan": "1.10.0",
"multer": "1.4.5-lts.1",
Expand All @@ -44,7 +44,7 @@
"zod": "3.23.3"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@eslint/js": "9.15.0",
"@faker-js/faker": "9.2.0",
"@types/compression": "1.7.4",
"@types/cookie-parser": "1.4.5",
Expand All @@ -59,7 +59,7 @@
"@types/swagger-jsdoc": "6.0.4",
"@types/swagger-ui-express": "4.1.6",
"cross-env": "7.0.3",
"eslint": "9.14.0",
"eslint": "9.15.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.14.0"
"typescript-eslint": "8.15.0"
}
}

0 comments on commit a57b73b

Please sign in to comment.