Merge pull request #2141 from h3poteto/dependabot/npm_and_yarn/ajv-7.1.0

build(deps-dev): Bump ajv from 7.0.4 to 7.1.0
This commit is contained in:
AkiraFukushima 2021-02-17 01:12:33 +09:00 committed by GitHub
commit 8ca76c6bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -225,7 +225,7 @@
"@typescript-eslint/parser": "^4.14.2",
"@typescript-eslint/typescript-estree": "^4.14.2",
"@vue/test-utils": "^1.1.3",
"ajv": "^7.0.4",
"ajv": "^7.1.0",
"all-object-keys": "^2.2.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",

View File

@ -1815,10 +1815,10 @@ ajv@^6.0.1, ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.0, ajv@^6.12.3, ajv@
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ajv@^7.0.2, ajv@^7.0.4:
version "7.0.4"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.0.4.tgz#827e5f5ae32f5e5c1637db61f253a112229b5e2f"
integrity sha512-xzzzaqgEQfmuhbhAoqjJ8T/1okb6gAzXn/eQRNpAN1AEUoHJTNF9xCDRTtf/s3SKldtZfa+RJeTs+BQq+eZ/sw==
ajv@^7.0.2, ajv@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.1.0.tgz#f982ea7933dc7f1012eae9eec5a86687d805421b"
integrity sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"