From 17388866a56f90209b3a8b8c2b7c775aec847897 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Feb 2019 08:45:21 +0000 Subject: [PATCH] build: update ajv to version 6.9.1 --- package.json | 2 +- packages/angular_devkit/build_angular/package.json | 2 +- packages/angular_devkit/core/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1896c53504..b58e937118 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@types/webpack-dev-server": "^3.1.0", "@types/webpack-sources": "^0.1.5", "@yarnpkg/lockfile": "1.1.0", - "ajv": "6.8.1", + "ajv": "6.9.1", "common-tags": "^1.8.0", "conventional-changelog": "^1.1.0", "conventional-commits-parser": "^3.0.0", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 02b6104f1a..012bd0c093 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -11,7 +11,7 @@ "@angular-devkit/build-webpack": "0.0.0", "@angular-devkit/core": "0.0.0", "@ngtools/webpack": "0.0.0", - "ajv": "6.8.1", + "ajv": "6.9.1", "autoprefixer": "9.4.7", "circular-dependency-plugin": "5.0.2", "clean-css": "4.2.1", diff --git a/packages/angular_devkit/core/package.json b/packages/angular_devkit/core/package.json index 5aaa3e28dd..14a5e6ece7 100644 --- a/packages/angular_devkit/core/package.json +++ b/packages/angular_devkit/core/package.json @@ -8,7 +8,7 @@ "core" ], "dependencies": { - "ajv": "6.8.1", + "ajv": "6.9.1", "chokidar": "2.1.0", "fast-json-stable-stringify": "2.0.0", "rxjs": "6.3.3", diff --git a/yarn.lock b/yarn.lock index f61215281e..6f418ff630 100644 --- a/yarn.lock +++ b/yarn.lock @@ -861,10 +861,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.8.1: - version "6.8.1" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.8.1.tgz#0890b93742985ebf8973cd365c5b23920ce3cb20" - integrity sha512-eqxCp82P+JfqL683wwsL73XmFs1eG6qjw+RD3YHx+Jll1r0jNd4dh8QG9NYAeNGA/hnZjeEDgtTskgJULbxpWQ== +ajv@6.9.1: + version "6.9.1" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.9.1.tgz#a4d3683d74abc5670e75f0b16520f70a20ea8dc1" + integrity sha512-XDN92U311aINL77ieWHmqCcNlwjoP5cHXDxIxbf2MaPYuCXOHS7gHH8jktxeK5omgd52XbSTX6a4Piwd1pQmzA== dependencies: fast-deep-equal "^2.0.1" fast-json-stable-stringify "^2.0.0"