Skip to content

Commit

Permalink
[backend] Update Node.js to v20.11.1 (#6220)
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 and Archidoit committed Jun 3, 2024
1 parent 32c2af7 commit 22cdb9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ steps:


- name: frontend-e2e-tests
image: node:20.11.0
image: node:20.11.1
volumes:
- name: cache-node-frontend
path: /drone/src/opencti-platform/opencti-front/node_modules
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 @@ -92,7 +92,7 @@
"@playwright/test": "1.42.1",
"@rollup/plugin-graphql": "2.0.4",
"@testing-library/react": "14.2.1",
"@types/node": "20.11.19",
"@types/node": "20.11.24",
"@types/qrcode": "1.5.5",
"@types/ramda": "0.29.10",
"@types/react": "18.2.55",
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 @@ -5328,12 +5328,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.11.19":
version: 20.11.19
resolution: "@types/node@npm:20.11.19"
"@types/node@npm:20.11.24":
version: 20.11.24
resolution: "@types/node@npm:20.11.24"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/c7f4705d6c84aa21679ad180c33c13ca9567f650e66e14bcee77c7c43d14619c7cd3b4d7b2458947143030b7b1930180efa6d12d999b45366abff9fed7a17472
checksum: 10/7f34bfae5f9b98b9910230af4b4c52dc7fb2d1e96fdebfbc3d7576f8ab3d100076f193f9469add9e7418b455294155e7e6a028498cc5e98f9d49349875a459cf
languageName: node
linkType: hard

Expand Down Expand Up @@ -15572,7 +15572,7 @@ __metadata:
"@rjsf/utils": "npm:5.17.1"
"@rollup/plugin-graphql": "npm:2.0.4"
"@testing-library/react": "npm:14.2.1"
"@types/node": "npm:20.11.19"
"@types/node": "npm:20.11.24"
"@types/qrcode": "npm:1.5.5"
"@types/ramda": "npm:0.29.10"
"@types/react": "npm:18.2.55"
Expand Down

0 comments on commit 22cdb9a

Please sign in to comment.