From 0497a8070746650cac5edd6d37284afb1d8c0775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:17:46 +0000 Subject: [PATCH] build(deps): bump @fastify/ajv-compiler from 1.1.0 to 3.0.0 Bumps [@fastify/ajv-compiler](https://github.com/fastify/ajv-compiler) from 1.1.0 to 3.0.0. - [Release notes](https://github.com/fastify/ajv-compiler/releases) - [Commits](https://github.com/fastify/ajv-compiler/compare/v1.1.0...v3.0.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..f7c3e7e3797 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.0.0", "abstract-logging": "^2.0.0", "avvio": "^7.1.2", "fast-json-stringify": "^2.5.2",