Updated @tryghost dependencies (#15349)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-08 18:32:13 +01:00 committed by GitHub
parent 790e4c5598
commit 3d4c97f8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 25 deletions

View File

@ -41,9 +41,9 @@
"@html-next/vertical-collection": "3.0.0",
"@joeattardi/emoji-button": "4.6.4",
"@sentry/ember": "7.12.1",
"@tryghost/color-utils": "0.1.20",
"@tryghost/color-utils": "0.1.21",
"@tryghost/ember-promise-modals": "2.0.1",
"@tryghost/helpers": "1.1.72",
"@tryghost/helpers": "1.1.73",
"@tryghost/kg-clean-basic-html": "2.2.16",
"@tryghost/kg-parser-plugins": "2.12.1",
"@tryghost/limit-service": "1.2.3",
@ -51,8 +51,8 @@
"@tryghost/mobiledoc-kit": "0.12.5-ghost.2",
"@tryghost/nql": "0.9.2",
"@tryghost/nql-lang": "0.3.2",
"@tryghost/string": "0.2.0",
"@tryghost/timezone-data": "0.2.71",
"@tryghost/string": "0.2.1",
"@tryghost/timezone-data": "0.2.72",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-plugin-transform-class-properties": "6.24.1",

View File

@ -59,7 +59,7 @@
"@tryghost/api-version-compatibility-service": "0.0.0",
"@tryghost/bookshelf-plugins": "0.5.0",
"@tryghost/bootstrap-socket": "0.0.0",
"@tryghost/color-utils": "0.1.20",
"@tryghost/color-utils": "0.1.21",
"@tryghost/config-url-helpers": "1.0.3",
"@tryghost/constants": "0.0.0",
"@tryghost/custom-theme-settings-service": "0.0.0",
@ -71,7 +71,7 @@
"@tryghost/email-content-generator": "0.0.0",
"@tryghost/errors": "1.2.15",
"@tryghost/express-dynamic-redirects": "0.0.0",
"@tryghost/helpers": "1.1.72",
"@tryghost/helpers": "1.1.73",
"@tryghost/html-to-plaintext": "0.0.0",
"@tryghost/image-transform": "1.2.2",
"@tryghost/job-manager": "0.0.0",
@ -112,7 +112,7 @@
"@tryghost/social-urls": "0.1.33",
"@tryghost/staff-service": "0.0.0",
"@tryghost/stats-service": "0.3.0",
"@tryghost/string": "0.2.0",
"@tryghost/string": "0.2.1",
"@tryghost/tpl": "0.1.18",
"@tryghost/update-check-service": "0.0.0",
"@tryghost/url-utils": "4.0.3",

View File

@ -26,7 +26,7 @@
"@tryghost/domain-events": "0.0.0",
"@tryghost/errors": "1.2.15",
"@tryghost/mongo-utils": "0.3.5",
"@tryghost/string": "0.2.0",
"@tryghost/string": "0.2.1",
"lodash": "4.17.21"
}
}

View File

@ -23,7 +23,7 @@
"uuid": "9.0.0"
},
"dependencies": {
"@tryghost/string": "0.2.0",
"@tryghost/string": "0.2.1",
"bcryptjs": "2.4.3"
}
}

View File

@ -3279,10 +3279,10 @@
dependencies:
long-timeout "^0.1.1"
"@tryghost/color-utils@0.1.20":
version "0.1.20"
resolved "https://registry.yarnpkg.com/@tryghost/color-utils/-/color-utils-0.1.20.tgz#2454f56684c27230fed834cebf56d2157744d8aa"
integrity sha512-dsRCoQPeKZgQXxrRD6n1SM+QIwWpWprDBfH9YMfwxtMtrKupQXb2UdfyBDEsWFiiSu1rjlVJ0oAHw0gsht54ZA==
"@tryghost/color-utils@0.1.21":
version "0.1.21"
resolved "https://registry.yarnpkg.com/@tryghost/color-utils/-/color-utils-0.1.21.tgz#ee54c870f68abf79ada89880709dfe584928c3d7"
integrity sha512-qUZqZ4D+K5ep2yvOrSMQ275jxcvzbn+ymCnnDq0WzGG/VOkcv3+19x/515t0Q2Gp6oXbX16FXCGfLnWkUWN+SQ==
dependencies:
color "^3.2.1"
@ -3372,10 +3372,10 @@
cookiejar "^2.1.3"
reqresnext "^1.7.0"
"@tryghost/helpers@1.1.72":
version "1.1.72"
resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.72.tgz#8e70a34c5579ada0bc5019b837763d0410637692"
integrity sha512-tPsd+PmfeTE5asAeqmNJPgSkQoIrUxM9tEHDeYYzmvoF20rtVwLT6iQn9LtuUxoxDGhyKoy2kWhNBKs8r2tUww==
"@tryghost/helpers@1.1.73":
version "1.1.73"
resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.73.tgz#f205291209ef955ce204362b951df0188da7d1b1"
integrity sha512-szSG7o1pc/mDJEuoewTNHRRTxOFxhhry8/GNrXHqDZmp0ldSg71XnC6RSPjc/Ap+6oombKlhdO2UriJRdaYaGQ==
dependencies:
lodash-es "^4.17.11"
@ -3649,17 +3649,17 @@
dependencies:
moment "^2.29.3"
"@tryghost/string@0.2.0", "@tryghost/string@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.2.0.tgz#e39ca183cf5fe4522ab3f698de7d1c0affb03082"
integrity sha512-JWWXoUWaJPI/fY7+WHrfInt2S0IV1ZN+km98AIw4GwuWoXIMbUoKp1K/JKoVQ4XrJXwvNMnmxNKFChF1kpdcGQ==
"@tryghost/string@0.2.1", "@tryghost/string@^0.2.0":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.2.1.tgz#709bcd97eba753c382bf272199a9d2205056099b"
integrity sha512-uKJk5jvHkJbKZkR1NHsXmvOEXxZhXehEU0lkEgvgD902iKLj/u8gLssOs5SsE5i8dL3iIXEBxhtt71UIc4Rc9Q==
dependencies:
unidecode "^0.1.8"
"@tryghost/timezone-data@0.2.71":
version "0.2.71"
resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.2.71.tgz#0ac10c3c16ca8153bce8ecf0d166e194efed6225"
integrity sha512-2WiXgunY97uyRw0hQ9qu57L6152th09OtfMzIlw/N7Ycf+W9lbHJIMUhVeanqgZ3o3wMzpSfkm9eoxOngdVCqw==
"@tryghost/timezone-data@0.2.72":
version "0.2.72"
resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.2.72.tgz#1258212b48fb0b94ae11edca6db619f0a5b354b2"
integrity sha512-vI2EmEcdTFFI+yQ8HMDCN2tG7uidBeuT/7/iBHaTEp8/InbwkrKdpr8SG4Z84I/Lcp3uERMAGKVPjeMDCSfzjg==
"@tryghost/tpl@0.1.18", "@tryghost/tpl@^0.1.18":
version "0.1.18"