0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

🐛 Koenig - Fixed Vimeo, Hulu, and Facebook Post embeds (#9803)

refs https://github.com/TryGhost/Ghost/issues/9786
- bumped `oembed-parser` dependency to a forked version
  - contains fix for oembed.com providers that include `{format}` in the `url`
  - contains updated `providers.json` file including the `Facebook (Post)` provider (thanks @lunaticmonk)
This commit is contained in:
Kevin Ansfield 2018-08-20 11:52:40 +01:00 committed by GitHub
parent 15bd6e14ca
commit c186347f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@
"netjet": "1.3.0",
"nodemailer": "0.7.1",
"oauth2orize": "1.11.0",
"oembed-parser": "1.1.1",
"oembed-parser": "https://github.com/kevinansfield/oembed-parser.git#ghost",
"passport": "0.4.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",

View file

@ -4311,9 +4311,9 @@ object.pick@^1.2.0, object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"
oembed-parser@1.1.1:
"oembed-parser@https://github.com/kevinansfield/oembed-parser.git#ghost":
version "1.1.1"
resolved "https://registry.yarnpkg.com/oembed-parser/-/oembed-parser-1.1.1.tgz#6c7e8fb87faefbf99a9408f87325151e274aa80a"
resolved "https://github.com/kevinansfield/oembed-parser.git#448496419130fa4c6c40c2471b6403bc6025f36a"
dependencies:
bellajs "^7.2.2"
node-fetch "^2.1.2"