Skip to content

Commit

Permalink
Bumps Node.js from v14.18.2 to v14.19.1 (#1487)
Browse files Browse the repository at this point in the history
* Addresses multiple CVEs.
  * CVE-2021-44531 (High)
  * CVE-2022-21824 (High)
  * CVE-2022-0778 (High)
  * CVE-2021-44532 (Medium)
  * CVE-2021-44533 (Medium)
* [CHANGELOG](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#2022-03-17-version-14191-fermium-lts-richardlau)

Follow-up from #920

Signed-off-by: Tommy Markley <markleyt@amazon.com>
(cherry picked from commit e0f394e)
  • Loading branch information
Tommy Markley authored and github-actions[bot] committed Apr 22, 2022
1 parent 39d1641 commit 8a96ef4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.2
14.19.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.2
14.19.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=14.18.2
ARG NODE_VERSION=14.19.1
FROM node:${NODE_VERSION} AS base

ENV HOME '.'
Expand Down
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In general, we recommend four tiers of tests:

# Requirements
* Install the latest NodeJS, [NPM](https://www.npmjs.com/get-npm) and [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
* `nvm install v14.18.2`
* `nvm install v14.19.1`
* `npm install -g yarn`

# Running tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
"zlib": "^1.0.5"
},
"engines": {
"node": "14.18.2",
"node": "14.19.1",
"yarn": "^1.21.1"
}
}

0 comments on commit 8a96ef4

Please sign in to comment.