mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Update dependency @tryghost/url-utils to v2.0.5
This commit is contained in:
parent
7c76c429b1
commit
2b9847a91f
2 changed files with 14 additions and 2 deletions
|
@ -102,7 +102,7 @@
|
|||
"@tryghost/string": "0.1.21",
|
||||
"@tryghost/tpl": "0.1.9",
|
||||
"@tryghost/update-check-service": "0.3.0",
|
||||
"@tryghost/url-utils": "2.0.4",
|
||||
"@tryghost/url-utils": "2.0.5",
|
||||
"@tryghost/validator": "0.1.10",
|
||||
"@tryghost/version": "0.1.8",
|
||||
"@tryghost/vhost-middleware": "1.0.20",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -1740,7 +1740,19 @@
|
|||
lodash "^4.17.21"
|
||||
moment "^2.24.0"
|
||||
|
||||
"@tryghost/url-utils@2.0.4", "@tryghost/url-utils@^2.0.0":
|
||||
"@tryghost/url-utils@2.0.5":
|
||||
version "2.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-2.0.5.tgz#50b0034def611ff017c28bbb153675c49f43a977"
|
||||
integrity sha512-g0ByV2IExezz+Sec0LfTtziZ8b6nUMdLkS4xc2IdbBFMLCHjChkhR4bSBat84/YuPIdV8rGph1Ne0cgbM2Ibww==
|
||||
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@^2.0.0":
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-2.0.4.tgz#00fd39e98cbcf9b2851b574396e3dc1a82522e3f"
|
||||
integrity sha512-bjf0B2WZPWuayvwKhgx6AVC79H9fx6gqbOBznE1zl8iLmaMz+6JoFoWjvEN9Mu7JAhmVuYhgbgW0UhwQaqoYGw==
|
||||
|
|
Loading…
Add table
Reference in a new issue