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 0df7069adac Bump protobufjs from 8.6.0 to 8.6.6 in /sdks/typescript
(#39394)
0df7069adac is described below
commit 0df7069adac0ee01e9064e3726db9c492d5bb145
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 20 22:49:20 2026 -0400
Bump protobufjs from 8.6.0 to 8.6.6 in /sdks/typescript (#39394)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.6.0 to
8.6.6.
- [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.6.0...protobufjs-v8.6.6)
---
updated-dependencies:
- dependency-name: protobufjs
dependency-version: 8.6.6
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 | 18 +++++++++---------
sdks/typescript/package.json | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/sdks/typescript/package-lock.json
b/sdks/typescript/package-lock.json
index d84040ab71c..ded58694bbf 100644
--- a/sdks/typescript/package-lock.json
+++ b/sdks/typescript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "apache-beam",
- "version": "2.75.0-SNAPSHOT",
+ "version": "2.76.0-SNAPSHOT",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "apache-beam",
- "version": "2.75.0-SNAPSHOT",
+ "version": "2.76.0-SNAPSHOT",
"dependencies": {
"@google-cloud/pubsub": "^4.2.0",
"@grpc/grpc-js": "^1.14.4",
@@ -19,7 +19,7 @@
"fast-deep-equal": "^3.1.3",
"find-git-root": "^1.0.4",
"long": "^4.0.0",
- "protobufjs": "~8.6.0",
+ "protobufjs": "~8.6.6",
"queue-typescript": "^1.0.1",
"serialize-closures": "^0.2.7",
"ts-closure-transform": "^0.1.7",
@@ -3791,9 +3791,9 @@
}
},
"node_modules/protobufjs": {
- "version": "8.6.0",
- "resolved":
"https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.0.tgz",
- "integrity":
"sha512-PIOO89BMGMXGz2333TVv/OqPNVWm7w30ll/4FtLbtLBaonzJMYwTbAZSSlobjIy9MoUgIAxSVUpK7aP7EpTtkg==",
+ "version": "8.6.6",
+ "resolved":
"https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.6.tgz",
+ "integrity":
"sha512-RkLIhE+Tdc2Kpq1F4Uw6OnpAXPca7B+GSDov/GqGCqNBpVyDskQ9yReZfgM+C7xw9AAix873iQZXbBWXj6NzYQ==",
"dependencies": {
"long": "^5.3.2"
},
@@ -7397,9 +7397,9 @@
}
},
"protobufjs": {
- "version": "8.6.0",
- "resolved":
"https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.0.tgz",
- "integrity":
"sha512-PIOO89BMGMXGz2333TVv/OqPNVWm7w30ll/4FtLbtLBaonzJMYwTbAZSSlobjIy9MoUgIAxSVUpK7aP7EpTtkg==",
+ "version": "8.6.6",
+ "resolved":
"https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.6.tgz",
+ "integrity":
"sha512-RkLIhE+Tdc2Kpq1F4Uw6OnpAXPca7B+GSDov/GqGCqNBpVyDskQ9yReZfgM+C7xw9AAix873iQZXbBWXj6NzYQ==",
"requires": {
"long": "^5.3.2"
},
diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index d042bbaa781..c74bd5afd72 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.6.0",
+ "protobufjs": "~8.6.6",
"queue-typescript": "^1.0.1",
"serialize-closures": "^0.2.7",
"ts-closure-transform": "^0.1.7",