From 1b2ffdfdf2a2eed08c81b1b1be6943424fd15258 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 27 Aug 2024 21:24:18 +0200 Subject: [PATCH] fix(deps): update dependency protobufjs-cli to v1.1.3 (#1645) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [protobufjs-cli](https://togithub.com/protobufjs/protobuf.js) | [`1.1.2` -> `1.1.3`](https://renovatebot.com/diffs/npm/protobufjs-cli/1.1.2/1.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/protobufjs-cli/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/protobufjs-cli/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/protobufjs-cli/1.1.2/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/protobufjs-cli/1.1.2/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
protobufjs/protobuf.js (protobufjs-cli) ### [`v1.1.3`](https://togithub.com/protobufjs/protobuf.js/releases/tag/protobufjs-cli-v1.1.3): protobufjs-cli: v1.1.3 [Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.2...protobufjs-cli-v1.1.3) ##### Bug Fixes - handle nullability for optional fields ([59569c1](https://togithub.com/protobufjs/protobuf.js/commit/59569c12c85c1c7b783ace9a71775b1d05a08e9c))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/gax-nodejs). --- gax/package.json | 2 +- tools/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gax/package.json b/gax/package.json index 0233722b6..38eb5508e 100644 --- a/gax/package.json +++ b/gax/package.json @@ -51,7 +51,7 @@ "mocha": "^9.0.0", "ncp": "^2.0.0", "null-loader": "^4.0.0", - "protobufjs-cli": "1.1.2", + "protobufjs-cli": "1.1.3", "proxyquire": "^2.0.1", "pumpify": "^2.0.0", "sinon": "^18.0.0", diff --git a/tools/package.json b/tools/package.json index 665c87d73..bd2b369bf 100644 --- a/tools/package.json +++ b/tools/package.json @@ -32,7 +32,7 @@ "@babel/traverse": "^7.22.5", "google-gax": "^4.3.2", "google-proto-files": "^4.2.0", - "protobufjs-cli": "1.1.2", + "protobufjs-cli": "1.1.3", "uglify-js": "^3.17.0", "walk-up-path": "^3.0.1", "walkdir": "^0.4.0"