This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new a996a9fb610 Bump protobufjs from 8.4.0 to 8.6.0 in /sdks/typescript
(#38968)
a996a9fb610 is described below
commit a996a9fb6107915bd3bed70109978fde4e75fb22
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 16:21:04 2026 -0400
Bump protobufjs from 8.4.0 to 8.6.0 in /sdks/typescript (#38968)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.4.0 to
8.6.0.
- [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.4.0...protobufjs-v8.6.0)
---
updated-dependencies:
- dependency-name: protobufjs
dependency-version: 8.6.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
sdks/typescript/package-lock.json | 15 +++++++--------
sdks/typescript/package.json | 2 +-
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/sdks/typescript/package-lock.json
b/sdks/typescript/package-lock.json
index c7e294836db..721be1ef76f 100644
--- a/sdks/typescript/package-lock.json
+++ b/sdks/typescript/package-lock.json
@@ -19,7 +19,7 @@
"fast-deep-equal": "^3.1.3",
"find-git-root": "^1.0.4",
"long": "^4.0.0",
- "protobufjs": "~8.4.0",
+ "protobufjs": "~8.6.0",
"queue-typescript": "^1.0.1",
"serialize-closures": "^0.2.7",
"ts-closure-transform": "^0.1.7",
@@ -3791,10 +3791,9 @@
}
},
"node_modules/protobufjs": {
- "version": "8.4.0",
- "resolved":
"https://registry.npmjs.org/protobufjs/-/protobufjs-8.4.0.tgz",
- "integrity":
"sha512-iriNhQ57SYA5Jbdi+41AyPdx6jPPkFO7DODzkOBmqFhgYn/JzX2HxgxYPY18eQAs3CP/AWqtPvkWn8rclRAxdQ==",
- "hasInstallScript": true,
+ "version": "8.6.0",
+ "resolved":
"https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.0.tgz",
+ "integrity":
"sha512-PIOO89BMGMXGz2333TVv/OqPNVWm7w30ll/4FtLbtLBaonzJMYwTbAZSSlobjIy9MoUgIAxSVUpK7aP7EpTtkg==",
"dependencies": {
"long": "^5.3.2"
},
@@ -7398,9 +7397,9 @@
}
},
"protobufjs": {
- "version": "8.4.0",
- "resolved":
"https://registry.npmjs.org/protobufjs/-/protobufjs-8.4.0.tgz",
- "integrity":
"sha512-iriNhQ57SYA5Jbdi+41AyPdx6jPPkFO7DODzkOBmqFhgYn/JzX2HxgxYPY18eQAs3CP/AWqtPvkWn8rclRAxdQ==",
+ "version": "8.6.0",
+ "resolved":
"https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.0.tgz",
+ "integrity":
"sha512-PIOO89BMGMXGz2333TVv/OqPNVWm7w30ll/4FtLbtLBaonzJMYwTbAZSSlobjIy9MoUgIAxSVUpK7aP7EpTtkg==",
"requires": {
"long": "^5.3.2"
},
diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index b6b16be9a82..a9468b04ac8 100644
--- a/sdks/typescript/package.json
+++ b/sdks/typescript/package.json
@@ -47,7 +47,7 @@
"fast-deep-equal": "^3.1.3",
"find-git-root": "^1.0.4",
"long": "^4.0.0",
- "protobufjs": "~8.4.0",
+ "protobufjs": "~8.6.0",
"queue-typescript": "^1.0.1",
"serialize-closures": "^0.2.7",
"ts-closure-transform": "^0.1.7",