Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit e8e725d

Browse files
authored
fix(deps): update dependency protobufjs to ~7.1.0 (#854)
[![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.0.0` -> `~7.1.0`](https://renovatebot.com/diffs/npm/protobufjs/7.0.0/7.1.0) | [![age](https://badges.renovateapi.com/packages/npm/protobufjs/7.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/protobufjs/7.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/protobufjs/7.1.0/compatibility-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/protobufjs/7.1.0/confidence-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>protobufjs/protobuf.js</summary> ### [`v7.1.0`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#&#8203;710-httpsgithubcomprotobufjsprotobufjscompareprotobufjs-v700protobufjs-v710-2022-08-26) [Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.0.0...protobufjs-v7.1.0) ##### Features - accept unknown enum values in fromObject ([#&#8203;1793](https://togithub.com/protobufjs/protobuf.js/issues/1793)) ([ef24ae4](https://togithub.com/protobufjs/protobuf.js/commit/ef24ae4e93cf8635ff38398b37f3597e5d478330)) - valuesOptions for enums ([#&#8203;1358](https://togithub.com/protobufjs/protobuf.js/issues/1358)) ([bb6b1d4](https://togithub.com/protobufjs/protobuf.js/commit/bb6b1d4942d924bcb4ee3ad15f4823f2d9c1ab22)) ##### Bug Fixes - **deps:** update dependency glob to v8 ([#&#8203;1750](https://togithub.com/protobufjs/protobuf.js/issues/1750)) ([8303a64](https://togithub.com/protobufjs/protobuf.js/commit/8303a648bc12dcea5aa8e7efa042de39011857f9)) - extensions broke oneof ([#&#8203;1789](https://togithub.com/protobufjs/protobuf.js/issues/1789)) ([d7f501c](https://togithub.com/protobufjs/protobuf.js/commit/d7f501c49d523cda423a3ab8bcaeb59a0216b350)) - remove unused `@types/long` ([#&#8203;1785](https://togithub.com/protobufjs/protobuf.js/issues/1785)) ([0f4af83](https://togithub.com/protobufjs/protobuf.js/commit/0f4af83e4ed3cef1ec035c2833e0b06cab0bd87f)) - support for nested messages and enums within group blocks ([#&#8203;1790](https://togithub.com/protobufjs/protobuf.js/issues/1790)) ([f36d4e4](https://togithub.com/protobufjs/protobuf.js/commit/f36d4e4a2df809b47ff85f87aba319b86be90878)) - **types:** update type deps ([#&#8203;1776](https://togithub.com/protobufjs/protobuf.js/issues/1776)) ([d87978b](https://togithub.com/protobufjs/protobuf.js/commit/d87978b8eb2a176676c58379a89206b94a6d926a)) </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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/cloud-profiler-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4NC4yIn0=-->
1 parent 85ddb0f commit e8e725d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"parse-duration": "^1.0.0",
4040
"pprof": "3.2.0",
4141
"pretty-ms": "^7.0.0",
42-
"protobufjs": "~7.0.0",
42+
"protobufjs": "~7.1.0",
4343
"semver": "^7.0.0",
4444
"teeny-request": "^8.0.0"
4545
},

0 commit comments

Comments
 (0)