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.17.0 #8344

Merged
merged 1 commit into from
Sep 17, 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
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ steps:


- name: frontend-e2e-tests
image: node:20.16.0
image: node:20.17.0
volumes:
- name: cache-node-frontend-e2e
path: /drone/src/opencti-platform/opencti-front/node_modules
Expand All @@ -103,7 +103,7 @@ steps:
- frontend-tests

- name: upload-build-artefact
image: node:20.16.0
image: node:20.17.0
failure: ignore
when:
status:
Expand Down Expand Up @@ -132,7 +132,7 @@ steps:
- frontend-e2e-tests

- name: frontend-verify-translation
image: node:20.16.0
image: node:20.17.0
commands:
- cd opencti-platform/opencti-front
- node script/verify-translation.js
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.16.1",
"@types/node": "20.16.5",
"@types/qrcode": "1.5.5",
"@types/ramda": "0.30.1",
"@types/react": "18.3.3",
Expand Down
10 changes: 5 additions & 5 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6104,12 +6104,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.16.1":
version: 20.16.1
resolution: "@types/node@npm:20.16.1"
"@types/node@npm:20.16.5":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/9bae1dffd2094694147a91ebec51dc89a60a607d16d47a0d770320f1a75d3ba58663708fd93c37954a63acb701a4e0fd64245139c57ae810d3ad524e75481d4e
checksum: 10/39a8457149dc17cdea57afc90d4da53182fdb8b958d5bb065a15d123d81d4efa6b51a0de92428d05ead2e63ce07195586f71083401b99cdbcd04662344fbf7a1
languageName: node
linkType: hard

Expand Down Expand Up @@ -15778,7 +15778,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:16.0.0"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:20.16.1"
"@types/node": "npm:20.16.5"
"@types/qrcode": "npm:1.5.5"
"@types/ramda": "npm:0.30.1"
"@types/react": "npm:18.3.3"
Expand Down