From c3fcf7518ed61c15fd4b23c5c368d3f47b52baed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:23:08 +0000 Subject: [PATCH] build(deps): bump @fastify/ajv-compiler from 1.1.0 to 3.4.0 Bumps [@fastify/ajv-compiler](https://github.com/fastify/ajv-compiler) from 1.1.0 to 3.4.0. - [Release notes](https://github.com/fastify/ajv-compiler/releases) - [Commits](https://github.com/fastify/ajv-compiler/compare/v1.1.0...v3.4.0) --- 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..f3b0e056793 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": "^3.4.0", "abstract-logging": "^2.0.0", "avvio": "^7.1.2", "fast-json-stringify": "^2.5.2",