Update dependency @tryghost/url-utils to v0.1.3
This commit is contained in:
parent
a4546409c2
commit
6cb0f800c8
@ -47,7 +47,7 @@
|
||||
"@tryghost/members-theme-bindings": "0.2.3",
|
||||
"@tryghost/social-urls": "0.1.1",
|
||||
"@tryghost/string": "^0.1.3",
|
||||
"@tryghost/url-utils": "0.1.2",
|
||||
"@tryghost/url-utils": "0.1.3",
|
||||
"ajv": "6.10.2",
|
||||
"amperize": "0.5.2",
|
||||
"analytics-node": "3.3.0",
|
||||
|
17
yarn.lock
17
yarn.lock
@ -258,15 +258,15 @@
|
||||
dependencies:
|
||||
unidecode "^0.1.8"
|
||||
|
||||
"@tryghost/url-utils@0.1.2":
|
||||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.1.2.tgz#8224a80d69a78a8b178e14219f64ec0d32676166"
|
||||
integrity sha512-kj2kHzkAmwL3trVaL90C/c6DdVYAtJ3KdMRB7V1JkBKL6VJJUuoBte2AR9FBbR429vRngoySzCt8jyYOfuQsKQ==
|
||||
"@tryghost/url-utils@0.1.3":
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-0.1.3.tgz#fe8034635c50cc6de3e9115e8a333f79293e31e2"
|
||||
integrity sha512-H4P4HnXRL+R/0uet54LOZybGkzs6jP4XrSPBdFZWHqdsvsfhP8xpUnoZZZwvxrn8WbVpsYolL9gEYRJthYVvzg==
|
||||
dependencies:
|
||||
cheerio "0.22.0"
|
||||
lodash "4.17.11"
|
||||
moment "2.24.0"
|
||||
moment-timezone "0.5.23"
|
||||
moment-timezone "0.5.26"
|
||||
|
||||
"@types/bluebird@^3.5.25":
|
||||
version "3.5.25"
|
||||
@ -5089,6 +5089,13 @@ moment-timezone@0.5.23:
|
||||
dependencies:
|
||||
moment ">= 2.9.0"
|
||||
|
||||
moment-timezone@0.5.26:
|
||||
version "0.5.26"
|
||||
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.26.tgz#c0267ca09ae84631aa3dc33f65bedbe6e8e0d772"
|
||||
integrity sha512-sFP4cgEKTCymBBKgoxZjYzlSovC20Y6J7y3nanDc5RoBIXKlZhoYwBoZGe3flwU6A372AcRwScH8KiwV6zjy1g==
|
||||
dependencies:
|
||||
moment ">= 2.9.0"
|
||||
|
||||
moment@2.24.0, "moment@>= 2.9.0", moment@^2.10.6, moment@^2.15.2, moment@^2.18.1, moment@^2.19.3, moment@^2.23.0:
|
||||
version "2.24.0"
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
|
||||
|
Loading…
Reference in New Issue
Block a user