From d969b3b8a24bf3ebf278d9f57355d0f6ded15c79 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 04:46:22 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 7.1.1 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 7.1.1. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v7.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e515e7c7..e57f99a4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "typescript": "^4.0.2" }, "dependencies": { - "ajv": "^6.11.0", + "ajv": "^7.1.1", "deepmerge": "^4.2.2", "string-similarity": "^4.0.1" },