From 5ca7f1b4513eb36d6046b3d8a99467f841626cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:25:31 +0000 Subject: [PATCH] chore(deps): bump @sinclair/typebox from 0.31.28 to 0.34.35 Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.31.28 to 0.34.35. - [Commits](https://github.com/sinclairzx81/typebox/compare/0.31.28...0.34.35) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-version: 0.34.35 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 752051a3..2fcdb230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fastify/type-provider-typebox": "^3.5.0", "@sentry/node": "^9.12.0", "@sentry/profiling-node": "^9.12.0", - "@sinclair/typebox": "^0.31.25", + "@sinclair/typebox": "^0.34.35", "close-with-grace": "^2.1.0", "crypto-js": "^4.0.0", "fastify": "^4.24.3", @@ -1953,9 +1953,9 @@ } }, "node_modules/@sinclair/typebox": { - "version": "0.31.28", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.31.28.tgz", - "integrity": "sha512-/s55Jujywdw/Jpan+vsy6JZs1z2ZTGxTmbZTPiuSL2wz9mfzA2gN1zzaqmvfi4pq+uOt7Du85fkiwv5ymW84aQ==", + "version": "0.34.35", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.35.tgz", + "integrity": "sha512-C6ypdODf2VZkgRT6sFM8E1F8vR+HcffniX0Kp8MsU8PIfrlXbNCBz0jzj17GjdmjTx1OtZzdH8+iALL21UjF5A==", "license": "MIT" }, "node_modules/@tootallnate/once": { diff --git a/package.json b/package.json index 62315e9f..5a6e4129 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@fastify/type-provider-typebox": "^3.5.0", "@sentry/node": "^9.12.0", "@sentry/profiling-node": "^9.12.0", - "@sinclair/typebox": "^0.31.25", + "@sinclair/typebox": "^0.34.35", "close-with-grace": "^2.1.0", "crypto-js": "^4.0.0", "fastify": "^4.24.3",