From 8741b6c8ab824ca178684ad9bfb5968af952e308 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:58:51 +0000 Subject: [PATCH] fix(deps): update dependency fluent-json-schema to v6 --- package-lock.json | 42 ++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e19095e..f126b4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@supabase/supabase-js": "2.45.6", "common-tags": "1.8.2", "fastify": "5.0.0", - "fluent-json-schema": "5.0.0", + "fluent-json-schema": "6.0.0", "openai": "4.68.1", "react-device-detect": "2.2.3" }, @@ -980,6 +980,22 @@ "mnemonist": "0.39.8" } }, + "node_modules/@fastify/deepmerge": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@fastify/deepmerge/-/deepmerge-3.2.1.tgz", + "integrity": "sha512-N5Oqvltoa2r9z1tbx4xjky0oRR60v+T47Ic4J1ukoVQcptLOrIdRnCSdTGmOmajZuHVKlTnfcmrjyqsGEW1ztA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT" + }, "node_modules/@fastify/error": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.0.0.tgz", @@ -6131,18 +6147,24 @@ "dev": true }, "node_modules/fluent-json-schema": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fluent-json-schema/-/fluent-json-schema-5.0.0.tgz", - "integrity": "sha512-BGzLGdOMJ4Q2eCBnkNHGC0wcbgBc3AW3ivjk6ugdiMPraTmv0/yKn5fNYGHqwfWzhuOl6ljnhapebt0gkh8pNg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/fluent-json-schema/-/fluent-json-schema-6.0.0.tgz", + "integrity": "sha512-6AEL/74vC5MB7MVK8NQrNcIol7tAlbuKwjvYVXPSIlIhgvT+4EhzFi6FWijbDjnyDKgDfKY/yHIjD1Gm6PF8Uw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT", "dependencies": { - "@fastify/deepmerge": "^2.0.0" + "@fastify/deepmerge": "^3.0.0" } }, - "node_modules/fluent-json-schema/node_modules/@fastify/deepmerge": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@fastify/deepmerge/-/deepmerge-2.0.0.tgz", - "integrity": "sha512-fsaybTGDyQ5KpPsplQqb9yKdCf2x/pbNpMNk8Tvp3rRz7lVcupKysH4b2ELMN2P4Hak1+UqTYdTj/u4FNV2p0g==" - }, "node_modules/foreground-child": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", diff --git a/package.json b/package.json index 2eb58da1..d98d606c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@supabase/supabase-js": "2.45.6", "common-tags": "1.8.2", "fastify": "5.0.0", - "fluent-json-schema": "5.0.0", + "fluent-json-schema": "6.0.0", "openai": "4.68.1", "react-device-detect": "2.2.3" },