From bdf4be13bdf3bb2357050a48c12c5c557b08d8d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Jul 2021 07:46:52 +0000 Subject: [PATCH] build: update dependency ajv to v8.6.2 --- package.json | 4 ++-- packages/angular_devkit/core/package.json | 2 +- yarn.lock | 18 ++++++++++++++---- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ce5ac81ba67f..262a22427242 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "resolutions": { "**/@types/copy-webpack-plugin/webpack": "5.44.0", - "ajv-formats/ajv": "8.6.1" + "ajv-formats/ajv": "8.6.2" }, "devDependencies": { "@ampproject/remapping": "1.0.1", @@ -128,7 +128,7 @@ "@typescript-eslint/eslint-plugin": "4.28.3", "@typescript-eslint/parser": "4.28.3", "@yarnpkg/lockfile": "1.1.0", - "ajv": "8.6.1", + "ajv": "8.6.2", "ajv-formats": "2.1.0", "ansi-colors": "4.1.1", "babel-loader": "8.2.2", diff --git a/packages/angular_devkit/core/package.json b/packages/angular_devkit/core/package.json index 73c8b95c81aa..04e9cc96202b 100644 --- a/packages/angular_devkit/core/package.json +++ b/packages/angular_devkit/core/package.json @@ -8,7 +8,7 @@ "core" ], "dependencies": { - "ajv": "8.6.1", + "ajv": "8.6.2", "ajv-formats": "2.1.0", "fast-json-stable-stringify": "2.1.0", "magic-string": "0.25.7", diff --git a/yarn.lock b/yarn.lock index 2e23e9c099b6..52cc3ea0492c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2457,10 +2457,10 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.5.2: resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== -ajv@8.6.1, ajv@^8.0.0, ajv@^8.0.1: - version "8.6.1" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.1.tgz#ae65764bf1edde8cd861281cda5057852364a295" - integrity sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ== +ajv@8.6.2, ajv@^8.0.0: + version "8.6.2" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571" + integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w== dependencies: fast-deep-equal "^3.1.1" json-schema-traverse "^1.0.0" @@ -2477,6 +2477,16 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@~6.12.6: json-schema-traverse "^0.4.1" uri-js "^4.2.2" +ajv@^8.0.1: + version "8.6.1" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.1.tgz#ae65764bf1edde8cd861281cda5057852364a295" + integrity sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ== + dependencies: + fast-deep-equal "^3.1.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + uri-js "^4.2.2" + alphanum-sort@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"