From 53f523bcc3495b8af3e42cf8d62bc07e47c4c897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:59:57 +0000 Subject: [PATCH] chore(deps): bump @sinclair/typebox from 0.31.28 to 0.33.17 Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.31.28 to 0.33.17. - [Commits](https://github.com/sinclairzx81/typebox/compare/0.31.28...0.33.17) --- updated-dependencies: - dependency-name: "@sinclair/typebox" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1098e34f..1ab27e8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fastify/cors": "^10.0.1", "@fastify/swagger": "^9.2.0", "@fastify/type-provider-typebox": "^5.0.1", - "@sinclair/typebox": "^0.31.25", + "@sinclair/typebox": "^0.33.17", "close-with-grace": "^2.1.0", "crypto-js": "^4.0.0", "fastify": "^5.1.0", @@ -1007,10 +1007,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==", - "license": "MIT" + "version": "0.33.17", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.33.17.tgz", + "integrity": "sha512-75232GRx3wp3P7NP+yc4nRK3XUAnaQShxTAzapgmQrgs0QvSq0/mOJGoZXRpH15cFCKyys+4laCPbBselqJ5Ag==" }, "node_modules/@tootallnate/once": { "version": "1.1.2", @@ -6389,9 +6388,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.33.17", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.33.17.tgz", + "integrity": "sha512-75232GRx3wp3P7NP+yc4nRK3XUAnaQShxTAzapgmQrgs0QvSq0/mOJGoZXRpH15cFCKyys+4laCPbBselqJ5Ag==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index 00165843..df6ab19c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "npm": ">=9" }, "dependencies": { - "@sinclair/typebox": "^0.31.25", + "@sinclair/typebox": "^0.33.17", "@fastify/cors": "^10.0.1", "@fastify/swagger": "^9.2.0", "@fastify/type-provider-typebox": "^5.0.1",