mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Update dependency @tryghost/url-utils to 0.5.0
no issue - fixes failing regression test where `htmlRelativeToAbsolute()` was throwing an error due to some invalid HTML in our test fixtures
This commit is contained in:
parent
e53913930d
commit
56493bed1a
2 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@
|
|||
"@tryghost/members-ssr": "0.5.0",
|
||||
"@tryghost/social-urls": "0.1.2",
|
||||
"@tryghost/string": "^0.1.3",
|
||||
"@tryghost/url-utils": "0.4.0",
|
||||
"@tryghost/url-utils": "0.5.0",
|
||||
"ajv": "6.10.2",
|
||||
"amperize": "0.6.0",
|
||||
"analytics-node": "3.3.0",
|
||||
|
|
|
@ -259,10 +259,10 @@
|
|||
dependencies:
|
||||
unidecode "^0.1.8"
|
||||
|
||||
"@tryghost/url-utils@0.4.0":
|
||||
version "0.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.4.0.tgz#aaa23b588e84712fb36321a3cc99e193cf0bd13d"
|
||||
integrity sha512-7ElNmBlQTYeoLReEKz2CPjb3+yk7QddNNgBpDQvu3QcAOZ+lAMi4bxGR9ol5+jZb019vtRQlMIfnBJxAdD8rng==
|
||||
"@tryghost/url-utils@0.5.0":
|
||||
version "0.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.5.0.tgz#8999b7f6bbc29157ec5e6f255eddad5b87593238"
|
||||
integrity sha512-DgOTANKH5mzd0mB2SbAhSB+/jRXDSvJoXwd/TjXhqFV+w3t7jpnHdzEgKeDXDDozkgMMYBmkWsEfmrSGXRx4nQ==
|
||||
dependencies:
|
||||
cheerio "0.22.0"
|
||||
lodash "4.17.11"
|
||||
|
|
Loading…
Reference in a new issue