Skip to content

Commit

Permalink
Merge pull request #119 from bcgov/feature/security+updates
Browse files Browse the repository at this point in the history
Quarterly security updates
  • Loading branch information
kyle1morel authored Jul 29, 2024
2 parents b0bd1fa + df0dc88 commit 4ff1602
Show file tree
Hide file tree
Showing 10 changed files with 2,047 additions and 1,631 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-push-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
- name: Build and Push to Container Registry
id: builder
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ inputs.context }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG APP_ROOT=/opt/app-root/src
ARG BASE_IMAGE=docker.io/node:20.12.1-alpine
ARG BASE_IMAGE=docker.io/node:20.15.1-alpine

#
# Build the app
Expand Down
566 changes: 298 additions & 268 deletions app/package-lock.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,50 +46,50 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@prisma/client": "^5.11.0",
"@prisma/client": "^5.17.0",
"api-problem": "^9.0.2",
"axios": "^1.6.8",
"axios": "^1.7.2",
"compression": "^1.7.4",
"config": "^3.3.11",
"config": "^3.3.12",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"express": "^4.19.2",
"express-winston": "^4.2.0",
"helmet": "^7.1.0",
"joi": "^17.12.2",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"pg": "^8.11.3",
"pg": "^8.12.0",
"ts-node": "^10.9.2",
"uuid": "^9.0.1",
"winston": "^3.12.0",
"winston-transport": "^4.7.0"
"uuid": "^10.0.0",
"winston": "^3.13.1",
"winston-transport": "^4.7.1"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/compression": "^1.7.5",
"@types/config": "^3.3.3",
"@types/config": "^3.3.4",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.43",
"@types/express-serve-static-core": "^4.19.5",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.5",
"@types/pg": "^8.11.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@types/node": "^20.14.11",
"@types/pg": "^8.11.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prisma": "^5.11.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"prettier": "^3.3.3",
"prisma": "^5.17.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.4"
"typescript": "^5.5.3"
},
"prisma": {
"schema": "src/db/prisma/schema.prisma"
Expand Down
Loading

0 comments on commit 4ff1602

Please sign in to comment.