From 4c59e5b76bdc07fe95e220057f3ebed1412da27f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 04:50:22 +0000 Subject: [PATCH] Bump ajv from 6.12.6 to 7.0.1 Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 7.0.1. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v7.0.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..f1c11646 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "typescript": "^4.0.2" }, "dependencies": { - "ajv": "^6.11.0", + "ajv": "^7.0.1", "deepmerge": "^4.2.2", "string-similarity": "^4.0.1" },