Skip to content

Commit ca38803

Browse files
Update dependency ajv to v8
1 parent 63cde47 commit ca38803

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/admin-api-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@tryghost/errors": "^1.0.0",
29-
"ajv": "^6.12.6",
29+
"ajv": "^8.0.0",
3030
"lodash": "^4.17.11"
3131
}
3232
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3031,7 +3031,7 @@ aggregate-error@^3.0.0:
30313031
clean-stack "^2.0.0"
30323032
indent-string "^4.0.0"
30333033

3034-
ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
3034+
ajv@^6.10.0, ajv@^6.12.4:
30353035
version "6.12.6"
30363036
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
30373037
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -3041,7 +3041,7 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
30413041
json-schema-traverse "^0.4.1"
30423042
uri-js "^4.2.2"
30433043

3044-
ajv@^8.0.1:
3044+
ajv@^8.0.0, ajv@^8.0.1:
30453045
version "8.12.0"
30463046
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
30473047
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==

0 commit comments

Comments
 (0)