Skip to content

Commit

Permalink
Bump protobufjs from 6.11.3 to 6.11.4 (#785)
Browse files Browse the repository at this point in the history
* 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](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
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 <[email protected]>

* 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 <[email protected]>

* 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] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: portuu3 <[email protected]>
Co-authored-by: portuu3 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: basit511 <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
5 people authored Aug 16, 2023
1 parent a490016 commit a8f9e5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.0-buster
FROM node:18.17.0-buster

ARG PUBLIC_URL
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/fortune/launcher/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.0-buster
FROM node:18.17.0-buster

ARG JOB_LAUNCHER_SERVER_URL

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a8f9e5b

Please sign in to comment.