From e8a98fe34c78d61eb2aee06704939fc09382ab98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:24:24 +0000 Subject: [PATCH] build(deps): bump @fastify/ajv-compiler from 1.1.0 to 4.0.1 Bumps [@fastify/ajv-compiler](https://github.com/fastify/ajv-compiler) from 1.1.0 to 4.0.1. - [Release notes](https://github.com/fastify/ajv-compiler/releases) - [Commits](https://github.com/fastify/ajv-compiler/compare/v1.1.0...v4.0.1) --- updated-dependencies: - dependency-name: "@fastify/ajv-compiler" dependency-type: direct:production 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 146887543bd..2e8db612920 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "yup": "^0.32.0" }, "dependencies": { - "@fastify/ajv-compiler": "^1.0.0", + "@fastify/ajv-compiler": "^4.0.1", "abstract-logging": "^2.0.0", "avvio": "^7.1.2", "fast-json-stringify": "^2.5.2",