Skip to content

Commit d29cf86

Browse files
renovate-botKeen Yee Liau
authored and
Keen Yee Liau
committed
build: update ajv to version 6.10.1
1 parent b918891 commit d29cf86

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@types/webpack-dev-server": "^3.1.0",
107107
"@types/webpack-sources": "^0.1.5",
108108
"@yarnpkg/lockfile": "1.1.0",
109-
"ajv": "6.10.0",
109+
"ajv": "6.10.1",
110110
"ansi-colors": "3.2.4",
111111
"common-tags": "^1.8.0",
112112
"conventional-changelog": "^1.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@angular-devkit/build-webpack": "0.0.0",
1313
"@angular-devkit/core": "0.0.0",
1414
"@ngtools/webpack": "0.0.0",
15-
"ajv": "6.10.0",
15+
"ajv": "6.10.1",
1616
"autoprefixer": "9.6.1",
1717
"browserslist": "4.6.3",
1818
"caniuse-lite": "1.0.30000983",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"core"
99
],
1010
"dependencies": {
11-
"ajv": "6.10.0",
11+
"ajv": "6.10.1",
1212
"fast-json-stable-stringify": "2.0.0",
1313
"magic-string": "0.25.3",
1414
"rxjs": "6.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,10 +1009,10 @@ ajv-keywords@^3.1.0:
10091009
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
10101010
integrity sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=
10111011

1012-
1013-
version "6.10.0"
1014-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
1015-
integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==
1012+
1013+
version "6.10.1"
1014+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.1.tgz#ebf8d3af22552df9dd049bfbe50cc2390e823593"
1015+
integrity sha512-w1YQaVGNC6t2UCPjEawK/vo/dG8OOrVtUmhBT1uJJYxbl5kU2Tj3v6LGqBcsysN1yhuCStJCCA3GqdvKY8sqXQ==
10161016
dependencies:
10171017
fast-deep-equal "^2.0.1"
10181018
fast-json-stable-stringify "^2.0.0"

0 commit comments

Comments
 (0)