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