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