0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency ajv to v6.12.6

This commit is contained in:
Renovate Bot 2020-10-12 00:06:54 +00:00
parent e821b7eef9
commit 7e52241451
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

View file

@ -68,7 +68,7 @@
"@tryghost/url-utils": "0.6.21",
"@tryghost/vhost-middleware": "1.0.9",
"@tryghost/zip": "1.1.4",
"ajv": "6.12.5",
"ajv": "6.12.6",
"amperize": "0.6.1",
"analytics-node": "3.4.0-beta.2",
"bluebird": "3.7.2",

View file

@ -869,10 +869,10 @@ agent-base@~4.2.1:
dependencies:
es6-promisify "^5.0.0"
ajv@6.12.5:
version "6.12.5"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.5.tgz#19b0e8bae8f476e5ba666300387775fb1a00a4da"
integrity sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag==
ajv@6.12.6:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"