From 7dd00177e6e20878646d3cb850a73e0cc5d8afd5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 19 Jun 2024 17:36:26 +0200 Subject: [PATCH] chore(deps): update dependency protobufjs to v7.3.2 (#1617) 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](https://protobufjs.github.io/protobuf.js/) ([source](https://togithub.com/protobufjs/protobuf.js)) | [`7.3.0` -> `7.3.2`](https://renovatebot.com/diffs/npm/protobufjs/7.3.0/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/protobufjs/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/protobufjs/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/protobufjs/7.3.0/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/protobufjs/7.3.0/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
protobufjs/protobuf.js (protobufjs) ### [`v7.3.2`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#732-2024-06-12) [Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.3.1...protobufjs-v7.3.2) ##### Bug Fixes - **docs:** Update readme to correct command for creating types ([#​1939](https://togithub.com/protobufjs/protobuf.js/issues/1939)) ([0f9d477](https://togithub.com/protobufjs/protobuf.js/commit/0f9d4770e0fb360c767241a13696d73edc6536b7)) ### [`v7.3.1`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#731-2024-06-05) [Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.3.0...protobufjs-v7.3.1) ##### Bug Fixes - **types:** reserved field in IType can contain reserved names ([#​2001](https://togithub.com/protobufjs/protobuf.js/issues/2001)) ([d1d2c0c](https://togithub.com/protobufjs/protobuf.js/commit/d1d2c0c7890e07ca1302c83a136051ee0624cba8))
--- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gax-nodejs). --- tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/package.json b/tools/package.json index 385548f7d..67901df18 100644 --- a/tools/package.json +++ b/tools/package.json @@ -55,7 +55,7 @@ "gts": "^5.0.0", "mocha": "^9.0.0", "ncp": "^2.0.0", - "protobufjs": "7.3.0", + "protobufjs": "7.3.2", "typescript": "^5.1.6" }, "engines": {