From 781a29f1b85ad50c7f76793689e11f8f426ceaec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:31:14 +0000 Subject: [PATCH] fix(deps): update dependency fluent-json-schema to v5 --- package.json | 2 +- pnpm-lock.yaml | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 44262346..3e3ae444 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "ajv": "8.16.0", "fastify": "4.28.1", "fastify-plugin": "4.5.1", - "fluent-json-schema": "4.2.1", + "fluent-json-schema": "5.0.0", "typescript": "5.5.3" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 36a0fc86..e67eb23d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: 4.5.1 version: 4.5.1 fluent-json-schema: - specifier: 4.2.1 - version: 4.2.1 + specifier: 5.0.0 + version: 5.0.0 typescript: specifier: 5.5.3 version: 5.5.3 @@ -270,6 +270,9 @@ packages: '@fastify/deepmerge@1.3.0': resolution: {integrity: sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==} + '@fastify/deepmerge@2.0.0': + resolution: {integrity: sha512-fsaybTGDyQ5KpPsplQqb9yKdCf2x/pbNpMNk8Tvp3rRz7lVcupKysH4b2ELMN2P4Hak1+UqTYdTj/u4FNV2p0g==} + '@fastify/error@3.4.1': resolution: {integrity: sha512-wWSvph+29GR783IhmvdwWnN4bUxTD01Vm5Xad4i7i1VuAOItLvbPAb69sb0IQ2N57yprvhNIwAP5B6xfKTmjmQ==} @@ -1183,8 +1186,8 @@ packages: resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} engines: {node: '>=18'} - fluent-json-schema@4.2.1: - resolution: {integrity: sha512-vSvURY8BBRqxOFquy/wwjdnT4z07j2NZ+Cm3Nj881NHXKPSdiE4ZNyRImDh+SIk2yFZKzj7Clt+ENb5ha4uYJA==} + fluent-json-schema@5.0.0: + resolution: {integrity: sha512-BGzLGdOMJ4Q2eCBnkNHGC0wcbgBc3AW3ivjk6ugdiMPraTmv0/yKn5fNYGHqwfWzhuOl6ljnhapebt0gkh8pNg==} follow-redirects@1.15.6: resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} @@ -2731,6 +2734,8 @@ snapshots: '@fastify/deepmerge@1.3.0': {} + '@fastify/deepmerge@2.0.0': {} + '@fastify/error@3.4.1': {} '@fastify/fast-json-stringify-compiler@4.3.0': @@ -4129,9 +4134,9 @@ snapshots: path-exists: 5.0.0 unicorn-magic: 0.1.0 - fluent-json-schema@4.2.1: + fluent-json-schema@5.0.0: dependencies: - '@fastify/deepmerge': 1.3.0 + '@fastify/deepmerge': 2.0.0 follow-redirects@1.15.6: {}