build: update ajv to version 6.10.1

This commit is contained in:
Renovate Bot 2019-07-09 20:18:41 +00:00 committed by Keen Yee Liau
parent b918891a66
commit d29cf86aa6
4 changed files with 7 additions and 7 deletions

View File

@ -106,7 +106,7 @@
"@types/webpack-dev-server": "^3.1.0",
"@types/webpack-sources": "^0.1.5",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "6.10.0",
"ajv": "6.10.1",
"ansi-colors": "3.2.4",
"common-tags": "^1.8.0",
"conventional-changelog": "^1.1.0",

View File

@ -12,7 +12,7 @@
"@angular-devkit/build-webpack": "0.0.0",
"@angular-devkit/core": "0.0.0",
"@ngtools/webpack": "0.0.0",
"ajv": "6.10.0",
"ajv": "6.10.1",
"autoprefixer": "9.6.1",
"browserslist": "4.6.3",
"caniuse-lite": "1.0.30000983",

View File

@ -8,7 +8,7 @@
"core"
],
"dependencies": {
"ajv": "6.10.0",
"ajv": "6.10.1",
"fast-json-stable-stringify": "2.0.0",
"magic-string": "0.25.3",
"rxjs": "6.4.0",

View File

@ -1009,10 +1009,10 @@ ajv-keywords@^3.1.0:
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
integrity sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=
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"