Skip to content

Commit 6742071

Browse files
author
t.manninger
committed
bump Node.js to 20.19.5 to address CVE-2025-27209
Signed-off-by: Thomas Manninger <[email protected]>
1 parent 42ae376 commit 6742071

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.3
1+
20.19.5

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.3
1+
20.19.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION=20.18.3
1+
ARG NODE_VERSION=20.19.5
22
FROM node:${NODE_VERSION} AS base
33

44
ENV HOME '.'

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Additionally there are a few more types of tests and checks:
4444
# Requirements
4545

4646
- Install the latest NodeJS, [NPM](https://www.npmjs.com/get-npm) and [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
47-
- `nvm install v20.18.3`
47+
- `nvm install v20.19.5`
4848
- `npm install -g yarn`
4949

5050
# Test guidelines

changelogs/fragments/10862.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fix:
2+
- Bumping nodejs to 20.19.5 ([#10862](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10862))

0 commit comments

Comments
 (0)