From d4a7d881b07ad005e0eb95edc7afedcfcf0f9986 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Dec 2025 02:45:45 +0000 Subject: [PATCH] fix: upgrade @sinclair/typebox from 0.32.35 to 0.34.41 Snyk has created this PR to upgrade @sinclair/typebox from 0.32.35 to 0.34.41. See this package in npm: @sinclair/typebox See this project in Snyk: https://app.snyk.io/org/jean-michelet/project/10ea869a-0162-4078-ae49-b811ed8376d1?utm_source=github&utm_medium=referral&page=upgrade-pr --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index e23865e..32f00cf 100644 --- a/template/package.json +++ b/template/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@fastify/cors": "^10.0.0", - "@sinclair/typebox": "^0.32.30", + "@sinclair/typebox": "^0.34.41", "@stratify/core": "^0.2.0", "close-with-grace": "2.3.0" },