From dcd41109ba1bdffba3c0f44a424743e1b627c360 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 12 Jul 2022 10:19:24 +0000 Subject: [PATCH] Update Node.js to v16.16.0 (#79) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://github.com/nodejs/node) | stage | minor | `16.15.1-bullseye` -> `16.16.0-bullseye` | --- ### Release Notes
nodejs/node ### [`v16.16.0`](https://github.com/nodejs/node/releases/tag/v16.16.0) [Compare Source](https://github.com/nodejs/node/compare/v16.15.1...v16.16.0) This is a security release. ##### Notable changes - **deps**: - upgrade openssl sources to OpenSSL\_1\_1\_1q (RafaelGSS) [#​43692](https://github.com/nodejs/node/pull/43692) - **src**: - add OpenSSL config appname (Daniel Bevenius) [#​43124](https://github.com/nodejs/node/pull/43124) ##### Commits - \[[`2303fd3fe5`](https://github.com/nodejs/node/commit/2303fd3fe5)] - **deps**: update archs files for OpenSSL-1.1.1q (RafaelGSS) [#​43692](https://github.com/nodejs/node/pull/43692) - \[[`b219a63c28`](https://github.com/nodejs/node/commit/b219a63c28)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1q (RafaelGSS) [#​43692](https://github.com/nodejs/node/pull/43692) - \[[`c6553a4ef5`](https://github.com/nodejs/node/commit/c6553a4ef5)] - **deps**: update archs files for OpenSSL-1.1.1p+quic (RafaelGSS) [#​43535](https://github.com/nodejs/node/pull/43535) - \[[`e9084a3e90`](https://github.com/nodejs/node/commit/e9084a3e90)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1p+quic (RafaelGSS) [#​43535](https://github.com/nodejs/node/pull/43535) - \[[`1da22eb482`](https://github.com/nodejs/node/commit/1da22eb482)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [nodejs-private/node-private#​315](https://github.com/nodejs-private/node-private/pull/315) - \[[`754c9bfde0`](https://github.com/nodejs/node/commit/754c9bfde0)] - **src**: fix IPv4 validation in inspector_socket (Tobias NieรŸen) [nodejs-private/node-private#​320](https://github.com/nodejs-private/node-private/pull/320) - \[[`447cf680b0`](https://github.com/nodejs/node/commit/447cf680b0)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#​43124](https://github.com/nodejs/node/pull/43124)
--- ### Configuration ๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. ๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.walbeck.it/mwalbeck/docker-cyberchef/pulls/79 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 940f59a..dd7baf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.15.1-bullseye@sha256:294ed7085d137d4f16fd97c0e1518f1d0386dd7fda7c4897d82c7ba65e15fdd6 as build +FROM node:16.16.0-bullseye@sha256:53af0b4186a69a593f3a1e78a5dcca564f25a98c20811a2b3984b8284ad4447a as build # renovate: datasource=github-tags depName=gchq/CyberChef versioning=semver ENV CYBERCHEF_VERSION v9.46.0