chore(deps): update dependency ajv to ^8.11.2

This commit is contained in:
renovate[bot] 2022-11-13 22:53:56 +00:00 committed by GitHub
parent 036e6cce58
commit e08737d616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"devDependencies": { "devDependencies": {
"@jsdoc/eslint-config": "^1.0.8", "@jsdoc/eslint-config": "^1.0.8",
"@jsdoc/test-matchers": "^0.1.9", "@jsdoc/test-matchers": "^0.1.9",
"ajv": "^8.11.0", "ajv": "^8.11.2",
"eslint": "^8.27.0", "eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
@ -3339,9 +3339,9 @@
} }
}, },
"node_modules/ajv": { "node_modules/ajv": {
"version": "8.11.0", "version": "8.11.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz",
"integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"fast-deep-equal": "^3.1.1", "fast-deep-equal": "^3.1.1",
@ -18307,9 +18307,9 @@
} }
}, },
"ajv": { "ajv": {
"version": "8.11.0", "version": "8.11.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz",
"integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==",
"dev": true, "dev": true,
"requires": { "requires": {
"fast-deep-equal": "^3.1.1", "fast-deep-equal": "^3.1.1",

View File

@ -5,7 +5,7 @@
"devDependencies": { "devDependencies": {
"@jsdoc/eslint-config": "^1.0.8", "@jsdoc/eslint-config": "^1.0.8",
"@jsdoc/test-matchers": "^0.1.9", "@jsdoc/test-matchers": "^0.1.9",
"ajv": "^8.11.0", "ajv": "^8.11.2",
"eslint": "^8.27.0", "eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",