diff --git a/package-lock.json b/package-lock.json index 24f68759..34d86958 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.25", "close-with-grace": "^2.1.0", "crypto-js": "^4.0.0", "fastify": "^4.24.3", @@ -1141,9 +1141,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.25", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.25.tgz", + "integrity": "sha512-gu+tdy9WZIRulrR4CAcGXZAAixwakKszkUXudMJ4EhtNflBEify5Pm5vnVEVqdmMkxnT4tcdfJps5XYqaNeF9Q==", "license": "MIT" }, "node_modules/@tootallnate/once": { @@ -6944,9 +6944,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.25", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.25.tgz", + "integrity": "sha512-gu+tdy9WZIRulrR4CAcGXZAAixwakKszkUXudMJ4EhtNflBEify5Pm5vnVEVqdmMkxnT4tcdfJps5XYqaNeF9Q==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index 8b5b7946..9acb971b 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.25", "close-with-grace": "^2.1.0", "crypto-js": "^4.0.0", "fastify": "^4.24.3",