Merge pull request #2803 from h3poteto/dependabot/npm_and_yarn/ajv-8.6.3

Bump ajv from 8.6.2 to 8.6.3
This commit is contained in:
AkiraFukushima 2021-10-02 17:27:30 +09:00 committed by GitHub
commit c0caa4b997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -133,7 +133,7 @@
"@typescript-eslint/parser": "^4.29.3",
"@typescript-eslint/typescript-estree": "^4.32.0",
"@vue/test-utils": "^1.2.2",
"ajv": "^8.6.2",
"ajv": "^8.6.3",
"all-object-keys": "^2.2.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.4",

View File

@ -2093,10 +2093,10 @@ ajv@^6.0.1, ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.0, ajv@^6.12.3, ajv@^6.12.4, ajv@
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ajv@^8.0.1, ajv@^8.6.2:
version "8.6.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==
ajv@^8.0.1, ajv@^8.6.3:
version "8.6.3"
resolved "https://registry.yarnpkg.com/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"