Update dependency @tryghost/validator to v0.1.17

This commit is contained in:
Renovate Bot 2022-03-22 09:53:29 +00:00 committed by Daniel Lockyer
parent bb6831c003
commit d5942943a5
2 changed files with 15 additions and 8 deletions

View File

@ -107,7 +107,7 @@
"@tryghost/tpl": "0.1.12",
"@tryghost/update-check-service": "0.3.1",
"@tryghost/url-utils": "2.0.8",
"@tryghost/validator": "0.1.15",
"@tryghost/validator": "0.1.17",
"@tryghost/verification-trigger": "0.1.5",
"@tryghost/version": "0.1.11",
"@tryghost/vhost-middleware": "1.0.22",

View File

@ -2370,13 +2370,20 @@
dependencies:
unidecode "^0.1.8"
"@tryghost/tpl@0.1.12", "@tryghost/tpl@^0.1.12", "@tryghost/tpl@^0.1.2", "@tryghost/tpl@^0.1.3", "@tryghost/tpl@^0.1.4", "@tryghost/tpl@^0.1.5", "@tryghost/tpl@^0.1.7", "@tryghost/tpl@^0.1.8":
"@tryghost/tpl@0.1.12":
version "0.1.12"
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.12.tgz#78e65ba202bcab56acd3582af6de4ce890f29b46"
integrity sha512-/Xsnn84VhAueWiA7LJRfvRyB9g5MlBXxbZxS1NJTiCIW0eO9T5nm6qJA53Pta1KrhnO6ZVEvThIQVuCe473iQQ==
dependencies:
lodash.template "^4.5.0"
"@tryghost/tpl@^0.1.12", "@tryghost/tpl@^0.1.13", "@tryghost/tpl@^0.1.2", "@tryghost/tpl@^0.1.3", "@tryghost/tpl@^0.1.4", "@tryghost/tpl@^0.1.5", "@tryghost/tpl@^0.1.7", "@tryghost/tpl@^0.1.8":
version "0.1.13"
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.13.tgz#8319c62d05bc058fdf0d5fb85c914a2f832ad409"
integrity sha512-Xwv5+JBKr/5UsxqyPBoFXMszcqSPMUm+CSNnwYXf4XFZ92Dd+eZhRblhowm1V4lPHj9raNLQQfiCsVpMRzRmZg==
dependencies:
lodash.template "^4.5.0"
"@tryghost/update-check-service@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@tryghost/update-check-service/-/update-check-service-0.3.1.tgz#20a36ac6b6bbb4a1fcb0891ad950f0cb4ba339f4"
@ -2402,13 +2409,13 @@
remark-footnotes "^1.0.0"
unist-util-visit "^2.0.0"
"@tryghost/validator@0.1.15", "@tryghost/validator@^0.1.15":
version "0.1.15"
resolved "https://registry.yarnpkg.com/@tryghost/validator/-/validator-0.1.15.tgz#2756b63ee208618505f59f921b47714605e0d7f1"
integrity sha512-g6N3G/E1vnNhECFRQOvuhntM5X33vcnwYYhexsOYzUb6agaQi7qZHxvLABE6lXslN2AGpjkU8XL0FkdRiQ7+gg==
"@tryghost/validator@0.1.17", "@tryghost/validator@^0.1.15":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@tryghost/validator/-/validator-0.1.17.tgz#29b50b721d47586bd5dfed219bb66ce664ffdea2"
integrity sha512-ZNgqpJBPSfJ7SkiwKdBpyf8boV1dHr5cH+mdrOx087BfCGu6u5OPl1bqQTcf3hvsaovP5NbOjqJvmYuMdFiXvw==
dependencies:
"@tryghost/errors" "^1.2.4"
"@tryghost/tpl" "^0.1.12"
"@tryghost/errors" "^1.2.6"
"@tryghost/tpl" "^0.1.13"
lodash "^4.17.21"
moment-timezone "0.5.23"
validator "7.2.0"