Skip to content

Commit 4ae07bd

Browse files
fix(deps): update all dependencies
1 parent 0f08c8d commit 4ae07bd

File tree

13 files changed

+74
-66
lines changed

13 files changed

+74
-66
lines changed

.github/workflows/loadtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4
3636

3737
- name: Run All JMeter Tests In tests Folder
38-
uses: rbhadti94/apache-jmeter-action@v0.5.0
38+
uses: rbhadti94/apache-jmeter-action@v0.7.0
3939
with:
4040
testFilePath: loadtests
4141
outputReportsFolder: loadtests/results
@@ -48,7 +48,7 @@ jobs:
4848
-JVEHICLES_API_URL=${{inputs.vehicles_api_url}}
4949
-JRESULTS_DIR=loadtest/results
5050
51-
- uses: actions/upload-artifact@v4.3.6
51+
- uses: actions/upload-artifact@v4.4.0
5252
with:
5353
name: jmeter-test-results
5454
path: loadtests/results

dops/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build container.
2-
FROM node:20.15.1-alpine AS builder
2+
FROM node:20.17.0-alpine AS builder
33

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

2222

2323
# Deployment container
24-
FROM node:20.15.1-alpine
24+
FROM node:20.17.0-alpine
2525
RUN npm cache clean --force
2626

2727
# Create and Assign permissions to npm folder

dops/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@
7070
"handlebars": "^4.7.8",
7171
"helmet": "^7.1.0",
7272
"jwks-rsa": "^3.1.0",
73-
"mssql": "^10.0.4",
73+
"mssql": "^11.0.0",
7474
"nest-winston": "^1.10.0",
7575
"nestjs-cls": "^4.4.1",
7676
"passport": "^0.7.0",
7777
"passport-jwt": "^4.0.1",
7878
"pdf-lib": "^1.17.1",
79-
"puppeteer": "^22.15.0",
79+
"puppeteer": "^23.0.0",
8080
"response-time": "^2.3.2",
8181
"rxjs": "^7.8.1",
8282
"swagger-ui-express": "^5.0.1",
8383
"typeorm": "^0.3.20",
8484
"typescript-eslint": "^7.18.0",
85-
"uuid": "^9.0.1",
85+
"uuid": "^10.0.0",
8686
"winston": "^3.14.2"
8787
},
8888
"devDependencies": {
@@ -108,7 +108,7 @@
108108
"jest-sonar-reporter": "^2.0.0",
109109
"lint-staged": "^15.2.9",
110110
"prettier": "^3.3.3",
111-
"rimraf": "^5.0.10",
111+
"rimraf": "^6.0.0",
112112
"source-map-support": "^0.5.21",
113113
"supertest": "^7.0.0",
114114
"ts-jest": "^29.2.5",

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.15.1-alpine AS builder
1+
FROM node:20.17.0-alpine AS builder
22

33
# Set the working directory to /app inside the container
44
WORKDIR /app

frontend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"@fortawesome/free-regular-svg-icons": "^6.6.0",
1111
"@fortawesome/free-solid-svg-icons": "^6.6.0",
1212
"@fortawesome/react-fontawesome": "^0.2.2",
13-
"@mui/icons-material": "^5.16.7",
14-
"@mui/material": "^5.16.7",
15-
"@mui/x-date-pickers": "^6.20.2",
13+
"@mui/icons-material": "^6.0.0",
14+
"@mui/material": "^6.0.0",
15+
"@mui/x-date-pickers": "^7.0.0",
1616
"@tanstack/react-query": "^5.52.2",
1717
"@uidotdev/usehooks": "^2.4.1",
1818
"axios": "^1.7.5",
@@ -29,7 +29,7 @@
2929
"react-oidc-context": "^3.1.0",
3030
"react-router-dom": "^6.26.1",
3131
"sass": "^1.77.8",
32-
"uuid": "^9.0.1",
32+
"uuid": "^10.0.0",
3333
"validator": "^13.12.0"
3434
},
3535
"scripts": {
@@ -58,7 +58,7 @@
5858
"@hookform/devtools": "^4.3.1",
5959
"@mswjs/data": "^0.16.1",
6060
"@testing-library/jest-dom": "^6.5.0",
61-
"@testing-library/react": "^14.3.1",
61+
"@testing-library/react": "^16.0.0",
6262
"@testing-library/user-event": "^14.5.2",
6363
"@types/material-ui": "^0.21.17",
6464
"@types/node": "^20.16.2",
@@ -69,24 +69,24 @@
6969
"@typescript-eslint/eslint-plugin": "^7.18.0",
7070
"@typescript-eslint/parser": "^7.18.0",
7171
"@vitejs/plugin-react-swc": "^3.7.0",
72-
"@vitest/coverage-v8": "^1.6.0",
72+
"@vitest/coverage-v8": "^2.0.0",
7373
"autoprefixer": "^10.4.20",
7474
"eslint": "^8.57.0",
7575
"eslint-config-prettier": "^9.1.0",
7676
"eslint-plugin-import": "^2.29.1",
7777
"eslint-plugin-jsx-a11y": "^6.9.0",
7878
"eslint-plugin-prettier": "^5.2.1",
7979
"eslint-plugin-react": "^7.35.0",
80-
"jsdom": "^24.1.3",
80+
"jsdom": "^25.0.0",
8181
"msw": "^2.4.1",
8282
"postcss": "^8.4.41",
8383
"prettier": "^3.3.3",
8484
"typescript": "^5.5.4",
8585
"vite": "^5.4.2",
8686
"vite-plugin-eslint": "^1.8.1",
8787
"vite-plugin-svgr": "^4.2.0",
88-
"vite-tsconfig-paths": "^4.3.2",
89-
"vitest": "^1.6.0",
88+
"vite-tsconfig-paths": "^5.0.0",
89+
"vitest": "^2.0.0",
9090
"vitest-canvas-mock": "^0.3.3"
9191
},
9292
"overrides": {

policy-engine/package-lock.json

Lines changed: 39 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

policy-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-prettier": "^9.1.0",
3333
"jest": "^29.7.0",
3434
"prettier": "^3.2.5",
35-
"rimraf": "^5.0.7",
35+
"rimraf": "^6.0.0",
3636
"ts-jest": "^29.1.2",
3737
"typescript": "^5.4.3"
3838
},

