From 15066ececb39e797c15aff3b015ef3f49999413c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 12 Jan 2018 22:46:58 +0000 Subject: [PATCH] Update dependency ajv to v6.0.1 (#3130) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 865b1c4d0..c1db5ae24 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "yarn": "1.x" }, "dependencies": { - "ajv": "6.0.0", + "ajv": "6.0.1", "angular": "1.6.8", "angular-clipboard": "1.6.2", "angular-local-storage": "0.7.1", diff --git a/yarn.lock b/yarn.lock index f0627d5bf..98743f2ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -60,9 +60,9 @@ ajv-keywords@^1.0.0, ajv-keywords@^1.1.1: version "1.5.1" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c" -ajv@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.0.0.tgz#093bec4d9bac8e4505e541ae10eb6150268684c2" +ajv@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.0.1.tgz#2898580a9f3def5f9c85dfead7a2223ef13cf3da" dependencies: fast-deep-equal "^1.0.0" fast-json-stable-stringify "^2.0.0"