mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency ajv to v6.10.2
This commit is contained in:
parent
e34281695c
commit
1b56892e33
2 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
||||||
"@tryghost/social-urls": "0.1.0",
|
"@tryghost/social-urls": "0.1.0",
|
||||||
"@tryghost/string": "^0.1.3",
|
"@tryghost/string": "^0.1.3",
|
||||||
"@tryghost/url-utils": "0.1.2",
|
"@tryghost/url-utils": "0.1.2",
|
||||||
"ajv": "6.10.1",
|
"ajv": "6.10.2",
|
||||||
"amperize": "0.5.2",
|
"amperize": "0.5.2",
|
||||||
"analytics-node": "3.3.0",
|
"analytics-node": "3.3.0",
|
||||||
"archiver": "3.0.0",
|
"archiver": "3.0.0",
|
||||||
|
|
|
@ -364,10 +364,10 @@ ajv-keywords@^2.1.0:
|
||||||
version "2.1.1"
|
version "2.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
|
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
|
||||||
|
|
||||||
ajv@6.10.1:
|
ajv@6.10.2:
|
||||||
version "6.10.1"
|
version "6.10.2"
|
||||||
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.1.tgz#ebf8d3af22552df9dd049bfbe50cc2390e823593"
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
|
||||||
integrity sha512-w1YQaVGNC6t2UCPjEawK/vo/dG8OOrVtUmhBT1uJJYxbl5kU2Tj3v6LGqBcsysN1yhuCStJCCA3GqdvKY8sqXQ==
|
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-deep-equal "^2.0.1"
|
fast-deep-equal "^2.0.1"
|
||||||
fast-json-stable-stringify "^2.0.0"
|
fast-json-stable-stringify "^2.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue