1
0
Fork 0

update: update dependency ajv to v8.6.3 (#891)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-12 21:40:33 +00:00 committed by GitHub
parent fe37957500
commit d0ac77a119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/eslint-plugin-tslint": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"ajv": "8.6.2",
"ajv": "8.6.3",
"bunyan": "1.8.15",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",

View File

@ -673,10 +673,10 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"
ajv@8.6.2:
version "8.6.2"
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==
ajv@8.6.3:
version "8.6.3"
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-8.6.3.tgz#11a66527761dc3e9a3845ea775d2d3c0414e8764"
integrity sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"