Skip to content

Commit

Permalink
[frontend] Update Node.js to v20.14.0
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Romuald Lemesle <romuald.lemesle@filigran.io>
  • Loading branch information
renovate[bot] and RomuDeuxfois authored Jun 18, 2024
1 parent bef1801 commit dead0ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.13.1
image: node:20.14.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.13.1-alpine3.18 AS front-builder
FROM node:20.14.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 @@ -80,7 +80,7 @@
"@stylistic/eslint-plugin": "1.8.1",
"@testing-library/react": "14.3.1",
"@types/d3-hierarchy": "3.1.7",
"@types/node": "20.12.12",
"@types/node": "20.14.5",
"@types/react": "18.3.3",
"@types/react-csv": "1.1.10",
"@types/react-dom": "18.3.0",
Expand Down
10 changes: 5 additions & 5 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4506,12 +4506,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.12.12":
version: 20.12.12
resolution: "@types/node@npm:20.12.12"
"@types/node@npm:20.14.5":
version: 20.14.5
resolution: "@types/node@npm:20.14.5"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/f374b763c744e8f16e4f38cf6e2c0eef31781ec9228c9e43a6f267880fea420fab0a238b59f10a7cb3444e49547c5e3785787e371fc242307310995b21988812
checksum: 10c0/06a8c304b5f7f190d4497807dc67ad09ee7b14ea2996bfdc823553c624698d8cab1ef9d16f8b764f20cb9eb11caa0e832787741e9ef70e1c89d620797ab28436
languageName: node
linkType: hard

Expand Down Expand Up @@ -11890,7 +11890,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.12.12"
"@types/node": "npm:20.14.5"
"@types/react": "npm:18.3.3"
"@types/react-csv": "npm:1.1.10"
"@types/react-dom": "npm:18.3.0"
Expand Down

0 comments on commit dead0ef

Please sign in to comment.