1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-05 21:37:58 +01:00

Merge pull request #3128 from h3poteto/dependabot/npm_and_yarn/ajv-8.10.0

Bump ajv from 8.8.2 to 8.10.0
This commit is contained in:
AkiraFukushima 2022-02-12 16:22:23 +09:00 committed by GitHub
commit 3058b7e59b
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.33.0",
"@typescript-eslint/typescript-estree": "^5.11.0",
"@vue/test-utils": "^1.3.0",
"ajv": "^8.8.2",
"ajv": "^8.10.0",
"all-object-keys": "^2.2.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.5",

View File

@ -2311,10 +2311,10 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.8.0, ajv@^8.8.2:
version "8.8.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.8.2.tgz#01b4fef2007a28bf75f0b7fc009f62679de4abbb"
integrity sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.10.0, ajv@^8.8.0:
version "8.10.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.10.0.tgz#e573f719bd3af069017e3b66538ab968d040e54d"
integrity sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"