Skip to content

Commit

Permalink
[frontend] Update Node.js to v20.17.0
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent bd65d3e commit ac93c45
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ steps:
- frontend-tests

- name: frontend-e2e-tests
image: node:20.16.0
image: node:20.17.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:20.16.0-alpine3.20 AS front-builder
FROM node:20.17.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 @@ -86,7 +86,7 @@
"@stylistic/eslint-plugin": "1.8.1",
"@testing-library/react": "14.3.1",
"@types/d3-hierarchy": "3.1.7",
"@types/node": "20.14.13",
"@types/node": "20.16.5",
"@types/qs": "6",
"@types/react": "18.3.3",
"@types/react-csv": "1.1.10",
Expand Down
19 changes: 13 additions & 6 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4370,12 +4370,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.14.13":
version: 20.14.13
resolution: "@types/node@npm:20.14.13"
"@types/node@npm:20.16.5":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/10bb3ece675308742301c652ab8c6cb88b1ebddebed22316103c58f94fe7eff131edd5f679e487c19077fadb6b5e6b1ad9a60a2cee2869aa1f20452b9761d570
undici-types: "npm:~6.19.2"
checksum: 10c0/6af7994129815010bcbc4cf8221865559c8116ff43e74a6549525c2108267596fc2d18aff5d5ecfe089fb60a119f975631343e2c65c52bfa0955ed9dc56733d6
languageName: node
linkType: hard

Expand Down Expand Up @@ -12037,7 +12037,7 @@ __metadata:
"@stylistic/eslint-plugin": "npm:1.8.1"
"@testing-library/react": "npm:14.3.1"
"@types/d3-hierarchy": "npm:3.1.7"
"@types/node": "npm:20.14.13"
"@types/node": "npm:20.16.5"
"@types/qs": "npm:6"
"@types/react": "npm:18.3.3"
"@types/react-csv": "npm:1.1.10"
Expand Down Expand Up @@ -15519,6 +15519,13 @@ __metadata:
languageName: node
linkType: hard

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

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down

0 comments on commit ac93c45

Please sign in to comment.