Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node.js to v20.13.1 #923

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.0
image: node:20.13.1
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.12.0-alpine3.18 AS front-builder
FROM node:20.13.1-alpine3.18 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.7.0",
"@testing-library/react": "14.3.1",
"@types/d3-hierarchy": "3.1.7",
"@types/node": "20.12.4",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@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 @@ -4027,12 +4027,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.12.4":
version: 20.12.4
resolution: "@types/node@npm:20.12.4"
"@types/node@npm:20.12.12":
version: 20.12.12
resolution: "@types/node@npm:20.12.12"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/9b142fcd839a48c348d6b9acfc753dfa4b3fb1f3e23ed67e8952bee9b2dfdaffdddfbcf0e4701557b88631591a5f9968433910027532ef847759f8682e27ffe7
checksum: 10c0/f374b763c744e8f16e4f38cf6e2c0eef31781ec9228c9e43a6f267880fea420fab0a238b59f10a7cb3444e49547c5e3785787e371fc242307310995b21988812
languageName: node
linkType: hard

Expand Down Expand Up @@ -11369,7 +11369,7 @@ __metadata:
"@stylistic/eslint-plugin": "npm:1.7.0"
"@testing-library/react": "npm:14.3.1"
"@types/d3-hierarchy": "npm:3.1.7"
"@types/node": "npm:20.12.4"
"@types/node": "npm:20.12.12"
"@types/react": "npm:18.3.2"
"@types/react-csv": "npm:1.1.10"
"@types/react-dom": "npm:18.3.0"
Expand Down
Loading