diff --git a/processor/package-lock.json b/processor/package-lock.json index 269c752..65a50c5 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -19,7 +19,7 @@ "@fastify/request-context": "6.0.1", "@fastify/static": "8.0.2", "@fastify/type-provider-typebox": "5.0.1", - "@sinclair/typebox": "0.33.22", + "@sinclair/typebox": "~0.33", "dotenv": "16.4.5", "fastify": "5.1.0", "fastify-plugin": "5.0.1" diff --git a/processor/package.json b/processor/package.json index 6799ea3..ecf2a0c 100644 --- a/processor/package.json +++ b/processor/package.json @@ -31,7 +31,7 @@ "@fastify/request-context": "6.0.1", "@fastify/static": "8.0.2", "@fastify/type-provider-typebox": "5.0.1", - "@sinclair/typebox": "0.33.22", + "@sinclair/typebox": "~0.33", "dotenv": "16.4.5", "fastify": "5.1.0", "fastify-plugin": "5.0.1"