From 83300ef587827211a80ced8e1718767c2f52fb6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 16:34:55 -0400 Subject: [PATCH] bump ajv from 6.12.6 to 7.2.1 (#150) Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 7.2.1. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v7.2.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f99103..8abffb2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "clean": "rm -rf node_modules && rm -f package-lock.json && npm install" }, "devDependencies": { - "ajv": "^6.12.4", + "ajv": "^7.2.1", "appium-gulp-plugins": "^5.3.2", "babel-eslint": "^10.1.0", "chai": "^4.2.0",