From b21637b82a214f4e92a68835661567e4a13adaf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:09:13 +0000 Subject: [PATCH] chore(deps): bump @sinclair/typebox from 0.31.28 to 0.34.28 Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.31.28 to 0.34.28. - [Commits](https://github.com/sinclairzx81/typebox/compare/0.31.28...0.34.28) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 ed6679f2..c32fa219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fastify/cors": "^9.0.1", "@fastify/swagger": "^8.2.1", "@fastify/type-provider-typebox": "^3.5.0", - "@sinclair/typebox": "^0.31.25", + "@sinclair/typebox": "^0.34.28", "close-with-grace": "^2.1.0", "crypto-js": "^4.0.0", "fastify": "^4.24.3", @@ -1178,9 +1178,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.28", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.28.tgz", + "integrity": "sha512-e2B9vmvaa5ym5hWgCHw5CstP54au6AOLXrhZErLsOyyRzuWJtXl/8TszKtc5x8rw/b+oY7HKS9m9iRI53RK0WQ==", "license": "MIT" }, "node_modules/@tootallnate/once": { @@ -6997,9 +6997,9 @@ "optional": true }, "@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.28", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.28.tgz", + "integrity": "sha512-e2B9vmvaa5ym5hWgCHw5CstP54au6AOLXrhZErLsOyyRzuWJtXl/8TszKtc5x8rw/b+oY7HKS9m9iRI53RK0WQ==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index 4815d08b..5d64e45e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@fastify/cors": "^9.0.1", "@fastify/swagger": "^8.2.1", "@fastify/type-provider-typebox": "^3.5.0", - "@sinclair/typebox": "^0.31.25", + "@sinclair/typebox": "^0.34.28", "close-with-grace": "^2.1.0", "crypto-js": "^4.0.0", "fastify": "^4.24.3",