From 741a5a2fc9cbf8a5fc158cef46219608a2b77986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:37:54 -0400 Subject: [PATCH] Bump the protobuf-es group in /impl/protobuf-es with 6 updates (#266) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the protobuf-es group in /impl/protobuf-es with 6 updates: | Package | From | To | | --- | --- | --- | | [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `2.1.0` | `2.2.1` | | [@bufbuild/protoc-gen-es](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es) | `2.1.0` | `2.2.1` | | [@bufbuild/buf](https://github.com/bufbuild/buf) | `1.43.0` | `1.46.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.8.6` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.19.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` | Updates `@bufbuild/protobuf` from 2.1.0 to 2.2.1
Release notes

Sourced from @​bufbuild/protobuf's releases.

v2.2.1

What's Changed

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v2.1.0...v2.2.0

Commits

Updates `@bufbuild/protoc-gen-es` from 2.1.0 to 2.2.1
Release notes

Sourced from @​bufbuild/protoc-gen-es's releases.

v2.2.1

What's Changed

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v2.1.0...v2.2.0

Commits

Updates `@bufbuild/buf` from 1.43.0 to 1.46.0
Release notes

Sourced from @​bufbuild/buf's releases.

v1.46.0

v1.45.0

v1.44.0

Changelog

Sourced from @​bufbuild/buf's changelog.

[v1.46.0] - 2024-10-29

[v1.45.0] - 2024-10-08

[v1.44.0] - 2024-10-03

Commits

Updates `@types/node` from 22.7.4 to 22.8.6
Commits

Updates `tsx` from 4.19.1 to 4.19.2
Release notes

Sourced from tsx's releases.

v4.19.2

4.19.2 (2024-10-26)

Bug Fixes


This release is also available on:

Commits

Updates `typescript` from 5.6.2 to 5.6.3
Release notes

Sourced from typescript's releases.

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Ayers --- .../gen/conformance/conformance_pb.ts | 2 +- .../protobuf/test_messages_edition2023_pb.ts | 2 +- .../test_messages_proto2_editions_pb.ts | 2 +- .../protobuf/test_messages_proto2_pb.ts | 2 +- .../test_messages_proto3_editions_pb.ts | 2 +- .../protobuf/test_messages_proto3_pb.ts | 2 +- impl/protobuf-es/package-lock.json | 112 +++++++++--------- impl/protobuf-es/package.json | 12 +- 8 files changed, 68 insertions(+), 68 deletions(-) diff --git a/impl/protobuf-es/gen/conformance/conformance_pb.ts b/impl/protobuf-es/gen/conformance/conformance_pb.ts index e4ace13..4f635aa 100644 --- a/impl/protobuf-es/gen/conformance/conformance_pb.ts +++ b/impl/protobuf-es/gen/conformance/conformance_pb.ts @@ -5,7 +5,7 @@ // license that can be found in the LICENSE file or at // https://developers.google.com/open-source/licenses/bsd -// @generated by protoc-gen-es v2.1.0 with parameter "target=ts" +// @generated by protoc-gen-es v2.2.1 with parameter "target=ts" // @generated from file conformance/conformance.proto (package conformance, syntax proto3) /* eslint-disable */ diff --git a/impl/protobuf-es/gen/google/protobuf/test_messages_edition2023_pb.ts b/impl/protobuf-es/gen/google/protobuf/test_messages_edition2023_pb.ts index 2f342c1..1f32348 100644 --- a/impl/protobuf-es/gen/google/protobuf/test_messages_edition2023_pb.ts +++ b/impl/protobuf-es/gen/google/protobuf/test_messages_edition2023_pb.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.1.0 with parameter "target=ts" +// @generated by protoc-gen-es v2.2.1 with parameter "target=ts" // @generated from file google/protobuf/test_messages_edition2023.proto (package protobuf_test_messages.editions, edition 2023) // option features.message_encoding = DELIMITED; /* eslint-disable */ diff --git a/impl/protobuf-es/gen/google/protobuf/test_messages_proto2_editions_pb.ts b/impl/protobuf-es/gen/google/protobuf/test_messages_proto2_editions_pb.ts index 56693b7..eae36b1 100644 --- a/impl/protobuf-es/gen/google/protobuf/test_messages_proto2_editions_pb.ts +++ b/impl/protobuf-es/gen/google/protobuf/test_messages_proto2_editions_pb.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.1.0 with parameter "target=ts" +// @generated by protoc-gen-es v2.2.1 with parameter "target=ts" // @generated from file google/protobuf/test_messages_proto2_editions.proto (package protobuf_test_messages.editions.proto2, edition 2023) // option features.enum_type = CLOSED; // option features.repeated_field_encoding = EXPANDED; diff --git a/impl/protobuf-es/gen/google/protobuf/test_messages_proto2_pb.ts b/impl/protobuf-es/gen/google/protobuf/test_messages_proto2_pb.ts index cdb51b0..2db7279 100644 --- a/impl/protobuf-es/gen/google/protobuf/test_messages_proto2_pb.ts +++ b/impl/protobuf-es/gen/google/protobuf/test_messages_proto2_pb.ts @@ -12,7 +12,7 @@ // LINT: ALLOW_GROUPS -// @generated by protoc-gen-es v2.1.0 with parameter "target=ts" +// @generated by protoc-gen-es v2.2.1 with parameter "target=ts" // @generated from file google/protobuf/test_messages_proto2.proto (package protobuf_test_messages.proto2, syntax proto2) /* eslint-disable */ diff --git a/impl/protobuf-es/gen/google/protobuf/test_messages_proto3_editions_pb.ts b/impl/protobuf-es/gen/google/protobuf/test_messages_proto3_editions_pb.ts index fedf3a7..7327bf9 100644 --- a/impl/protobuf-es/gen/google/protobuf/test_messages_proto3_editions_pb.ts +++ b/impl/protobuf-es/gen/google/protobuf/test_messages_proto3_editions_pb.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.1.0 with parameter "target=ts" +// @generated by protoc-gen-es v2.2.1 with parameter "target=ts" // @generated from file google/protobuf/test_messages_proto3_editions.proto (package protobuf_test_messages.editions.proto3, edition 2023) // option features.field_presence = IMPLICIT; /* eslint-disable */ diff --git a/impl/protobuf-es/gen/google/protobuf/test_messages_proto3_pb.ts b/impl/protobuf-es/gen/google/protobuf/test_messages_proto3_pb.ts index 70be8d8..62283c0 100644 --- a/impl/protobuf-es/gen/google/protobuf/test_messages_proto3_pb.ts +++ b/impl/protobuf-es/gen/google/protobuf/test_messages_proto3_pb.ts @@ -12,7 +12,7 @@ // - conformance tests // -// @generated by protoc-gen-es v2.1.0 with parameter "target=ts" +// @generated by protoc-gen-es v2.2.1 with parameter "target=ts" // @generated from file google/protobuf/test_messages_proto3.proto (package protobuf_test_messages.proto3, syntax proto3) /* eslint-disable */ diff --git a/impl/protobuf-es/package-lock.json b/impl/protobuf-es/package-lock.json index 5a8a144..d02fbfd 100644 --- a/impl/protobuf-es/package-lock.json +++ b/impl/protobuf-es/package-lock.json @@ -6,20 +6,20 @@ "": { "name": "protobuf-es-conformance", "dependencies": { - "@bufbuild/protobuf": "^2.1.0", - "@bufbuild/protoc-gen-es": "^2.1.0" + "@bufbuild/protobuf": "^2.2.1", + "@bufbuild/protoc-gen-es": "^2.2.1" }, "devDependencies": { - "@bufbuild/buf": "^1.43.0", - "@types/node": "^22.7.4", - "tsx": "^4.19.1", - "typescript": "^5.6.2" + "@bufbuild/buf": "^1.46.0", + "@types/node": "^22.8.6", + "tsx": "^4.19.2", + "typescript": "^5.6.3" } }, "node_modules/@bufbuild/buf": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.43.0.tgz", - "integrity": "sha512-lWiH+QJ8l0TGWP1KELvIA5BvAsZc0IiXppJlwI8EdQ2vQp39Ue2Xub8b13uy6IH0VDm9azQEjXuY1FxdB4mqsA==", + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.46.0.tgz", + "integrity": "sha512-uN3NKuAKvcQcZc1hn9+njSCusL7NAILqQI7mlkDDa4kRy7cTsiw53ggddfAs0YXbQ8zZnmudwwWjKRDIUaRqXQ==", "dev": true, "hasInstallScript": true, "bin": { @@ -31,18 +31,18 @@ "node": ">=12" }, "optionalDependencies": { - "@bufbuild/buf-darwin-arm64": "1.43.0", - "@bufbuild/buf-darwin-x64": "1.43.0", - "@bufbuild/buf-linux-aarch64": "1.43.0", - "@bufbuild/buf-linux-x64": "1.43.0", - "@bufbuild/buf-win32-arm64": "1.43.0", - "@bufbuild/buf-win32-x64": "1.43.0" + "@bufbuild/buf-darwin-arm64": "1.46.0", + "@bufbuild/buf-darwin-x64": "1.46.0", + "@bufbuild/buf-linux-aarch64": "1.46.0", + "@bufbuild/buf-linux-x64": "1.46.0", + "@bufbuild/buf-win32-arm64": "1.46.0", + "@bufbuild/buf-win32-x64": "1.46.0" } }, "node_modules/@bufbuild/buf-darwin-arm64": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.43.0.tgz", - "integrity": "sha512-IBVd4qpN8udUOwmqDB8KdGz8JUqVYq8yXN2MOj6JN7XFhaq0xAVfWsuQNOW4Uzukh+Ypg8EOb1nsJubOUbVe6g==", + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.46.0.tgz", + "integrity": "sha512-lSmTKyRhg+71acXp9QeX/wm+vjkf0J3n38wph7KOwMfCEeK4A2AkqsGOkoXSiaIvidA2pRU9RJRQYfryzCA9Pg==", "cpu": [ "arm64" ], @@ -56,9 +56,9 @@ } }, "node_modules/@bufbuild/buf-darwin-x64": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.43.0.tgz", - "integrity": "sha512-XeuLdJIdOXzLpLA95k5NWhO6cJw5YW89IJW6OHENkxXkdf9aWzg9ozrhTpPzUoZmGZbNyXfpa7kbhJaJ5+F42w==", + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.46.0.tgz", + "integrity": "sha512-Oa9XTLJshsEjzowyt2mH9XrXW38DRFdz7ml+IYKXVQPotNLr04ix7QES7A1eOBJtxLwuTiri4ScXuBLQGNX8+A==", "cpu": [ "x64" ], @@ -72,9 +72,9 @@ } }, "node_modules/@bufbuild/buf-linux-aarch64": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.43.0.tgz", - "integrity": "sha512-7hyXvwM5NFY08+aqbxVx4GZ/3AsqZKas3bR5TFLuD8/4u4JfA59b9+YMzLL1bxHFLqMMeXJBLgIVkyTtQIXGVg==", + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.46.0.tgz", + "integrity": "sha512-CbxbLH5sQCRjEKVEcWJySvCKyAPAUhX0vCTifT/eQyZ70FUsqCJKJ6+dKl6Ajk0CgUHqf8jkU/wX/+aQFYXyaA==", "cpu": [ "arm64" ], @@ -88,9 +88,9 @@ } }, "node_modules/@bufbuild/buf-linux-x64": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.43.0.tgz", - "integrity": "sha512-4mg6ZUNpW2C61vmPyQDolLRIsfAomd2Yv1PICC9XG1iQtf3xQ+6q5B/kihOadhG2AN31WeKdorvuyPL7vmbsDA==", + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.46.0.tgz", + "integrity": "sha512-bMqp+Q+16KPbuwX34/OLDeiimnwt5sfvHqyeMeRz4LLwLshbmM3m+8dGCSHZRo3Lr+4gW1PfunrfaEmcGqPHLQ==", "cpu": [ "x64" ], @@ -104,9 +104,9 @@ } }, "node_modules/@bufbuild/buf-win32-arm64": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.43.0.tgz", - "integrity": "sha512-YKoiA5Ui8VBW0GaWthDLBYr1C3I4Fx/j9txrUpg3Fvf+iwWutWQuTdA6W95HnLzUyhT6KnBMbXmB+SzosW9iFg==", + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.46.0.tgz", + "integrity": "sha512-geVYXp1PWJiAAFpwhgP8Cnct0+Rdr89BF/WZoIh5WwFGYITGiu5Hb1Ui9DTrEYwDzahPCyPxgIVwzzW6kPWSag==", "cpu": [ "arm64" ], @@ -120,9 +120,9 @@ } }, "node_modules/@bufbuild/buf-win32-x64": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.43.0.tgz", - "integrity": "sha512-//t0ndbP7zkQDydwAXShCqsqgOGX/ktsS2g0+D9A5Aw/nyLTxBmfsN+7hPxL4o0qq2N4MKs6DJeP4TvjYKBaMA==", + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.46.0.tgz", + "integrity": "sha512-6nsxkzj5a1L41NOJFKjli8j6GB/NkPHLIr0T/b27Y3GfprVYQawOComYD5HfojvBLuAiE2cD/kEQIWKK1YRcng==", "cpu": [ "x64" ], @@ -136,17 +136,17 @@ } }, "node_modules/@bufbuild/protobuf": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.1.0.tgz", - "integrity": "sha512-+2Mx67Y3skJ4NCD/qNSdBJNWtu6x6Qr53jeNg+QcwiL6mt0wK+3jwHH2x1p7xaYH6Ve2JKOVn0OxU35WsmqI9A==" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.1.tgz", + "integrity": "sha512-gdWzq7eX017a1kZCU/bP/sbk4e0GZ6idjsXOcMrQwODCb/rx985fHJJ8+hCu79KpuG7PfZh7bo3BBjPH37JuZw==" }, "node_modules/@bufbuild/protoc-gen-es": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protoc-gen-es/-/protoc-gen-es-2.1.0.tgz", - "integrity": "sha512-xGadPol0k8cdDNSbMdHMo0QEK0JvebxGD6KQl5hCVfLTFbpMM4dfMiubyT9gdcwqfwstRe5Tin0Us3dyOzHtag==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@bufbuild/protoc-gen-es/-/protoc-gen-es-2.2.1.tgz", + "integrity": "sha512-ysaQTf52lYQTdK0zWpfgxKHVQqCoSe6TV3rD+JZUbiyqT4zloII7VZqmAWXoHk0SZiWdCIvkzMIHQpBxN7v6nA==", "dependencies": { - "@bufbuild/protobuf": "^2.1.0", - "@bufbuild/protoplugin": "2.1.0" + "@bufbuild/protobuf": "^2.2.1", + "@bufbuild/protoplugin": "2.2.1" }, "bin": { "protoc-gen-es": "bin/protoc-gen-es" @@ -155,7 +155,7 @@ "node": ">=14" }, "peerDependencies": { - "@bufbuild/protobuf": "2.1.0" + "@bufbuild/protobuf": "2.2.1" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { @@ -164,11 +164,11 @@ } }, "node_modules/@bufbuild/protoplugin": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bufbuild/protoplugin/-/protoplugin-2.1.0.tgz", - "integrity": "sha512-8bE6/bAA0UCDa7ZplKhJq4TU/YFgIH04U4x6hhCQP1FXGuTtRk/FH5tiS7y+3kbjpM97Zlk9DwmFhW0BusF4ew==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@bufbuild/protoplugin/-/protoplugin-2.2.1.tgz", + "integrity": "sha512-dyHRQeUSwMIKSoZZ4l6CuXnggdwf3qlAMppHeKObK1OD++4qdhTveDGmTC+ASFF3IZkoxSYPUq+3e3OdRIKCYg==", "dependencies": { - "@bufbuild/protobuf": "2.1.0", + "@bufbuild/protobuf": "2.2.1", "@typescript/vfs": "^1.5.2", "typescript": "5.4.5" } @@ -570,12 +570,12 @@ } }, "node_modules/@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", + "version": "22.8.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz", + "integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==", "dev": true, "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "node_modules/@typescript/vfs": { @@ -685,9 +685,9 @@ } }, "node_modules/tsx": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", - "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.2.tgz", + "integrity": "sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==", "dev": true, "dependencies": { "esbuild": "~0.23.0", @@ -704,9 +704,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/impl/protobuf-es/package.json b/impl/protobuf-es/package.json index bd0a9f3..b603775 100644 --- a/impl/protobuf-es/package.json +++ b/impl/protobuf-es/package.json @@ -18,13 +18,13 @@ "test:string": "BUF_BIGINT_DISABLE=1 npx conformance_test_runner --maximum_edition MAX --enforce_recommended --failure_list failing_tests_without_bigint.txt --text_format_failure_list failing_tests_text_format.txt --output_dir . runner.ts" }, "dependencies": { - "@bufbuild/protobuf": "^2.1.0", - "@bufbuild/protoc-gen-es": "^2.1.0" + "@bufbuild/protobuf": "^2.2.1", + "@bufbuild/protoc-gen-es": "^2.2.1" }, "devDependencies": { - "@bufbuild/buf": "^1.43.0", - "@types/node": "^22.7.4", - "tsx": "^4.19.1", - "typescript": "^5.6.2" + "@bufbuild/buf": "^1.46.0", + "@types/node": "^22.8.6", + "tsx": "^4.19.2", + "typescript": "^5.6.3" } }