chore(deps): update dependency ajv to ^8.8.0

This commit is contained in:
Renovate Bot 2021-11-13 18:51:12 +00:00
parent 1504f9270b
commit b367a01df2
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
3 changed files with 9 additions and 25 deletions

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"devDependencies": {
"@jsdoc/eslint-config": "^1.0.8",
"@jsdoc/test-matchers": "^0.1.6",
"ajv": "^8.7.1",
"ajv": "^8.8.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
@ -3025,9 +3025,9 @@
}
},
"node_modules/ajv": {
"version": "8.7.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz",
"integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==",
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.0.tgz",
"integrity": "sha512-L+cJ/+pkdICMueKR6wIx3VP2fjIx3yAhuvadUv/osv9yFD7OVZy442xFF+Oeu3ZvmhBGQzoF6mTSt+LUWBmGQg==",
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
@ -17550,9 +17550,9 @@
}
},
"ajv": {
"version": "8.7.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz",
"integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==",
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.0.tgz",
"integrity": "sha512-L+cJ/+pkdICMueKR6wIx3VP2fjIx3yAhuvadUv/osv9yFD7OVZy442xFF+Oeu3ZvmhBGQzoF6mTSt+LUWBmGQg==",
"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.7.1",
"ajv": "^8.8.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",

View File

@ -145,22 +145,6 @@
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"peer": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ansi-colors": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
@ -2142,4 +2126,4 @@
}
}
}
}
}