From 8a082772ca87269372d914b831412a5a83afa82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:59:41 +0000 Subject: [PATCH] chore(deps-dev): bump fluent-json-schema from 4.2.1 to 5.0.0 Bumps [fluent-json-schema](https://github.com/fastify/fluent-json-schema) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/fastify/fluent-json-schema/releases) - [Commits](https://github.com/fastify/fluent-json-schema/commits) --- updated-dependencies: - dependency-name: fluent-json-schema 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 cf88a56f..6bb377f6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@fastify/pre-commit": "^2.0.2", "@types/node": "^20.1.0", "fastify": "^4.0.0", - "fluent-json-schema": "^4.0.0", + "fluent-json-schema": "^5.0.0", "joi": "^17.6.0", "joi-to-json": "^4.0.0", "qs": "^6.10.3",