Skip to content

Commit 8b0a7b5

Browse files
Update dependency ajv to v8
1 parent 9d10469 commit 8b0a7b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ aggregate-error@^3.0.0:
30253025
clean-stack "^2.0.0"
30263026
indent-string "^4.0.0"
30273027

3028-
ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
3028+
ajv@^6.10.0, ajv@^6.12.4:
30293029
version "6.12.6"
30303030
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
30313031
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -3035,10 +3035,10 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
30353035
json-schema-traverse "^0.4.1"
30363036
uri-js "^4.2.2"
30373037

3038-
ajv@^8.0.1:
3039-
version "8.11.2"
3040-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.2.tgz#aecb20b50607acf2569b6382167b65a96008bb78"
3041-
integrity sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==
3038+
ajv@^8.0.0, ajv@^8.0.1:
3039+
version "8.12.0"
3040+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
3041+
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
30423042
dependencies:
30433043
fast-deep-equal "^3.1.1"
30443044
json-schema-traverse "^1.0.0"

0 commit comments

Comments
 (0)