From 3f74c851533d039fd2553c7e51d8708caf4b9cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:16:06 +0000 Subject: [PATCH] build(deps-dev): bump fluent-json-schema from 3.1.0 to 4.1.0 Bumps [fluent-json-schema](https://github.com/fastify/fluent-json-schema) from 3.1.0 to 4.1.0. - [Release notes](https://github.com/fastify/fluent-json-schema/releases) - [Commits](https://github.com/fastify/fluent-json-schema/compare/v3.1.0...v4.1.0) --- 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 5073f2e11a0..74bc5e97a89 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "fast-json-body": "^1.1.0", "fast-json-stringify": "^5.0.0", "fastify-plugin": "^3.0.1", - "fluent-json-schema": "^3.1.0", + "fluent-json-schema": "^4.1.0", "form-data": "^4.0.0", "frameguard": "^4.0.0", "h2url": "^0.2.0",