Skip to content

Commit e1f4f86

Browse files
committed
Auto merge of #4647 - rust-lang:renovate/node-16.x, r=Turbo87
Update Node.js [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://github.com/nodejs/node) | volta | patch | [`16.14.1` -> `16.14.2`](https://renovatebot.com/diffs/npm/node/16.14.1/v16.14.2) | | [node](https://github.com/nodejs/node) | engines | patch | [`16.14.1` -> `16.14.2`](https://renovatebot.com/diffs/npm/node/16.14.1/v16.14.2) | | [node](https://github.com/nodejs/node) | final | patch | `16.14.0-alpine` -> `16.14.1-alpine` | --- ### Release Notes <details> <summary>nodejs/node</summary> ### [`v16.14.2`](https://github.com/nodejs/node/releases/v16.14.2) [Compare Source](https://github.com/nodejs/node/compare/v16.14.1...v16.14.2) This is a security release. ##### Notable Changes Update to OpenSSL 1.1.1n, which addresses the following vulnerability: - Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778) More details are available at <https://www.openssl.org/news/secadv/20220315.txt> ##### Commits - \[[`3924618c74`](https://github.com/nodejs/node/commit/3924618c74)] - **deps**: update archs files for OpenSSL-1.1.1 (Hassaan Pasha) [#&#8203;42352](https://github.com/nodejs/node/pull/42352) - \[[`7a6a870d58`](https://github.com/nodejs/node/commit/7a6a870d58)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1n (Hassaan Pasha) [#&#8203;42352](https://github.com/nodejs/node/pull/42352) - \[[`c533b430f4`](https://github.com/nodejs/node/commit/c533b430f4)] - **test**: fix tests affected by OpenSSL update (Michael Dawson) [#&#8203;42352](https://github.com/nodejs/node/pull/42352) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 1bdef66 + c8475c9 commit e1f4f86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.14.0-alpine
1+
FROM node:16.14.1-alpine
22

33
WORKDIR /app
44
COPY package.json yarn.lock /app/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@
138138
"miragejs": "0.1.43"
139139
},
140140
"engines": {
141-
"node": "16.14.1",
141+
"node": "16.14.2",
142142
"yarn": "1.22.17"
143143
},
144144
"ember": {
145145
"edition": "octane"
146146
},
147147
"volta": {
148-
"node": "16.14.1",
148+
"node": "16.14.2",
149149
"yarn": "1.22.17"
150150
}
151151
}

0 commit comments

Comments
 (0)