From 711811770da5e6811d77cb8b94e4cf96d403fc68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 19:47:58 +0000 Subject: [PATCH] fix: bump ajv from 7.0.0 to 7.0.1 Bumps [ajv](https://github.com/ajv-validator/ajv) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v7.0.0...v7.0.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 0a2a554..e11ccb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -698,9 +698,9 @@ } }, "ajv": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.0.0.tgz", - "integrity": "sha512-hT38y4TE4E8WkqIZMFhGnd9F4Afn75YtFPJlMv8/j4RY2Vz48dYxn6AiD6CeE6JMo96F3Ldgb+j8qmgvcYT9Qg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.0.1.tgz", + "integrity": "sha512-D2UYOXvDzGLVwld2/EyRu3xiJG885QUz2xS1phZzebYLPMPBFbPK4naXGDCtPltZoOG+I1+ZkNAJ65SJ3vqbsg==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", diff --git a/package.json b/package.json index 244bcef..abf95d7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "dependencies": { - "ajv": "7.0.0", + "ajv": "7.0.1", "ajv-formats": "1.5.1", "json-schema": "0.2.5" },