From e69ce20a7187764e636b336eb1a89a869a202d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:27:36 -0400 Subject: [PATCH] Bump the protobuf-ts group in /impl/protobuf-ts with 5 updates (#207) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the protobuf-ts group in /impl/protobuf-ts with 5 updates: | Package | From | To | | --- | --- | --- | | [@protobuf-ts/plugin](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/plugin) | `2.9.3` | `2.9.4` | | [@protobuf-ts/runtime](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/runtime) | `2.9.3` | `2.9.4` | | [@bufbuild/buf](https://github.com/bufbuild/buf) | `1.29.0` | `1.30.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.12.2` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` | Updates `@protobuf-ts/plugin` from 2.9.3 to 2.9.4
Release notes

Sourced from @​protobuf-ts/plugin's releases.

v2.9.4

What's Changed

New Contributors

Full Changelog: https://github.com/timostamm/protobuf-ts/compare/v2.9.3...v2.9.4

Commits

Updates `@protobuf-ts/runtime` from 2.9.3 to 2.9.4
Release notes

Sourced from @​protobuf-ts/runtime's releases.

v2.9.4

What's Changed

New Contributors

Full Changelog: https://github.com/timostamm/protobuf-ts/compare/v2.9.3...v2.9.4

Commits

Updates `@bufbuild/buf` from 1.29.0 to 1.30.0
Release notes

Sourced from @​bufbuild/buf's releases.

v1.30.0

Changelog

Sourced from @​bufbuild/buf's changelog.

[v1.30.0] - 2024-03-07

Commits

Updates `@types/node` from 20.11.24 to 20.12.2
Commits

Updates `typescript` from 5.3.3 to 5.4.3
Release notes

Sourced from typescript's releases.

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

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.ts | 2 +- impl/protobuf-ts/gen/google/protobuf/any.ts | 2 +- .../gen/google/protobuf/duration.ts | 2 +- .../gen/google/protobuf/field_mask.ts | 2 +- .../protobuf-ts/gen/google/protobuf/struct.ts | 2 +- .../google/protobuf/test_messages_proto2.ts | 2 +- .../google/protobuf/test_messages_proto3.ts | 2 +- .../gen/google/protobuf/timestamp.ts | 2 +- .../gen/google/protobuf/wrappers.ts | 2 +- impl/protobuf-ts/package-lock.json | 116 +++++++++--------- impl/protobuf-ts/package.json | 8 +- 11 files changed, 71 insertions(+), 71 deletions(-) diff --git a/impl/protobuf-ts/gen/conformance/conformance.ts b/impl/protobuf-ts/gen/conformance/conformance.ts index a3dd9185..c43e47a5 100644 --- a/impl/protobuf-ts/gen/conformance/conformance.ts +++ b/impl/protobuf-ts/gen/conformance/conformance.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "conformance/conformance.proto" (package "conformance", syntax proto3) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/gen/google/protobuf/any.ts b/impl/protobuf-ts/gen/google/protobuf/any.ts index fcdf9882..c0bbe272 100644 --- a/impl/protobuf-ts/gen/google/protobuf/any.ts +++ b/impl/protobuf-ts/gen/google/protobuf/any.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "google/protobuf/any.proto" (package "google.protobuf", syntax proto3) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/gen/google/protobuf/duration.ts b/impl/protobuf-ts/gen/google/protobuf/duration.ts index 0f9badf3..7416bed6 100644 --- a/impl/protobuf-ts/gen/google/protobuf/duration.ts +++ b/impl/protobuf-ts/gen/google/protobuf/duration.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "google/protobuf/duration.proto" (package "google.protobuf", syntax proto3) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/gen/google/protobuf/field_mask.ts b/impl/protobuf-ts/gen/google/protobuf/field_mask.ts index 021e86ca..245e7f0b 100644 --- a/impl/protobuf-ts/gen/google/protobuf/field_mask.ts +++ b/impl/protobuf-ts/gen/google/protobuf/field_mask.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "google/protobuf/field_mask.proto" (package "google.protobuf", syntax proto3) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/gen/google/protobuf/struct.ts b/impl/protobuf-ts/gen/google/protobuf/struct.ts index d9914635..42769740 100644 --- a/impl/protobuf-ts/gen/google/protobuf/struct.ts +++ b/impl/protobuf-ts/gen/google/protobuf/struct.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "google/protobuf/struct.proto" (package "google.protobuf", syntax proto3) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/gen/google/protobuf/test_messages_proto2.ts b/impl/protobuf-ts/gen/google/protobuf/test_messages_proto2.ts index 2264e3ea..75c4c7cf 100644 --- a/impl/protobuf-ts/gen/google/protobuf/test_messages_proto2.ts +++ b/impl/protobuf-ts/gen/google/protobuf/test_messages_proto2.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "google/protobuf/test_messages_proto2.proto" (package "protobuf_test_messages.proto2", syntax proto2) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/gen/google/protobuf/test_messages_proto3.ts b/impl/protobuf-ts/gen/google/protobuf/test_messages_proto3.ts index 4c662ebb..30b08a17 100644 --- a/impl/protobuf-ts/gen/google/protobuf/test_messages_proto3.ts +++ b/impl/protobuf-ts/gen/google/protobuf/test_messages_proto3.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "google/protobuf/test_messages_proto3.proto" (package "protobuf_test_messages.proto3", syntax proto3) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/gen/google/protobuf/timestamp.ts b/impl/protobuf-ts/gen/google/protobuf/timestamp.ts index adff9585..4cc92775 100644 --- a/impl/protobuf-ts/gen/google/protobuf/timestamp.ts +++ b/impl/protobuf-ts/gen/google/protobuf/timestamp.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "google/protobuf/timestamp.proto" (package "google.protobuf", syntax proto3) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/gen/google/protobuf/wrappers.ts b/impl/protobuf-ts/gen/google/protobuf/wrappers.ts index 6620b2fd..7146d7c4 100644 --- a/impl/protobuf-ts/gen/google/protobuf/wrappers.ts +++ b/impl/protobuf-ts/gen/google/protobuf/wrappers.ts @@ -1,4 +1,4 @@ -// @generated by protobuf-ts 2.9.3 with parameter ts_nocheck +// @generated by protobuf-ts 2.9.4 with parameter ts_nocheck // @generated from protobuf file "google/protobuf/wrappers.proto" (package "google.protobuf", syntax proto3) // tslint:disable // @ts-nocheck diff --git a/impl/protobuf-ts/package-lock.json b/impl/protobuf-ts/package-lock.json index 5d99c1fa..b8dcb8d5 100644 --- a/impl/protobuf-ts/package-lock.json +++ b/impl/protobuf-ts/package-lock.json @@ -6,20 +6,20 @@ "": { "name": "protobuf-es-conformance", "dependencies": { - "@protobuf-ts/plugin": "^2.9.3", + "@protobuf-ts/plugin": "^2.9.4", "@protobuf-ts/runtime": "^2.9.1" }, "devDependencies": { - "@bufbuild/buf": "^1.29.0", - "@types/node": "^20.11.24", + "@bufbuild/buf": "^1.30.0", + "@types/node": "^20.12.2", "tsx": "^4.7.1", - "typescript": "^5.3.3" + "typescript": "^5.4.3" } }, "node_modules/@bufbuild/buf": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.29.0.tgz", - "integrity": "sha512-euksXeFtvlvAV5j94LqXb69qQcJvFfo8vN1d3cx+IzhOKoipykuQQTq7mOWVo2R0kdk6yIMBLBofOYOsh0Df8g==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.30.0.tgz", + "integrity": "sha512-SImlJJA+9uDccWzt6SFXJwRQE/6fGv2cIKyXqDJCWthYMMYw9/QOdM/pXg5JZx1XJrHiEvzZ0y+ump7Q08/FPw==", "dev": true, "hasInstallScript": true, "bin": { @@ -31,18 +31,18 @@ "node": ">=12" }, "optionalDependencies": { - "@bufbuild/buf-darwin-arm64": "1.29.0", - "@bufbuild/buf-darwin-x64": "1.29.0", - "@bufbuild/buf-linux-aarch64": "1.29.0", - "@bufbuild/buf-linux-x64": "1.29.0", - "@bufbuild/buf-win32-arm64": "1.29.0", - "@bufbuild/buf-win32-x64": "1.29.0" + "@bufbuild/buf-darwin-arm64": "1.30.0", + "@bufbuild/buf-darwin-x64": "1.30.0", + "@bufbuild/buf-linux-aarch64": "1.30.0", + "@bufbuild/buf-linux-x64": "1.30.0", + "@bufbuild/buf-win32-arm64": "1.30.0", + "@bufbuild/buf-win32-x64": "1.30.0" } }, "node_modules/@bufbuild/buf-darwin-arm64": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.29.0.tgz", - "integrity": "sha512-5hKxsARoY2WpWq1n5ONFqqGuauHb4yILKXCy37KRYCKiRLWmIP5yI3gWvWHKoH7sUJWTQmBqdJoCvYQr6ahQnw==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.30.0.tgz", + "integrity": "sha512-EUhh/hiazZPyf6I0HcQHf/ODZAq2js+PdIbemEWm8WQV29rqhY/stRxKDF755gG5xNr4xwhraQXYTizG3MZV5A==", "cpu": [ "arm64" ], @@ -56,9 +56,9 @@ } }, "node_modules/@bufbuild/buf-darwin-x64": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.29.0.tgz", - "integrity": "sha512-wOAPxbPLBns4AHiComWtdO1sx1J1p6mDYTbqmloHuI+B5U2rDbMsoHoe4nBcoMF8+RHxoqjypha29wVo6yzbZg==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.30.0.tgz", + "integrity": "sha512-ID9G93hlpvy3KwYqu1UFZCFHaQ7KDESH3OmL33ASpdCojtQbD7EtKCQe8vwIW2raim7lSocSHLyZuLCUAvWoUw==", "cpu": [ "x64" ], @@ -72,9 +72,9 @@ } }, "node_modules/@bufbuild/buf-linux-aarch64": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.29.0.tgz", - "integrity": "sha512-jLk2J/wyyM7KNJ/DkLfhy3eS2/Bdb70e/56adMkapSoLJmghnpgxW+oFznMxxQUX5I9BU5hTn1UhDFxgLwhP7g==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.30.0.tgz", + "integrity": "sha512-VTp5YnfsHtCmRNqGAgzSm18fCTVw8ErK0Lk506CWtqqGhPJ+lWuVkxgAAzG+qoK4LZXIpX9dXxkoqdb+L1NTkg==", "cpu": [ "arm64" ], @@ -88,9 +88,9 @@ } }, "node_modules/@bufbuild/buf-linux-x64": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.29.0.tgz", - "integrity": "sha512-heLOywj3Oaoh69RnTx7tHsuz6rEnvz77bghLEOghsrjBR6Jcpcwc137EZR4kRTIWJNrE8Kmo3RVeXlv144qQIQ==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.30.0.tgz", + "integrity": "sha512-XBasj1Baf/lJIiJbX40RDjM8OLS3eVIiilnDqQ7ZL3WOCn6gROYr9lLjlUg9GYox9On5LCFp3536zfr3hNqQwg==", "cpu": [ "x64" ], @@ -104,9 +104,9 @@ } }, "node_modules/@bufbuild/buf-win32-arm64": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.29.0.tgz", - "integrity": "sha512-Eglyvr3PLqVucuHBcQ61conyBgH9BRaoLpKWcce1gYBVlxMQM1NxjVjGOWihxQ1dXXw5qZXmYfVODf3gSwPMuQ==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.30.0.tgz", + "integrity": "sha512-1C18Abq2GpBeGP54VOr9ABzSobynH/q8pUkbY6ftp7JIYdrCvKfJmianEpvTHJWl5kwe3UP9xYYgr5Yt+Y/8Yw==", "cpu": [ "arm64" ], @@ -120,9 +120,9 @@ } }, "node_modules/@bufbuild/buf-win32-x64": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.29.0.tgz", - "integrity": "sha512-wRk6co+nqHqEq4iLolXgej0jUVlWlTtGHjKaq54lTbKZrwxrBgql6qS06abgNPRASX0++XT9m3QRZ97qEIC/HQ==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.30.0.tgz", + "integrity": "sha512-uRc05jpbvdUxKSHpUj6RfNR3yJTIdSYccgtupgc6qPoDXE+KveyqjbA0CqIqXhgJmgyggBcYLEbX+tdtz5LRhA==", "cpu": [ "x64" ], @@ -504,14 +504,14 @@ } }, "node_modules/@protobuf-ts/plugin": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/@protobuf-ts/plugin/-/plugin-2.9.3.tgz", - "integrity": "sha512-tHYACv+nnIV2eoiMxeZhrgMqGiUktzUzrhfgnROg/rr8TecPLp9v5/yqNibN+bad5k7d57aqlTuQKhFl+J4W/g==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/@protobuf-ts/plugin/-/plugin-2.9.4.tgz", + "integrity": "sha512-Db5Laq5T3mc6ERZvhIhkj1rn57/p8gbWiCKxQWbZBBl20wMuqKoHbRw4tuD7FyXi+IkwTToaNVXymv5CY3E8Rw==", "dependencies": { - "@protobuf-ts/plugin-framework": "^2.9.3", - "@protobuf-ts/protoc": "^2.9.3", - "@protobuf-ts/runtime": "^2.9.3", - "@protobuf-ts/runtime-rpc": "^2.9.3", + "@protobuf-ts/plugin-framework": "^2.9.4", + "@protobuf-ts/protoc": "^2.9.4", + "@protobuf-ts/runtime": "^2.9.4", + "@protobuf-ts/runtime-rpc": "^2.9.4", "typescript": "^3.9" }, "bin": { @@ -520,11 +520,11 @@ } }, "node_modules/@protobuf-ts/plugin-framework": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/@protobuf-ts/plugin-framework/-/plugin-framework-2.9.3.tgz", - "integrity": "sha512-iqdkhAu7fGPvBCVOoAEEFJ1/oaGIBoNIMgSv2WonTNJVHxv5FvvAfWFn6nG/eta34fHRZT38ZXTaYcMUkv8AiQ==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/@protobuf-ts/plugin-framework/-/plugin-framework-2.9.4.tgz", + "integrity": "sha512-9nuX1kjdMliv+Pes8dQCKyVhjKgNNfwxVHg+tx3fLXSfZZRcUHMc1PMwB9/vTvc6gBKt9QGz5ERqSqZc0++E9A==", "dependencies": { - "@protobuf-ts/runtime": "^2.9.3", + "@protobuf-ts/runtime": "^2.9.4", "typescript": "^3.9" } }, @@ -553,30 +553,30 @@ } }, "node_modules/@protobuf-ts/protoc": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/@protobuf-ts/protoc/-/protoc-2.9.3.tgz", - "integrity": "sha512-TJ0Ycx/CIBqpB4wpKt6K05kjXj6zv36s/qpdCT/wdJBhpayOVBqLF5NpLp3WIiw1PmIxvqalB6QHKjvnLzGKLA==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/@protobuf-ts/protoc/-/protoc-2.9.4.tgz", + "integrity": "sha512-hQX+nOhFtrA+YdAXsXEDrLoGJqXHpgv4+BueYF0S9hy/Jq0VRTVlJS1Etmf4qlMt/WdigEes5LOd/LDzui4GIQ==", "bin": { "protoc": "protoc.js" } }, "node_modules/@protobuf-ts/runtime": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.9.3.tgz", - "integrity": "sha512-nivzCpg/qYD0RX2OmHOahJALb8ndjGmUhNBcTJ0BbXoqKwCSM6vYA+vegzS3rhuaPgbyC7Ec8idlnizzUfIRuw==" + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.9.4.tgz", + "integrity": "sha512-vHRFWtJJB/SiogWDF0ypoKfRIZ41Kq+G9cEFj6Qm1eQaAhJ1LDFvgZ7Ja4tb3iLOQhz0PaoPnnOijF1qmEqTxg==" }, "node_modules/@protobuf-ts/runtime-rpc": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.9.3.tgz", - "integrity": "sha512-WelHpctvZeG8yhbb7tnsrLzotq9xjMCXuGuhJ8qMyEdNoBBEodbXseofAYFTebo2/PN2LzyEq3X6vwr5f8jqTA==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.9.4.tgz", + "integrity": "sha512-y9L9JgnZxXFqH5vD4d7j9duWvIJ7AShyBRoNKJGhu9Q27qIbchfzli66H9RvrQNIFk5ER7z1Twe059WZGqERcA==", "dependencies": { - "@protobuf-ts/runtime": "^2.9.3" + "@protobuf-ts/runtime": "^2.9.4" } }, "node_modules/@types/node": { - "version": "20.11.24", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz", - "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==", + "version": "20.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz", + "integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -675,9 +675,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", + "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/impl/protobuf-ts/package.json b/impl/protobuf-ts/package.json index 1f153d40..6fff4188 100644 --- a/impl/protobuf-ts/package.json +++ b/impl/protobuf-ts/package.json @@ -3,13 +3,13 @@ "private": true, "type": "module", "dependencies": { - "@protobuf-ts/plugin": "^2.9.3", + "@protobuf-ts/plugin": "^2.9.4", "@protobuf-ts/runtime": "^2.9.1" }, "devDependencies": { - "@bufbuild/buf": "^1.29.0", - "@types/node": "^20.11.24", + "@bufbuild/buf": "^1.30.0", + "@types/node": "^20.12.2", "tsx": "^4.7.1", - "typescript": "^5.3.3" + "typescript": "^5.4.3" } }