From 267ca2200e7f243b5ec764ce5c3c41bf0e99d0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 00:53:29 +0000 Subject: [PATCH] chore(deps): bump the vendor-minor-and-patch-dependencies group across 1 directory with 2 updates Bumps the vendor-minor-and-patch-dependencies group with 2 updates in the /vendor directory: [pprof-format](https://github.com/DataDog/pprof-format) and [protobufjs](https://github.com/protobufjs/protobuf.js). Updates `pprof-format` from 2.3.0 to 2.3.1 - [Commits](https://github.com/DataDog/pprof-format/compare/v2.3.0...v2.3.1) Updates `protobufjs` from 8.7.1 to 8.7.2 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.7.1...protobufjs-v8.7.2) --- updated-dependencies: - dependency-name: pprof-format dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vendor-minor-and-patch-dependencies - dependency-name: protobufjs dependency-version: 8.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vendor-minor-and-patch-dependencies ... Signed-off-by: dependabot[bot] --- vendor/package-lock.json | 16 ++++++++-------- vendor/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vendor/package-lock.json b/vendor/package-lock.json index 19c50d0a6e..3589647722 100644 --- a/vendor/package-lock.json +++ b/vendor/package-lock.json @@ -27,8 +27,8 @@ "meriyah": "^6.1.4", "module-details-from-path": "^1.0.4", "mutexify": "^1.4.0", - "pprof-format": "^2.3.0", - "protobufjs": "^8.7.1", + "pprof-format": "^2.3.1", + "protobufjs": "^8.7.2", "proxy-from-env": "^2.1.0", "retry": "^0.13.1", "rfdc": "^1.4.1", @@ -735,15 +735,15 @@ } }, "node_modules/pprof-format": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pprof-format/-/pprof-format-2.3.0.tgz", - "integrity": "sha512-ovChRLoV4H3k0zKWq0AXewtnuPGskzBLjBPmF2N0DZu+H65PYuo51+6e/1GTb8Olm7oC0xvhhLdqPL4/XhCl4A==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/pprof-format/-/pprof-format-2.3.1.tgz", + "integrity": "sha512-y51Z83qG2vEQBACPu6lkGFREVkHwQaCaNDdSFEMLIqSo3bmpADsbP6J3F2SSk7tYB741oTQ9Kt5YAdQsmiCRkA==", "license": "MIT" }, "node_modules/protobufjs": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.7.1.tgz", - "integrity": "sha512-agdGHrXNTv0IrYscJPDou/PlEJk1c/hBZ9o/B5NH2i/nSPtPqacNxzgwf1CebXxFMjMrZH5sqv9uQuw96aGt/A==", + "version": "8.7.2", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.7.2.tgz", + "integrity": "sha512-oTVHV+oelUBtiu5iTuTNNZ0eLYsXSMxry4cgr30mayNkgIZL6qZ0IOQVPuSWGcyAaXKl/XgqwWHIC3a0khYVBA==", "license": "BSD-3-Clause", "dependencies": { "long": "^5.3.2" diff --git a/vendor/package.json b/vendor/package.json index aa43c1e17c..b75f56d358 100644 --- a/vendor/package.json +++ b/vendor/package.json @@ -24,8 +24,8 @@ "meriyah": "^6.1.4", "module-details-from-path": "^1.0.4", "mutexify": "^1.4.0", - "pprof-format": "^2.3.0", - "protobufjs": "^8.7.1", + "pprof-format": "^2.3.1", + "protobufjs": "^8.7.2", "proxy-from-env": "^2.1.0", "retry": "^0.13.1", "rfdc": "^1.4.1",