fix(appium): update dependency ajv to v8.12.0

This commit is contained in:
renovate[bot]
2023-01-04 09:07:14 +00:00
parent 49eddb4368
commit 783989b56c
3 changed files with 7 additions and 6 deletions
+4 -3
View File
@@ -3943,8 +3943,9 @@
}
},
"node_modules/ajv": {
"version": "8.11.2",
"license": "MIT",
"version": "8.12.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
@@ -16652,7 +16653,7 @@
"@types/semver": "7.3.13",
"@types/teen_process": "2.0.0",
"@types/wrap-ansi": "3.0.0",
"ajv": "8.11.2",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"argparse": "2.0.1",
"async-lock": "1.4.0",
+2 -2
View File
@@ -138,10 +138,10 @@
"overrides": {
"jpeg-js": "0.4.4",
"@sidvind/better-ajv-errors": {
"ajv": "8.11.2"
"ajv": "8.12.0"
},
"ajv-formats": {
"ajv": "8.11.2"
"ajv": "8.12.0"
}
}
}
+1 -1
View File
@@ -70,7 +70,7 @@
"@types/semver": "7.3.13",
"@types/teen_process": "2.0.0",
"@types/wrap-ansi": "3.0.0",
"ajv": "8.11.2",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"argparse": "2.0.1",
"async-lock": "1.4.0",