mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated @tryghost/url-utils
no issue - fixes errors thrown from `urlUtils` method calls where the `itemPath` parameter is not passed
This commit is contained in:
parent
c6b9193940
commit
9aca599b60
2 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@
|
|||
"@tryghost/members-ssr": "0.7.0",
|
||||
"@tryghost/social-urls": "0.1.2",
|
||||
"@tryghost/string": "^0.1.3",
|
||||
"@tryghost/url-utils": "0.6.3",
|
||||
"@tryghost/url-utils": "0.6.5",
|
||||
"ajv": "6.10.2",
|
||||
"amperize": "0.6.0",
|
||||
"analytics-node": "3.3.0",
|
||||
|
|
|
@ -297,10 +297,10 @@
|
|||
dependencies:
|
||||
unidecode "^0.1.8"
|
||||
|
||||
"@tryghost/url-utils@0.6.3":
|
||||
version "0.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.6.3.tgz#4bff3b43afa43f878593d24119810f739950630b"
|
||||
integrity sha512-BLCBFnMmLjkRzps/ou5FboAVIrlcs4FicQAU8aB53xXjW6Uf2gpL5e3huzvUyOMWW9eN6YkSqxG1k870te+qjA==
|
||||
"@tryghost/url-utils@0.6.5":
|
||||
version "0.6.5"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.6.5.tgz#a393e67e60daf265fd5d3e4ff6423bd0573bcd10"
|
||||
integrity sha512-Ah6gmFo79a4p/lpzGC/EMwKgw5jEiURJAtaj3RSAiOaDF8VIAdjg7G4zO6CY8ShnMCCo7xizIGUMETHePRBgVA==
|
||||
dependencies:
|
||||
cheerio "0.22.0"
|
||||
moment "2.24.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue