From bc8fc566a75b4c22c3c9cd1932af6efaea753246 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 14 Oct 2019 13:40:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20markdown=20card=20conten?= =?UTF-8?q?t=20appearing=20corrupted=20when=20editing=20a=20post?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Ghost/issues/11235 - updates `@tryghost/url-utils` to a version with a fixed `markdownRelativeToAbsolute` method --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9428fe61ff..fdf7760cc3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@tryghost/members-ssr": "0.7.1", "@tryghost/social-urls": "0.1.2", "@tryghost/string": "^0.1.3", - "@tryghost/url-utils": "0.6.9", + "@tryghost/url-utils": "0.6.10", "ajv": "6.10.2", "amperize": "0.6.0", "analytics-node": "3.3.0", diff --git a/yarn.lock b/yarn.lock index f499da64ce..e168240d72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -297,10 +297,10 @@ dependencies: unidecode "^0.1.8" -"@tryghost/url-utils@0.6.9": - version "0.6.9" - resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.6.9.tgz#4281988f5f53eab9446b553eac914d7777aa0d64" - integrity sha512-47nmkJ2NHOpCDdjmgSwBwiaZuSQvfcOQCf1lcbkNf38VEbaNW9cEWFAcjOOVkrDpaz38vYgfdv5lihNwhwO4Dw== +"@tryghost/url-utils@0.6.10": + version "0.6.10" + resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.6.10.tgz#8ab8cf4e4717b24835c5c9ea58a515cdb3b742e5" + integrity sha512-VHQh3QluR/46CNhIvF6E7GQvfh8UoOQZa4NeNlfrJILadrZQ1Cst8mnSyXIcNq/KBC8ULGDVlbYjfQVgrLeRPg== dependencies: cheerio "0.22.0" moment "2.24.0"