mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/url-utils to v0.6.15
This commit is contained in:
parent
92adad098c
commit
73c8edd03b
2 changed files with 13 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
"@tryghost/members-ssr": "0.7.4",
|
||||
"@tryghost/social-urls": "0.1.7",
|
||||
"@tryghost/string": "0.1.7",
|
||||
"@tryghost/url-utils": "0.6.14",
|
||||
"@tryghost/url-utils": "0.6.15",
|
||||
"@tryghost/vhost-middleware": "1.0.2",
|
||||
"@tryghost/zip": "0.1.0",
|
||||
"ajv": "6.12.0",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -442,7 +442,18 @@
|
|||
dependencies:
|
||||
unidecode "^0.1.8"
|
||||
|
||||
"@tryghost/url-utils@0.6.14", "@tryghost/url-utils@^0.6.14":
|
||||
"@tryghost/url-utils@0.6.15":
|
||||
version "0.6.15"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.6.15.tgz#44eb3bbd796cad876d80298fc089a3d12b6361a8"
|
||||
integrity sha512-QlVBNE1Qa8M7l0Jcf4KsIiULE6KVaTvOHJpaNG19a/MiTv1LyJVtrGGo8xS+B+RDQzWcWLypovWgxxoBYGzBQQ==
|
||||
dependencies:
|
||||
cheerio "0.22.0"
|
||||
moment "2.24.0"
|
||||
moment-timezone "0.5.28"
|
||||
remark "^11.0.1"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
"@tryghost/url-utils@^0.6.14":
|
||||
version "0.6.14"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.6.14.tgz#aa1ef94531530635cba0cb6d75933bda1a557719"
|
||||
integrity sha512-GpEN2ZJXqESsp5lUEDEBNPm0HQholhF3pfPlOUx/r/B6YHXBHCH7blgXwDAoo+/I7mKMDCVNf+AA/FXdCrVgJQ==
|
||||
|
|
Loading…
Reference in a new issue