1
0
Fork 0

update: update dependency ajv to v6.10.1

This commit is contained in:
Renovate Bot 2019-07-11 05:22:39 +00:00 committed by Sean Sube
parent 72920b29a2
commit 760bdc9d4d
2 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@
"@types/mocha": "5.2.7",
"@types/sinon": "7.0.13",
"@types/yargs": "13.0.0",
"ajv": "6.10.0",
"ajv": "6.10.1",
"bunyan": "1.8.12",
"chai": "4.2.0",
"deep-diff": "1.0.2",

View File

@ -126,10 +126,10 @@ acorn@^6.1.1:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
ajv@6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==
ajv@6.10.1:
version "6.10.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.1.tgz#ebf8d3af22552df9dd049bfbe50cc2390e823593"
integrity sha512-w1YQaVGNC6t2UCPjEawK/vo/dG8OOrVtUmhBT1uJJYxbl5kU2Tj3v6LGqBcsysN1yhuCStJCCA3GqdvKY8sqXQ==
dependencies:
fast-deep-equal "^2.0.1"
fast-json-stable-stringify "^2.0.0"