diff --git a/package-lock.json b/package-lock.json index 1098e34f..e9cdc4b7 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.19", "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.19", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.33.19.tgz", + "integrity": "sha512-vcnWVOoa+HROcI+3FTyibfo+Sw0KytEpJf1Cm78l4Fn3w0pqHG6tx6+HCBs7eYOUhSUtwVTMzh0tzU7gom9Zpg==" }, "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.19", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.33.19.tgz", + "integrity": "sha512-vcnWVOoa+HROcI+3FTyibfo+Sw0KytEpJf1Cm78l4Fn3w0pqHG6tx6+HCBs7eYOUhSUtwVTMzh0tzU7gom9Zpg==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index 00165843..c8f45712 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "npm": ">=9" }, "dependencies": { - "@sinclair/typebox": "^0.31.25", + "@sinclair/typebox": "^0.33.19", "@fastify/cors": "^10.0.1", "@fastify/swagger": "^9.2.0", "@fastify/type-provider-typebox": "^5.0.1",