Skip to content

Commit

Permalink
fix(deps): update dependency protobufjs-cli to v1.1.3 (#1645)
Browse files Browse the repository at this point in the history
[![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==-->
  • Loading branch information
renovate-bot committed Aug 27, 2024
1 parent 4edd33d commit 1b2ffdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1b2ffdf

Please sign in to comment.