From 67e9e0fdf2405ac63c4bf06539357d2775b84afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:05:56 +0000 Subject: [PATCH] chore(deps): bump protobufjs from 7.3.0 to 7.5.5 in /14-operations/code Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.3.0 to 7.5.5. - [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.3.0...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 14-operations/code/package-lock.json | 14 +++++++------- 14-operations/code/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/14-operations/code/package-lock.json b/14-operations/code/package-lock.json index 47a3836..fd9ec6d 100644 --- a/14-operations/code/package-lock.json +++ b/14-operations/code/package-lock.json @@ -12,7 +12,7 @@ "@devrev/typescript-sdk": "1.1.28", "@slack/web-api": "7.3.1", "axios": "1.13.5", - "protobufjs": "7.3.0" + "protobufjs": "7.5.5" }, "devDependencies": { "@babel/core": "^7.26.10", @@ -7969,9 +7969,9 @@ } }, "node_modules/protobufjs": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz", - "integrity": "sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==", + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz", + "integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -15386,9 +15386,9 @@ } }, "protobufjs": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz", - "integrity": "sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==", + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz", + "integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/14-operations/code/package.json b/14-operations/code/package.json index d94b752..97b1bb4 100644 --- a/14-operations/code/package.json +++ b/14-operations/code/package.json @@ -57,6 +57,6 @@ "@devrev/typescript-sdk": "1.1.28", "@slack/web-api": "7.3.1", "axios": "1.13.5", - "protobufjs": "7.3.0" + "protobufjs": "7.5.5" } }