From c186347f0ca8d21136e804758e2ec4d719ec890b Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 20 Aug 2018 11:52:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Koenig=20-=20Fixed=20Vimeo,=20Hu?= =?UTF-8?q?lu,=20and=20Facebook=20Post=20embeds=20(#9803)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 73619e1c60..6ed406eecd 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 93e7d5f17f..e5073a476c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"