Skip to content

Commit

Permalink
[tool] Update Node.js to v22.12.0
Browse files Browse the repository at this point in the history
Co-authored-by: Romuald Lemesle <[email protected]>
  • Loading branch information
renovate[bot] and RomuDeuxfois authored Dec 19, 2024
1 parent b415712 commit 5a98dec
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- mvn test -q

- name: frontend-tests
image: node:22.11.0-alpine
image: node:22.12.0-alpine
volumes:
- name: cache-node-frontend
path: /drone/src/openbas-front/node_modules
Expand Down Expand Up @@ -65,7 +65,7 @@ steps:
- frontend-tests

- name: frontend-e2e-tests
image: node:22.11.0
image: node:22.12.0
volumes:
- name: cache-node-frontend-e2e
path: /drone/src/openbas-front/node_modules
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.11.0-alpine3.20 AS front-builder
FROM node:22.12.0-alpine3.20 AS front-builder

WORKDIR /opt/openbas-build/openbas-front
COPY openbas-front/packages ./packages
Expand Down
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@testing-library/react": "16.1.0",
"@types/d3-hierarchy": "3.1.7",
"@types/eslint__js": "8.42.3",
"@types/node": "22.9.3",
"@types/node": "22.10.2",
"@types/pdfmake": "0.2.9",
"@types/qs": "6",
"@types/react": "18.3.14",
Expand Down
21 changes: 14 additions & 7 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3093,12 +3093,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.9.3":
version: 22.9.3
resolution: "@types/node@npm:22.9.3"
"@types/node@npm:22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/954ec72bf29436ea62425a9563914a9c1e93f97b18194acd51d74d13998a701977547ed2985ed3a0e97211b785436d28377116e5f613bfcf3182d9bd81d784dc
undici-types: "npm:~6.20.0"
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -8972,7 +8972,7 @@ __metadata:
"@testing-library/react": "npm:16.1.0"
"@types/d3-hierarchy": "npm:3.1.7"
"@types/eslint__js": "npm:8.42.3"
"@types/node": "npm:22.9.3"
"@types/node": "npm:22.10.2"
"@types/pdfmake": "npm:0.2.9"
"@types/qs": "npm:6"
"@types/react": "npm:18.3.14"
Expand Down Expand Up @@ -11318,13 +11318,20 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

"unicode-properties@npm:^1.2.2":
version: 1.4.1
resolution: "unicode-properties@npm:1.4.1"
Expand Down

0 comments on commit 5a98dec

Please sign in to comment.