update: update dependency ajv to v8.6.3 (#891)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
fe37957500
commit
d0ac77a119
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue