chore(deps): update dependency ajv to ^8.6.2

This commit is contained in:
Renovate Bot 2021-07-15 20:51:59 +00:00
parent ea38d0024c
commit 865a5135fc
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2644,9 +2644,9 @@
}
},
"ajv": {
"version": "8.6.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.1.tgz",
"integrity": "sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ==",
"version": "8.6.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz",
"integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==",
"dev": true,
"requires": {
"fast-deep-equal": "^3.1.1",

View File

@ -5,7 +5,7 @@
"devDependencies": {
"@jsdoc/eslint-config": "^1.0.8",
"@jsdoc/test-matchers": "^0.1.6",
"ajv": "^8.6.1",
"ajv": "^8.6.2",
"eslint": "^7.30.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",