Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 23fea88 commit 533c8ac
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 67 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run All JMeter Tests In tests Folder
uses: rbhadti94/apache-jmeter-action@v0.5.0
uses: rbhadti94/apache-jmeter-action@v0.7.0
with:
testFilePath: loadtests
outputReportsFolder: loadtests/results
Expand All @@ -48,7 +48,7 @@ jobs:
-JVEHICLES_API_URL=${{inputs.vehicles_api_url}}
-JRESULTS_DIR=loadtest/results
- uses: actions/upload-artifact@v4.3.6
- uses: actions/upload-artifact@v4.4.0
with:
name: jmeter-test-results
path: loadtests/results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
cleanup:
name: Cleanup OpenShift and/or Promote Images
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.6.1
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.7.0
secrets:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions dops/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build container.
FROM node:20.15.1-alpine AS builder
FROM node:20.16.0-alpine AS builder

# Set the working directory to /app inside the container
WORKDIR /app
Expand All @@ -21,7 +21,7 @@ RUN npm prune --production


# Deployment container
FROM node:20.15.1-alpine
FROM node:20.16.0-alpine
RUN npm cache clean --force

# Create and Assign permissions to npm folder
Expand Down
8 changes: 4 additions & 4 deletions dops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"jwks-rsa": "^3.1.0",
"mssql": "^10.0.4",
"mssql": "^11.0.0",
"nest-winston": "^1.10.0",
"nestjs-cls": "^4.4.1",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"pdf-lib": "^1.17.1",
"puppeteer": "^22.15.0",
"puppeteer": "^23.0.0",
"response-time": "^2.3.2",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.1",
"typeorm": "^0.3.20",
"typescript-eslint": "^7.18.0",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"winston": "^3.14.2"
},
"devDependencies": {
Expand All @@ -108,7 +108,7 @@
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"rimraf": "^6.0.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.1-alpine AS builder
FROM node:20.16.0-alpine AS builder

# Set the working directory to /app inside the container
WORKDIR /app
Expand Down
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-date-pickers": "^6.20.2",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/x-date-pickers": "^7.0.0",
"@tanstack/react-query": "^5.52.2",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.7.5",
Expand All @@ -29,7 +29,7 @@
"react-oidc-context": "^3.1.0",
"react-router-dom": "^6.26.1",
"sass": "^1.77.8",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"validator": "^13.12.0"
},
"scripts": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"@hookform/devtools": "^4.3.1",
"@mswjs/data": "^0.16.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^14.3.1",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/material-ui": "^0.21.17",
"@types/node": "^20.16.2",
Expand All @@ -69,24 +69,24 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"jsdom": "^24.1.3",
"jsdom": "^25.0.0",
"msw": "^2.4.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"vite-tsconfig-paths": "^5.0.0",
"vitest": "^2.0.0",
"vitest-canvas-mock": "^0.3.3"
},
"overrides": {
Expand Down
70 changes: 39 additions & 31 deletions policy-engine/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion policy-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"rimraf": "^6.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3"
},
Expand Down
4 changes: 2 additions & 2 deletions policy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build container.
FROM node:20.15.1-alpine AS builder
FROM node:20.16.0-alpine AS builder

# Set the working directory to /app inside the container
WORKDIR /app
Expand All @@ -18,7 +18,7 @@ RUN npm prune --production


# Deployment container
FROM node:20.15.1-alpine
FROM node:20.16.0-alpine
RUN npm cache clean --force

# Create and Assign permissions to npm folder
Expand Down
6 changes: 3 additions & 3 deletions policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"dotenv": "^16.4.5",
"helmet": "^7.1.0",
"jwks-rsa": "^3.1.0",
"mssql": "^10.0.4",
"mssql": "^11.0.0",
"nest-winston": "^1.10.0",
"nestjs-cls": "^4.4.1",
"passport": "^0.7.0",
Expand All @@ -76,7 +76,7 @@
"swagger-ui-express": "^5.0.1",
"typeorm": "^0.3.20",
"typescript-eslint": "^7.18.0",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"winston": "^3.14.2"
},
"devDependencies": {
Expand All @@ -102,7 +102,7 @@
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"rimraf": "^6.0.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions scheduler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build container
FROM node:20.15.1-alpine AS builder
FROM node:20.16.0-alpine AS builder

# Set the working directory to /app inside the container
WORKDIR /app
Expand All @@ -18,7 +18,7 @@ RUN npm prune --production


# Deployment container
FROM node:20.15.1-alpine
FROM node:20.16.0-alpine
RUN npm cache clean --force

# Create and Assign permissions to npm folder
Expand Down
8 changes: 4 additions & 4 deletions scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"jwks-rsa": "^3.1.0",
"mssql": "^10.0.4",
"mssql": "^11.0.0",
"nest-winston": "^1.10.0",
"nestjs-cls": "^4.4.1",
"rxjs": "^7.8.1",
"ssh2-sftp-client": "^10.0.3",
"ssh2-sftp-client": "^11.0.0",
"swagger-ui-express": "^5.0.1",
"typeorm": "^0.3.20",
"typescript-eslint": "^7.18.0",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"winston": "^3.14.2"
},
"devDependencies": {
Expand All @@ -100,7 +100,7 @@
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"rimraf": "^6.0.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
Expand Down
Loading

0 comments on commit 533c8ac

Please sign in to comment.