update: update dependency ajv to v8.11.0 (#1041)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
73189c1a27
commit
59919dbec4
|
@ -55,7 +55,7 @@
|
||||||
"@types/yargs": "17.0.9",
|
"@types/yargs": "17.0.9",
|
||||||
"@typescript-eslint/eslint-plugin": "5.13.0",
|
"@typescript-eslint/eslint-plugin": "5.13.0",
|
||||||
"@typescript-eslint/parser": "5.13.0",
|
"@typescript-eslint/parser": "5.13.0",
|
||||||
"ajv": "8.10.0",
|
"ajv": "8.11.0",
|
||||||
"bunyan": "1.8.15",
|
"bunyan": "1.8.15",
|
||||||
"c8": "7.11.0",
|
"c8": "7.11.0",
|
||||||
"chai": "4.3.6",
|
"chai": "4.3.6",
|
||||||
|
|
|
@ -592,10 +592,10 @@ aggregate-error@^3.0.0:
|
||||||
clean-stack "^2.0.0"
|
clean-stack "^2.0.0"
|
||||||
indent-string "^4.0.0"
|
indent-string "^4.0.0"
|
||||||
|
|
||||||
ajv@8.10.0:
|
ajv@8.11.0:
|
||||||
version "8.10.0"
|
version "8.11.0"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-8.10.0.tgz#e573f719bd3af069017e3b66538ab968d040e54d"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f"
|
||||||
integrity sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==
|
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-deep-equal "^3.1.1"
|
fast-deep-equal "^3.1.1"
|
||||||
json-schema-traverse "^1.0.0"
|
json-schema-traverse "^1.0.0"
|
||||||
|
|
Loading…
Reference in New Issue