From ed5fca5411a6dfbd9cc304e9dcca4f7fed0eedd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 04:48:04 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 7.1.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 7.1.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v7.1.0) 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..cc474b38 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "typescript": "^4.0.2" }, "dependencies": { - "ajv": "^6.11.0", + "ajv": "^7.1.0", "deepmerge": "^4.2.2", "string-similarity": "^4.0.1" },