Skip to content

Commit 1b2ffdf

Browse files
authored
fix(deps): update dependency protobufjs-cli to v1.1.3 (#1645)
[![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://github.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 <details> <summary>protobufjs/protobuf.js (protobufjs-cli)</summary> ### [`v1.1.3`](https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-cli-v1.1.3): protobufjs-cli: v1.1.3 [Compare Source](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.2...protobufjs-cli-v1.1.3) ##### Bug Fixes - handle nullability for optional fields ([59569c1](https://github.com/protobufjs/protobuf.js/commit/59569c12c85c1c7b783ace9a71775b1d05a08e9c)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 4edd33d commit 1b2ffdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"mocha": "^9.0.0",
5252
"ncp": "^2.0.0",
5353
"null-loader": "^4.0.0",
54-
"protobufjs-cli": "1.1.2",
54+
"protobufjs-cli": "1.1.3",
5555
"proxyquire": "^2.0.1",
5656
"pumpify": "^2.0.0",
5757
"sinon": "^18.0.0",

tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/traverse": "^7.22.5",
3333
"google-gax": "^4.3.2",
3434
"google-proto-files": "^4.2.0",
35-
"protobufjs-cli": "1.1.2",
35+
"protobufjs-cli": "1.1.3",
3636
"uglify-js": "^3.17.0",
3737
"walk-up-path": "^3.0.1",
3838
"walkdir": "^0.4.0"

0 commit comments

Comments
 (0)