policy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build container.
2-
FROM node:20.15.1-alpine AS builder
2+
FROM node:20.17.0-alpine AS builder
33

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

1919

2020
# Deployment container
21-
FROM node:20.15.1-alpine
21+
FROM node:20.17.0-alpine
2222
RUN npm cache clean --force
2323

2424
# Create and Assign permissions to npm folder

policy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dotenv": "^16.4.5",
6767
"helmet": "^7.1.0",
6868
"jwks-rsa": "^3.1.0",
69-
"mssql": "^10.0.4",
69+
"mssql": "^11.0.0",
7070
"nest-winston": "^1.10.0",
7171
"nestjs-cls": "^4.4.1",
7272
"passport": "^0.7.0",
@@ -76,7 +76,7 @@
7676
"swagger-ui-express": "^5.0.1",
7777
"typeorm": "^0.3.20",
7878
"typescript-eslint": "^7.18.0",
79-
"uuid": "^9.0.1",
79+
"uuid": "^10.0.0",
8080
"winston": "^3.14.2"
8181
},
8282
"devDependencies": {
@@ -102,7 +102,7 @@
102102
"jest-sonar-reporter": "^2.0.0",
103103
"lint-staged": "^15.2.9",
104104
"prettier": "^3.3.3",
105-
"rimraf": "^5.0.10",
105+
"rimraf": "^6.0.0",
106106
"source-map-support": "^0.5.21",
107107
"supertest": "^7.0.0",
108108
"ts-jest": "^29.2.5",

scheduler/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build container
2-
FROM node:20.15.1-alpine AS builder
2+
FROM node:20.17.0-alpine AS builder
33

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

1919

2020
# Deployment container
21-
FROM node:20.15.1-alpine
21+
FROM node:20.17.0-alpine
2222
RUN npm cache clean --force
2323

2424
# Create and Assign permissions to npm folder

0 commit comments

Comments
 (0)