From a8f9e5bb8a86f86ed53b1ae1f9569ba6b49afd66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:02:29 +0200 Subject: [PATCH] Bump protobufjs from 6.11.3 to 6.11.4 (#785) * Bump semver from 5.7.1 to 5.7.2 (#674) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: packages/examples/fortune/launcher/client/Dockerfile to reduce vulnerabilities (#770) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1570178 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-2764966 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741794 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741889 Co-authored-by: snyk-bot * fix: packages/examples/fortune/exchange-oracle/client/Dockerfile to reduce vulnerabilities (#771) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1570178 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-2764966 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741794 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741889 Co-authored-by: snyk-bot * Bump protobufjs from 6.11.3 to 6.11.4 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/commits) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: portuu3 <61605646+portuu3@users.noreply.github.com> Co-authored-by: portuu3 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: basit511 <101107213+basit511@users.noreply.github.com> Co-authored-by: snyk-bot --- packages/examples/fortune/exchange-oracle/client/Dockerfile | 2 +- packages/examples/fortune/launcher/client/Dockerfile | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/examples/fortune/exchange-oracle/client/Dockerfile b/packages/examples/fortune/exchange-oracle/client/Dockerfile index e27ec18ea8..d5cbc093a6 100644 --- a/packages/examples/fortune/exchange-oracle/client/Dockerfile +++ b/packages/examples/fortune/exchange-oracle/client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.20.0-buster +FROM node:18.17.0-buster ARG PUBLIC_URL WORKDIR /usr/src/app diff --git a/packages/examples/fortune/launcher/client/Dockerfile b/packages/examples/fortune/launcher/client/Dockerfile index 0b67354e42..dcec8aa1da 100644 --- a/packages/examples/fortune/launcher/client/Dockerfile +++ b/packages/examples/fortune/launcher/client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.20.0-buster +FROM node:18.17.0-buster ARG JOB_LAUNCHER_SERVER_URL diff --git a/yarn.lock b/yarn.lock index 34a6b04b4a..e9e29a39b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16469,9 +16469,9 @@ proper-lockfile@^4.1.1: signal-exit "^3.0.2" protobufjs@^6.10.2: - version "6.11.3" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74" - integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg== + version "6.11.4" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.4.tgz#29a412c38bf70d89e537b6d02d904a6f448173aa" + integrity sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2"