2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Updated dependency @tryghost/url-utils to v0.6.13

no issue

- includes fix for cloudflare `<stream>` embeds breaking after having their URLs transformed
This commit is contained in:
Kevin Ansfield 2019-10-30 10:56:23 +00:00
parent 804afca51f
commit 314958cbf1
2 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@
"@tryghost/members-ssr": "0.7.1",
"@tryghost/social-urls": "0.1.4",
"@tryghost/string": "^0.1.3",
"@tryghost/url-utils": "0.6.10",
"@tryghost/url-utils": "0.6.13",
"@tryghost/vhost-middleware": "1.0.0",
"ajv": "6.10.2",
"amperize": "0.6.0",

View file

@ -297,10 +297,10 @@
dependencies:
unidecode "^0.1.8"
"@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==
"@tryghost/url-utils@0.6.13":
version "0.6.13"
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.6.13.tgz#20df346e09bdc3d915026bfb363cefe617726da7"
integrity sha512-pJc58mIomtJ00OxMt39O84FME8CNfOZdYU5VHOV4pmg5VhbtzHk54z1ZEPTk8PXhr162i9xWkoqu6NvjD/YBDQ==
dependencies:
cheerio "0.22.0"
moment "2.24.0"