mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency @tryghost/social-urls to v0.1.4
This commit is contained in:
parent
518f2ccd82
commit
a8ecd9ac6e
2 changed files with 11 additions and 6 deletions
|
@ -43,7 +43,7 @@
|
|||
"@tryghost/helpers": "1.1.17",
|
||||
"@tryghost/members-api": "0.8.2",
|
||||
"@tryghost/members-ssr": "0.7.1",
|
||||
"@tryghost/social-urls": "0.1.3",
|
||||
"@tryghost/social-urls": "0.1.4",
|
||||
"@tryghost/string": "^0.1.3",
|
||||
"@tryghost/url-utils": "0.6.10",
|
||||
"ajv": "6.10.2",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -281,12 +281,12 @@
|
|||
chalk "^2.4.1"
|
||||
sywac "^1.2.1"
|
||||
|
||||
"@tryghost/social-urls@0.1.3":
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/social-urls/-/social-urls-0.1.3.tgz#3de95811b5d9de3dfb28bf9241a36d5cb9f33a52"
|
||||
integrity sha512-/sO7MXtcb/qhYkul4CRx9iP1dEVQpCEf4F/mjPzPEEs8DVabPoOke3dlwYuJI9XJcuLab9E/j/tVE1C4R8VodQ==
|
||||
"@tryghost/social-urls@0.1.4":
|
||||
version "0.1.4"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/social-urls/-/social-urls-0.1.4.tgz#22d309390d3b58a147f76f8325b31aec7ecc5b44"
|
||||
integrity sha512-sYpPI34HsT09kZQdUCInr4PpWqZovLz+hWuBopxGaC6/uXVOd9PKiUQf7ijK7C03/LoZO7HSZYcWqflkg0Y72A==
|
||||
dependencies:
|
||||
bluebird "3.7.0"
|
||||
bluebird "3.7.1"
|
||||
ghost-ignition "3.1.0"
|
||||
lodash "4.17.11"
|
||||
|
||||
|
@ -883,6 +883,11 @@ bluebird@3.7.0, bluebird@^3.0.5, bluebird@^3.4.1, bluebird@^3.4.3, bluebird@^3.4
|
|||
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.0.tgz#56a6a886e03f6ae577cffedeb524f8f2450293cf"
|
||||
integrity sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg==
|
||||
|
||||
bluebird@3.7.1:
|
||||
version "3.7.1"
|
||||
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
|
||||
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
|
||||
|
||||
body-parser@1.19.0, body-parser@^1.19.0:
|
||||
version "1.19.0"
|
||||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
|
||||
|
|
Loading…
Add table
Reference in a new issue