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