From 25946e0d4fe794202984cdad6cf48121f72063cf Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 26 Aug 2024 22:56:20 +0200 Subject: [PATCH] fix(deps): update dependency protobufjs to ~7.4.0 (#1959) 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.4.0`](https://renovatebot.com/diffs/npm/protobufjs/7.3.3/7.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/protobufjs/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/protobufjs/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/protobufjs/7.3.3/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/protobufjs/7.3.3/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
protobufjs/protobuf.js (protobufjs) ### [`v7.4.0`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#740-2024-08-22) [Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.3.3...protobufjs-v7.4.0) ##### Features - Add `prepublishOnly` script ([0e4da8b](https://togithub.com/protobufjs/protobuf.js/commit/0e4da8b158a85af5160e2f4ba5eb097a8dc65cb1)) ##### Bug Fixes - include ([28e3334](https://togithub.com/protobufjs/protobuf.js/commit/28e333415d3c85687810e164125997d17baba0bd))
--- ### 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/nodejs-pubsub). --- samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/package.json b/samples/package.json index 8129f5239..e10caeefa 100644 --- a/samples/package.json +++ b/samples/package.json @@ -31,7 +31,7 @@ "@opentelemetry/semantic-conventions": "^1.17.0", "avro-js": "^1.11.3", "p-defer": "^3.0.0", - "protobufjs": "~7.3.0" + "protobufjs": "~7.4.0" }, "devDependencies": { "@google-cloud/bigquery": "^7.0.0",