Skip to content

Commit 2933b9a

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency ajv to v8.6.2
1 parent 577dcfa commit 2933b9a

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"resolutions": {
6565
"**/@types/copy-webpack-plugin/webpack": "5.44.0",
66-
"ajv-formats/ajv": "8.6.1"
66+
"ajv-formats/ajv": "8.6.2"
6767
},
6868
"devDependencies": {
6969
"@ampproject/remapping": "1.0.1",
@@ -128,7 +128,7 @@
128128
"@typescript-eslint/eslint-plugin": "4.28.3",
129129
"@typescript-eslint/parser": "4.28.3",
130130
"@yarnpkg/lockfile": "1.1.0",
131-
"ajv": "8.6.1",
131+
"ajv": "8.6.2",
132132
"ajv-formats": "2.1.0",
133133
"ansi-colors": "4.1.1",
134134
"babel-loader": "8.2.2",

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": "8.6.1",
11+
"ajv": "8.6.2",
1212
"ajv-formats": "2.1.0",
1313
"fast-json-stable-stringify": "2.1.0",
1414
"magic-string": "0.25.7",

yarn.lock

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,10 +2457,10 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.5.2:
24572457
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
24582458
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
24592459

2460-
[email protected].1, ajv@^8.0.0, ajv@^8.0.1:
2461-
version "8.6.1"
2462-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.1.tgz#ae65764bf1edde8cd861281cda5057852364a295"
2463-
integrity sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ==
2460+
[email protected].2, ajv@^8.0.0:
2461+
version "8.6.2"
2462+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
2463+
integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==
24642464
dependencies:
24652465
fast-deep-equal "^3.1.1"
24662466
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:
24772477
json-schema-traverse "^0.4.1"
24782478
uri-js "^4.2.2"
24792479

2480+
ajv@^8.0.1:
2481+
version "8.6.1"
2482+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.1.tgz#ae65764bf1edde8cd861281cda5057852364a295"
2483+
integrity sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ==
2484+
dependencies:
2485+
fast-deep-equal "^3.1.1"
2486+
json-schema-traverse "^1.0.0"
2487+
require-from-string "^2.0.2"
2488+
uri-js "^4.2.2"
2489+
24802490
alphanum-sort@^1.0.2:
24812491
version "1.0.2"
24822492
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"

0 commit comments

Comments
 (0)