From ea9c5b4a86d39925be79a18a6065e60de620b44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:49:20 +0000 Subject: [PATCH] build(deps): Bump protobufjs from 7.5.3 to 7.5.4 in the protobuf group Bumps the protobuf group with 1 update: [protobufjs](https://github.com/protobufjs/protobuf.js). Updates `protobufjs` from 7.5.3 to 7.5.4 - [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-v7.5.3...protobufjs-v7.5.4) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: protobuf ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6593e57..888586a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "pg": "^8.16.0", "pg-promise": "^11.14.0", "pino": "^9.7.0", - "protobufjs": "^7.5.3", + "protobufjs": "^7.5.4", "pulsar-client": "^1.14.0", "xstate": "^5.19.4" }, @@ -10042,9 +10042,9 @@ } }, "node_modules/protobufjs": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.3.tgz", - "integrity": "sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz", + "integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 179206d..901154c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "pg": "^8.16.0", "pg-promise": "^11.14.0", "pino": "^9.7.0", - "protobufjs": "^7.5.3", + "protobufjs": "^7.5.4", "pulsar-client": "^1.14.0", "xstate": "^5.19.4" },