From cf6b5c65eea40a70ea8907d98380ee131ac6a6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:30:21 +0000 Subject: [PATCH] chore: Bump fluent-json-schema from 5.0.0 to 6.0.0 Bumps [fluent-json-schema](https://github.com/fastify/fluent-json-schema) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/fastify/fluent-json-schema/releases) - [Commits](https://github.com/fastify/fluent-json-schema/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: fluent-json-schema dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 298b173bad9..84a3563812e 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "eslint": "^9.0.0", "fast-json-body": "^1.1.0", "fastify-plugin": "^5.0.0", - "fluent-json-schema": "^5.0.0", + "fluent-json-schema": "^6.0.0", "h2url": "^0.2.0", "http-errors": "^2.0.0", "joi": "^17.12.3",