diff --git a/package.json b/package.json index 56dbe24eea..09bb63d7af 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@tryghost/session-service": "0.1.21", "@tryghost/social-urls": "0.1.24", "@tryghost/string": "0.1.19", - "@tryghost/url-utils": "1.1.3", + "@tryghost/url-utils": "1.1.4", "@tryghost/vhost-middleware": "1.0.14", "@tryghost/zip": "1.1.13", "amperize": "0.6.1", diff --git a/yarn.lock b/yarn.lock index bc177ca582..a25d3e80fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -848,7 +848,19 @@ dependencies: unidecode "^0.1.8" -"@tryghost/url-utils@1.1.3", "@tryghost/url-utils@^1.1.2": +"@tryghost/url-utils@1.1.4": + version "1.1.4" + resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-1.1.4.tgz#9b7ffeafcc4331d9d2cc842e59d4a0ea37eb151e" + integrity sha512-WLjjjSl3Hh1S+6s8lTGtCM+FPgRHDodUr5BKzMzYY74E+CSkxGJ9WyuVI2J5s5SQw0lM0s8qylWKZtGU7Ca7Hg== + dependencies: + cheerio "^0.22.0" + moment "^2.27.0" + moment-timezone "^0.5.31" + remark "^11.0.2" + remark-footnotes "^1.0.0" + unist-util-visit "^2.0.0" + +"@tryghost/url-utils@^1.1.2": version "1.1.3" resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-1.1.3.tgz#d9434c5fb4ac850eb68fbe9eec312f42b95c8676" integrity sha512-oUbf1kfQuoD3GYQYjBuLcxO0ToCbrGj2KQaM2VoWEPGVD2WFy35gMG2/lUB40otG3zjljnLCa2+I9areaWI8cQ==