From 6ab99108cddd6c106871426ba23a52f8bffb5501 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:24:27 +0000 Subject: [PATCH] chore(deps): update dependency ts-proto to v2.5.1 (#497) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-proto](https://redirect.github.com/stephenh/ts-proto) | [`2.5.0` -> `2.5.1`](https://renovatebot.com/diffs/npm/ts-proto/2.5.0/2.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-proto/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-proto/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-proto/2.5.0/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-proto/2.5.0/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
stephenh/ts-proto (ts-proto) ### [`v2.5.1`](https://redirect.github.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#251-2024-12-09) [Compare Source](https://redirect.github.com/stephenh/ts-proto/compare/v2.5.0...v2.5.1) ##### Bug Fixes - google protobuf timestamps don't properly get suffixed when useDate=false and prefix/suffix ([#​1146](https://redirect.github.com/stephenh/ts-proto/issues/1146)) ([53f799e](https://redirect.github.com/stephenh/ts-proto/commit/53f799e34b75940aeafec0fafa50f3bd5849dcad))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/zitadel-node). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87da30d..7d1f2a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "grpc-tools": "1.12.4", "make-dir-cli": "4.0.0", "rimraf": "6.0.1", - "ts-proto": "2.5.0", + "ts-proto": "2.5.1", "typescript": "5.7.2" } }, @@ -2995,9 +2995,9 @@ } }, "node_modules/ts-proto": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.5.0.tgz", - "integrity": "sha512-QI+rFgj4Th3njPZ8a3HM56kH7S2ZU/ph8MeH8JC3ouhhVe5hVXEG0nAyeHXaOE+gi/8YwCGDORIyNAzdb7Pr4g==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.5.1.tgz", + "integrity": "sha512-S80UVpv8h/855c+ODzx1GbolWMAvgQ52aKH4gLGOkeV5DoyvKjaTPUklZ20R9gqt+LhXXTcpCvsSNu04uZHbbQ==", "dev": true, "dependencies": { "@bufbuild/protobuf": "^2.0.0", @@ -5284,9 +5284,9 @@ } }, "ts-proto": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.5.0.tgz", - "integrity": "sha512-QI+rFgj4Th3njPZ8a3HM56kH7S2ZU/ph8MeH8JC3ouhhVe5hVXEG0nAyeHXaOE+gi/8YwCGDORIyNAzdb7Pr4g==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.5.1.tgz", + "integrity": "sha512-S80UVpv8h/855c+ODzx1GbolWMAvgQ52aKH4gLGOkeV5DoyvKjaTPUklZ20R9gqt+LhXXTcpCvsSNu04uZHbbQ==", "dev": true, "requires": { "@bufbuild/protobuf": "^2.0.0", diff --git a/package.json b/package.json index 939a739..bca66fb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grpc-tools": "1.12.4", "make-dir-cli": "4.0.0", "rimraf": "6.0.1", - "ts-proto": "2.5.0", + "ts-proto": "2.5.1", "typescript": "5.7.2" }, "dependencies": {