From 8c2cd0a247db8d834f91877f4558b4aabcaa85f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 11:21:35 +0000 Subject: [PATCH] Bump ajv from 7.0.3 to 8.6.1 Bumps [ajv](https://github.com/ajv-validator/ajv) from 7.0.3 to 8.6.1. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v7.0.3...v8.6.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56794ab..9d4744b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1699,9 +1699,9 @@ } }, "ajv": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.0.3.tgz", - "integrity": "sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ==", + "version": "8.6.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.1.tgz", + "integrity": "sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", diff --git a/package.json b/package.json index 89b66cb..6c6a249 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@oclif/config": "1.17.0", "@oclif/plugin-help": "3.2.1", "@oclif/plugin-warn-if-update-available": "1.7.0", - "ajv": "7.0.3", + "ajv": "8.6.1", "beau-std": "0.9.4", "better-ajv-errors": "0.7.0", "cli-color": "2.0.0",