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:
parent
e821b7eef9
commit
7e52241451
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue