Update @tryghost

This commit is contained in:
renovate[bot] 2023-03-09 19:08:11 +00:00 committed by Daniel Lockyer
parent d6317708af
commit b93b38a8e8
10 changed files with 141 additions and 142 deletions

View File

@ -41,19 +41,19 @@
"@html-next/vertical-collection": "3.0.0",
"@joeattardi/emoji-button": "4.6.4",
"@sentry/ember": "7.41.0",
"@tryghost/color-utils": "0.1.22",
"@tryghost/color-utils": "0.1.23",
"@tryghost/ember-promise-modals": "2.0.1",
"@tryghost/helpers": "1.1.75",
"@tryghost/helpers": "1.1.76",
"@tryghost/kg-clean-basic-html": "3.0.6",
"@tryghost/kg-parser-plugins": "3.0.6",
"@tryghost/kg-simplemde": "1.11.2",
"@tryghost/limit-service": "1.2.4",
"@tryghost/limit-service": "1.2.5",
"@tryghost/members-csv": "0.0.0",
"@tryghost/mobiledoc-kit": "0.12.5-ghost.2",
"@tryghost/nql": "0.11.0",
"@tryghost/nql-lang": "0.5.0",
"@tryghost/string": "0.2.2",
"@tryghost/timezone-data": "0.2.74",
"@tryghost/string": "0.2.3",
"@tryghost/timezone-data": "0.2.75",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-plugin-transform-class-properties": "6.24.1",

View File

@ -57,17 +57,17 @@
},
"dependencies": {
"@sentry/node": "7.11.1",
"@tryghost/adapter-base-cache": "0.1.3",
"@tryghost/adapter-base-cache": "0.1.4",
"@tryghost/adapter-cache-redis": "0.0.0",
"@tryghost/adapter-manager": "0.0.0",
"@tryghost/admin-api-schema": "4.2.1",
"@tryghost/admin-api-schema": "4.2.2",
"@tryghost/api-framework": "0.0.0",
"@tryghost/api-version-compatibility-service": "0.0.0",
"@tryghost/audience-feedback": "0.0.0",
"@tryghost/bookshelf-plugins": "0.6.4",
"@tryghost/bootstrap-socket": "0.0.0",
"@tryghost/color-utils": "0.1.22",
"@tryghost/config-url-helpers": "1.0.4",
"@tryghost/color-utils": "0.1.23",
"@tryghost/config-url-helpers": "1.0.5",
"@tryghost/constants": "0.0.0",
"@tryghost/custom-theme-settings-service": "0.0.0",
"@tryghost/data-generator": "0.0.0",
@ -85,20 +85,20 @@
"@tryghost/event-aware-cache-wrapper": "0.0.0",
"@tryghost/express-dynamic-redirects": "0.0.0",
"@tryghost/external-media-inliner": "0.0.0",
"@tryghost/helpers": "1.1.75",
"@tryghost/helpers": "1.1.76",
"@tryghost/html-to-plaintext": "0.0.0",
"@tryghost/http-cache-utils": "0.1.7",
"@tryghost/image-transform": "1.2.3",
"@tryghost/image-transform": "1.2.4",
"@tryghost/importer-handler-content-files": "0.0.0",
"@tryghost/importer-revue": "0.0.0",
"@tryghost/job-manager": "0.0.0",
"@tryghost/kg-card-factory": "4.0.4",
"@tryghost/kg-default-atoms": "4.0.1",
"@tryghost/kg-default-cards": "6.0.4",
"@tryghost/kg-default-nodes": "0.0.14",
"@tryghost/kg-lexical-html-renderer": "0.1.10",
"@tryghost/kg-default-nodes": "0.0.15",
"@tryghost/kg-lexical-html-renderer": "0.1.11",
"@tryghost/kg-mobiledoc-html-renderer": "6.0.4",
"@tryghost/limit-service": "1.2.4",
"@tryghost/limit-service": "1.2.5",
"@tryghost/link-redirects": "0.0.0",
"@tryghost/link-replacer": "0.0.0",
"@tryghost/link-tracking": "0.0.0",
@ -134,14 +134,14 @@
"@tryghost/session-service": "0.0.0",
"@tryghost/settings-path-manager": "0.0.0",
"@tryghost/slack-notifications": "0.0.0",
"@tryghost/social-urls": "0.1.34",
"@tryghost/social-urls": "0.1.35",
"@tryghost/staff-service": "0.0.0",
"@tryghost/stats-service": "0.0.0",
"@tryghost/string": "0.2.2",
"@tryghost/string": "0.2.3",
"@tryghost/tiers": "0.0.0",
"@tryghost/tpl": "0.1.22",
"@tryghost/update-check-service": "0.0.0",
"@tryghost/url-utils": "4.3.0",
"@tryghost/url-utils": "4.3.1",
"@tryghost/validator": "0.2.1",
"@tryghost/verification-trigger": "0.0.0",
"@tryghost/version": "0.1.20",

View File

@ -27,7 +27,7 @@
"dependencies": {
"@faker-js/faker": "7.6.0",
"@tryghost/root-utils": "0.3.20",
"@tryghost/string": "0.2.2",
"@tryghost/string": "0.2.3",
"probability-distributions": "0.9.1"
}
}

View File

@ -25,7 +25,7 @@
"html-validate": "7.13.2"
},
"dependencies": {
"@tryghost/color-utils": "0.1.22",
"@tryghost/color-utils": "0.1.23",
"@tryghost/email-events": "0.0.0",
"@tryghost/errors": "1.2.21",
"@tryghost/html-to-plaintext": "0.0.0",

View File

@ -23,7 +23,7 @@
"dependencies": {
"@tryghost/debug": "0.1.22",
"@tryghost/kg-default-cards": "6.0.4",
"@tryghost/string": "0.2.2",
"@tryghost/string": "0.2.3",
"lodash": "^4.17.21",
"papaparse": "^5.3.2",
"simple-dom": "^1.4.0"

View File

@ -23,6 +23,6 @@
"@tryghost/domain-events": "0.0.0",
"@tryghost/member-events": "0.0.0",
"@tryghost/referrers": "0.0.0",
"@tryghost/string": "0.2.2"
"@tryghost/string": "0.2.3"
}
}

View File

@ -26,7 +26,7 @@
"@tryghost/domain-events": "0.0.0",
"@tryghost/errors": "1.2.21",
"@tryghost/mongo-utils": "0.5.0",
"@tryghost/string": "0.2.2",
"@tryghost/string": "0.2.3",
"lodash": "4.17.21"
}
}

View File

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

View File

@ -23,7 +23,7 @@
},
"dependencies": {
"@tryghost/errors": "1.2.21",
"@tryghost/string": "0.2.2",
"@tryghost/string": "0.2.3",
"@tryghost/tpl": "0.1.22",
"bson-objectid": "2.0.4"
}

235
yarn.lock
View File

@ -3315,75 +3315,75 @@
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
"@lexical/clipboard@^0.7.0":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/clipboard/-/clipboard-0.7.9.tgz#bb59b81ebcb2f2f0ec5df597e79c56a92aaf0694"
integrity sha512-ILijxEojYcTSFy62C+81sKuWX06HCEM4sSrzBF2044ekVYsWV6C+MglXNGrAcUYRnqkjewhMEG/j99OvRbFhaQ==
"@lexical/clipboard@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/clipboard/-/clipboard-0.9.0.tgz#442e065189a28f4bebef2c3eb2a09ff83c939920"
integrity sha512-YDfFKC0YWZn7TV4ZEf1wPvdPeWM8vlfnNovQMbkjgjyxiXLK+fJKt1HgO/Utxmnb+GyB8cJTwbdTjKDELfd62g==
dependencies:
"@lexical/html" "0.7.9"
"@lexical/list" "0.7.9"
"@lexical/selection" "0.7.9"
"@lexical/utils" "0.7.9"
"@lexical/html" "0.9.0"
"@lexical/list" "0.9.0"
"@lexical/selection" "0.9.0"
"@lexical/utils" "0.9.0"
"@lexical/code@^0.7.0":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/code/-/code-0.7.9.tgz#8ca6103ee3e7b614683cd748ed30803d66e55d07"
integrity sha512-hwG4RgUe6i4TE2bovZrf0E+dqPKwtiliIEjdEJznBj8XPduo3cwGKa/dpoeYVqdEp/Gd+YcXOh3RmrFEjVn6sA==
"@lexical/code@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/code/-/code-0.9.0.tgz#d916c941e991a8aaa3ef40c8073c4d5b8d5cd95a"
integrity sha512-DdHB7kS/iOTeb6C2DvYKvNb/FTdG78eFpineO1Tb4PaBNY5JmFLHIIHeA10eCeuGouJfhJFjkplel3JBV4FNAw==
dependencies:
"@lexical/utils" "0.7.9"
"@lexical/utils" "0.9.0"
prismjs "^1.27.0"
"@lexical/headless@^0.7.0":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/headless/-/headless-0.7.9.tgz#f636fefce3ff4bf345f7263e9e3b6ea9380dd25e"
integrity sha512-OujeB+nlvzHWXvF2/39M7IUDKlFkrsPpyEdQ/19Gl5L6UkIZP6u0fknGYtIaniRwkKNEfOxUuT5b6eWv7U1DoQ==
"@lexical/headless@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/headless/-/headless-0.9.0.tgz#59994fba73bc745aac1a5fba2a88a0b468fe0d3f"
integrity sha512-rA1fTyZAAA9XXXgSDaz0JMHCkMclgoy5rdaZvmnQY4t742BvtdFd2rPEcLCcj6TI7UHgFpkpb9xjZD5ICXu6tA==
"@lexical/html@0.7.9":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/html/-/html-0.7.9.tgz#d06672bbd166f45bbbd305588772f9f087daa96c"
integrity sha512-gVhd5XpjeX7pfFsEbdw8Jluzk740WC7mweXDOdEjCeygXx8yIpOIQCtRnHke6LiqP1+6xvej/AV9Um+Itip9XQ==
"@lexical/html@0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/html/-/html-0.9.0.tgz#44c671dc4f6109ae67c4d7096c055430ed8e40cb"
integrity sha512-qNmmPYMpd7OYYCoShAMdklHtGoUcinW6kokLYo0atZ4ERuH72GfP1IVQ6qe04M0VU/Ps1ng5ZEOp1Gje6fMtvQ==
dependencies:
"@lexical/selection" "0.7.9"
"@lexical/selection" "0.9.0"
"@lexical/link@^0.7.0":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/link/-/link-0.7.9.tgz#a5a76d41ab9f9967e8992ab77240b305292f68e1"
integrity sha512-EDZ97fHVS9IlzmxH0qOIlfS47ybYch89FoOxypqFv/sASJgRfXGbX7mr9zQ2IKgBkzxOLA5DV4HR06Z7PAsmxw==
"@lexical/link@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/link/-/link-0.9.0.tgz#2fd878f69723d5875a527cdda8c24df3bb4ba7ac"
integrity sha512-zubpf5Wli+F9Q8hqIQ8/arzVJzhXStA2qjvVBv1aM4YwbwLP3jqhRngSfMQX7ZDrHow8uc9xrR7l/t6eO/8XfQ==
dependencies:
"@lexical/utils" "0.7.9"
"@lexical/utils" "0.9.0"
"@lexical/list@0.7.9", "@lexical/list@^0.7.0":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/list/-/list-0.7.9.tgz#73c87ac606cbed8d0b849534b9f952e7997b62ab"
integrity sha512-y10o4KmFYuUdJvyjRtaOrMVF6BFlGR7E+8+nhuUp67vKKczF5TAOPzfWL/wZCgTKxKXTwiCnspxfAWT3vnoRlQ==
"@lexical/list@0.9.0", "@lexical/list@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/list/-/list-0.9.0.tgz#ee674c5ba7aea50b5d1007a3d2b10d9638ca37a0"
integrity sha512-vC6W9UaWvL1QB8HG+2OfR10fk+eOMktUllSmfNMeCi26ymcAkzvu9OtbLgL2aiU1h95S+iC7fPhUXl/G5gaB1w==
dependencies:
"@lexical/utils" "0.7.9"
"@lexical/utils" "0.9.0"
"@lexical/rich-text@^0.7.0":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/rich-text/-/rich-text-0.7.9.tgz#84946e788fe1c5303910634df6e5a35c9ce0406a"
integrity sha512-c0j9he6ODDvMQbnq1pWh6rZIGCyIOW/qSELTYXazMpjCyo3ZwT9z0IGVgb8jSqF1OnbVxWIkGlxetWJ58mlcpA==
"@lexical/rich-text@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/rich-text/-/rich-text-0.9.0.tgz#269283a57dddfe033164a6b541fa2a720daf1b67"
integrity sha512-FC2stGty/S5hrQW3uL3xsrNXvKmPqhsSG73gwfx5VH6CxwABQjBGfNq1wO5p02c3J/KOC8OeKuEtgbwldEX48Q==
"@lexical/selection@0.7.9":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/selection/-/selection-0.7.9.tgz#b9ffd5c35109d8d6b2c3478bae150b03f8558b76"
integrity sha512-XlqHI2gGpKGR9pvNrf2q6/07gpRw5p/V2yFR0N8OWOY9DURu4/AU+pJWTEH3FFkaAUON5enx6mMeP62yzZP3Gg==
"@lexical/selection@0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/selection/-/selection-0.9.0.tgz#2c11085f94435c1c71344654a1f2b9a0c3549a22"
integrity sha512-jPLeaqNujER1t61OWmSuUMS010A6Nz49efO8rEJFjMbUK7GB9IDsSDgvE4WnT/yBrXLAickjSiXgUq51LQTYYw==
"@lexical/table@0.7.9":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/table/-/table-0.7.9.tgz#0cb6094742e590d6e90860ef0c5ef09ae1b223c7"
integrity sha512-aR73B3hXvON49YV04+/76lUPb/xgUtvk/uYulNHLYpmstb7I046sk2ZF/jS+j2mbVrSDcpGCnCHicEznrjIKlQ==
"@lexical/table@0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/table/-/table-0.9.0.tgz#8f4e0d797c15141e26667cc54d7b640c90f5a9b8"
integrity sha512-Qi0naXpMw4eUREEUGRJH41uf6DXbK5UgrJSMaX1FYvEV8Mk3EjRW1KkjuQGbwlchtEvchyyY6wo6uoYR80Vw7w==
dependencies:
"@lexical/utils" "0.7.9"
"@lexical/utils" "0.9.0"
"@lexical/utils@0.7.9":
version "0.7.9"
resolved "https://registry.yarnpkg.com/@lexical/utils/-/utils-0.7.9.tgz#8d0ae908e3f291ba51a6c18496bc1022e906f9e3"
integrity sha512-XNA2hE3xlCfYUCUDO2hYF6UoYleZ+IwKBrbN/EvwaBHicAnipgg6DibOfq0AWml1OSZNHD+2Z4HpGPNi4NfjaQ==
"@lexical/utils@0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lexical/utils/-/utils-0.9.0.tgz#923e79af94566844442bc8699aba89f7d1cf5779"
integrity sha512-s4BrBKrd7VHexLSYdSKrRAVmuxmfVV49MYx/khILGnNQKYS2O8PuERCXi+IRi8Ac5ASELO6d28Y2my8NMM1CYA==
dependencies:
"@lexical/list" "0.7.9"
"@lexical/selection" "0.7.9"
"@lexical/table" "0.7.9"
"@lexical/list" "0.9.0"
"@lexical/selection" "0.9.0"
"@lexical/table" "0.9.0"
"@lint-todo/utils@^13.0.3":
version "13.0.3"
@ -4389,15 +4389,15 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
"@tryghost/adapter-base-cache@0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@tryghost/adapter-base-cache/-/adapter-base-cache-0.1.3.tgz#8bcff28cd2e2e110fe0e3a5f83b896bf5659d5d1"
integrity sha512-1xTV9BD8yLIfkKZ5nILg/IbpkIow1Rd5BWdAxoXeHIqLgxUH3dUVAqNqGZtvUCsQLebPVqKUjan06FkSv9X8nQ==
"@tryghost/adapter-base-cache@0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@tryghost/adapter-base-cache/-/adapter-base-cache-0.1.4.tgz#438cf92bb1d0d81b37ebaafb75845aec9ebc7422"
integrity sha512-utrdnUIZbi/AGgG9iElt9aibruglFZTR99c8RF/81xbkmgnMmT9xykMYavlBkgGIEebLdt35peLwmzzQtKqG7Q==
"@tryghost/admin-api-schema@4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-4.2.1.tgz#203731ee0d626954d68585939edeeaebfd4ab114"
integrity sha512-M4ZGeYD3PanFyJQuq8d6cDp/z3BGdgsYu250zF6RmifN9ZGN597YhTRuGNNQqLsv+Mm3Jbi6kizQfqTu0jVf0w==
"@tryghost/admin-api-schema@4.2.2":
version "4.2.2"
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-4.2.2.tgz#5c48d833dc018a157eb2752f3ad58501cdd38a25"
integrity sha512-awCFpWUmdjztOq+mF/qskscr3LzI/tzpLpFwGo9Zq9nfyDz8M8l7uDicEbFHQNZeH7ZvNfi6eDyDhPS9cPTA2A==
dependencies:
"@tryghost/errors" "^1.0.0"
ajv "^6.12.6"
@ -4500,17 +4500,17 @@
dependencies:
long-timeout "^0.1.1"
"@tryghost/color-utils@0.1.22":
version "0.1.22"
resolved "https://registry.yarnpkg.com/@tryghost/color-utils/-/color-utils-0.1.22.tgz#e042c875433a2ac35498bde2203756826ef0d337"
integrity sha512-d6qJjOyQmrDT1OUr8OYKhBMhGweaVtuc0gE43F/iQmL3ghIXwAEXJ9X6QjKrjg/vWD8cFmmhabv2XPtapbhMwA==
"@tryghost/color-utils@0.1.23":
version "0.1.23"
resolved "https://registry.yarnpkg.com/@tryghost/color-utils/-/color-utils-0.1.23.tgz#e7168211cce23378af8145e66ec91c8dc64e8c03"
integrity sha512-M3MTwa4C0/bL7T60UdSm2OsvuXxfwOgqbgTtjzPZxY/E3n9GlMl8YStPBVIyT4NnLsW+p3ncE6T1YR2QZAl3ig==
dependencies:
color "^3.2.1"
"@tryghost/config-url-helpers@1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@tryghost/config-url-helpers/-/config-url-helpers-1.0.4.tgz#3639f7c82bbc3efbe35dab9994efb35a9bd2a079"
integrity sha512-BtqxYYewgb3SiC72jPyoVgxKn9+mEom46DJPpkL4jEGdlfniNnhWzyQgfVl6/ZBOGL0EbKVyINz+VnatZKK4aA==
"@tryghost/config-url-helpers@1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@tryghost/config-url-helpers/-/config-url-helpers-1.0.5.tgz#9817b7e2eabf7b47e942f1ecaf48168723ceddb9"
integrity sha512-to637+pe13V0qzr+F/K9fkAUhjdFRDB0U8KrcJlD/FK2cMNSvNNyJQdeXlpezOB+bXhItu4k4rXQGGH9s6Unyg==
"@tryghost/config@0.2.13":
version "0.2.13"
@ -4594,10 +4594,10 @@
cookiejar "^2.1.3"
reqresnext "^1.7.0"
"@tryghost/helpers@1.1.75":
version "1.1.75"
resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.75.tgz#acdc2224441d6e9ccd8c94f29723622e3bba5a98"
integrity sha512-iUp80FuxSWR2s2/fus7e88u6NSaab5aVxHFc8pyI/yrL9UrXtMgiIxIumMULo7RRE1OjKhP5qsFla1n0b+Oy8w==
"@tryghost/helpers@1.1.76":
version "1.1.76"
resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.76.tgz#ea327d9d4dce069f014fefcf71daf7dbee24df60"
integrity sha512-JZA+oRTdgfYlIGFWK2EUbobnZTxSCdP+MR+ajqVlInyh+OrhD/L2jiAgYs5za31zmzYx1+4tGMSNKWpc8Jmteg==
dependencies:
lodash-es "^4.17.11"
@ -4623,13 +4623,12 @@
"@tryghost/errors" "^1.2.21"
"@tryghost/request" "^0.1.36"
"@tryghost/image-transform@1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.2.3.tgz#6814a6b6a2c9c1965d82ff87fd5a686a6e7dfc1d"
integrity sha512-kXkDIZPdhTjatvKC2zuVkWnHaLXAbAJMe30k8qauiZjUoQDce2Pe7wdgOWGH2ojNZbq2x+zzsP2vPPzJBCGHiA==
"@tryghost/image-transform@1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@tryghost/image-transform/-/image-transform-1.2.4.tgz#3e0f7fbee4c85449ea38f27f824ae789340fef16"
integrity sha512-WYiwJff/Fnl8ylJzUea8pGQpC4tsjHQDc72Jl0XAYcXItv+bSDePdp5BjfwcHExQBpgJ3OwPpdVbAlhB3GMNdQ==
dependencies:
"@tryghost/errors" "^1.2.1"
bluebird "^3.7.2"
fs-extra "^10.0.0"
optionalDependencies:
sharp "^0.30.0"
@ -4672,30 +4671,30 @@
lodash "^4.17.21"
luxon "^3.0.0"
"@tryghost/kg-default-nodes@0.0.14", "@tryghost/kg-default-nodes@^0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-nodes/-/kg-default-nodes-0.0.14.tgz#963ed9017ae2aceaa88226da10c229b6e75c955e"
integrity sha512-Bkovpu1CualF5TqZ0Vnn6EPq359u+GVjSmqo5sVnryCoZP0kz4RQPfvS1R6Rs1svBYUBb3Hyd7L4eoFnVwOByA==
"@tryghost/kg-default-nodes@0.0.15", "@tryghost/kg-default-nodes@^0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-nodes/-/kg-default-nodes-0.0.15.tgz#377b04299da1474b0a4b21bd4aaedce9ed57493c"
integrity sha512-sG3KHC3IEedg5mFRmVp0b3fiaSYE1+wzk7Np3GmrHqHzFo4USlan4srn4PCPcUOhzKXtqwdNRwBHRfrPdq6Y5g==
dependencies:
"@tryghost/kg-clean-basic-html" "^3.0.6"
"@tryghost/kg-markdown-html-renderer" "^6.0.4"
jsdom "^21.0.0"
lexical "^0.7.0"
lexical "^0.9.0"
"@tryghost/kg-lexical-html-renderer@0.1.10":
version "0.1.10"
resolved "https://registry.yarnpkg.com/@tryghost/kg-lexical-html-renderer/-/kg-lexical-html-renderer-0.1.10.tgz#0422c4141c214e864cfc4dfe29a4fd13b5ba0d40"
integrity sha512-2go4dFBI+A2h1GkbrbVAbT8PX6v+bILtNtOHKqcvxwmW2Ufao1SyuojmbnjCVgNFT55knl/Wvt/4C09sgOoZWg==
"@tryghost/kg-lexical-html-renderer@0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@tryghost/kg-lexical-html-renderer/-/kg-lexical-html-renderer-0.1.11.tgz#46a27f00efd8d02a2bb9f416afa9dc631ba85008"
integrity sha512-hv2JPqMlvMJeieAs1KvlV4uHkiBZdl6fVbnZDjWSKInoGWM0uX2qbHIzunzSGR7syFqXmAz7esmY2YP5Dwbs7g==
dependencies:
"@lexical/clipboard" "^0.7.0"
"@lexical/code" "^0.7.0"
"@lexical/headless" "^0.7.0"
"@lexical/link" "^0.7.0"
"@lexical/list" "^0.7.0"
"@lexical/rich-text" "^0.7.0"
"@tryghost/kg-default-nodes" "^0.0.14"
"@lexical/clipboard" "^0.9.0"
"@lexical/code" "^0.9.0"
"@lexical/headless" "^0.9.0"
"@lexical/link" "^0.9.0"
"@lexical/list" "^0.9.0"
"@lexical/rich-text" "^0.9.0"
"@tryghost/kg-default-nodes" "^0.0.15"
jsdom "^21.0.0"
lexical "^0.7.0"
lexical "^0.9.0"
prettier "^2.7.1"
"@tryghost/kg-markdown-html-renderer@^6.0.4":
@ -4741,10 +4740,10 @@
dependencies:
semver "^7.3.5"
"@tryghost/limit-service@1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-1.2.4.tgz#e1ada5c3f24b5a04944503e0f86037cac0bcdb9b"
integrity sha512-94bSNUwBDkj+1xYFU6B7d39N50FOrDnzYxeuHzPkMLv9mUCRbCOtFVt8J0zOmXYQjjYrGAsHaLbK4wOTT+gMkQ==
"@tryghost/limit-service@1.2.5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-1.2.5.tgz#3f01cbfb07bc9c3b99062542ddf6ae8b12371ee3"
integrity sha512-oaz/76o8DJe3xNW3t2T65evQB0v8wL3966/oH7GUlZzoT4D0DXsAQC+6tZVXyQdu4G576kxuD/pcscsG+jCbpg==
dependencies:
"@tryghost/errors" "^1.2.1"
lodash "^4.17.21"
@ -4896,22 +4895,22 @@
"@tryghost/debug" "^0.1.21"
"@tryghost/logging" "^2.4.0"
"@tryghost/social-urls@0.1.34":
version "0.1.34"
resolved "https://registry.yarnpkg.com/@tryghost/social-urls/-/social-urls-0.1.34.tgz#ad5760a1727d19731559bde36525821f994736a0"
integrity sha512-n7j5tbZGAOwFCagerD9X3kbMUNmMs8OFHE3RaIAIvS6CgSp09E+mdd+vcnrO0ehW1ifpbK3e7Xx5tOyc/MQ+ag==
"@tryghost/social-urls@0.1.35":
version "0.1.35"
resolved "https://registry.yarnpkg.com/@tryghost/social-urls/-/social-urls-0.1.35.tgz#ea59dccf91448732ebcc3eb54d22629e70a50402"
integrity sha512-C2ZZ5FFA1psElVq0WLgQZZmQQtm0es1p1FM98Js/1w/3o/nCvPlDKCqK8W6gDrJygBj/+gwshRyyROM18+99XQ==
"@tryghost/string@0.2.2", "@tryghost/string@^0.2.0":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.2.2.tgz#e5792c340bb5d434574ce9e0aa4d06c89a928373"
integrity sha512-N9s7fNlb8o+MZqVzYHyRfnsIesXspc2crZO3mWcn3IKx4+c/zuBnGb+16xXtEsI4IABaPpu93IeQWnlSKO1+og==
"@tryghost/string@0.2.3", "@tryghost/string@^0.2.0":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.2.3.tgz#59e89c47128f166ff959ea9f377e01c08c86703b"
integrity sha512-e/L5xi+AzIzk91W8YXQ9AecG66BBCbFovJkhNnJE+KjAU5XJ5ypr0Qy5QJGlR9y+wABWCxxMxEVImzygXx4J3A==
dependencies:
unidecode "^0.1.8"
"@tryghost/timezone-data@0.2.74":
version "0.2.74"
resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.2.74.tgz#e7f808d524a7c597a0b210cfb78018962bea48d1"
integrity sha512-X4Lkkox3AZo0LyG4rxZwiTtS3F1R7WVCWLXCf47DbyOQwAga5s3RF9ELDHbnLqXKhREWbf6XYi0SywYi6/RO0A==
"@tryghost/timezone-data@0.2.75":
version "0.2.75"
resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.2.75.tgz#dcf3c7919ca6142c1eb518d88a91e8150a5ea9f3"
integrity sha512-V7kvAxarPA5ZGKnhFBI1dUODMbM5RUACyAIqGMb5w34Z5549vmEEC7951HOCxkm0NTN51qxHdbeTyhjovKD13g==
"@tryghost/tpl@0.1.22", "@tryghost/tpl@^0.1.22":
version "0.1.22"
@ -4920,10 +4919,10 @@
dependencies:
lodash.template "^4.5.0"
"@tryghost/url-utils@4.3.0", "@tryghost/url-utils@^4.0.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-4.3.0.tgz#f276ea0963f34547dca8f8f8a6c7bd4e6d4bb6e3"
integrity sha512-DtsCVFytzkB6pE3azrO8PVP4wzwLR6Mjljy0ckwgvC7hj7bKM1QeGpCIasPNIKF+mTo/U9dXYadSVs1oGod1rA==
"@tryghost/url-utils@4.3.1", "@tryghost/url-utils@^4.0.0":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@tryghost/url-utils/-/url-utils-4.3.1.tgz#e39fa70073e55f06fa58c23d95bb31e55e4bcfbf"
integrity sha512-q4nM37OCPvvPXilWnWCrEjBPBDFHhferJ38XWKZG8CeRtvohd7YftaxVWCtSr1b/RJBGIfWZI07za4opoAWMPg==
dependencies:
cheerio "^0.22.0"
moment "^2.27.0"
@ -18190,10 +18189,10 @@ levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"
lexical@^0.7.0:
version "0.7.9"
resolved "https://registry.yarnpkg.com/lexical/-/lexical-0.7.9.tgz#04f1ea83ff2a31583b89330256284aab36cedb64"
integrity sha512-O230znIyri2MdackXEZhFBCmcfDU4SGlYgPQJAzRPOIRcqyYKLUcl17KWEZwpexgsuCIrggvcVbeuR73dZjzaQ==
lexical@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/lexical/-/lexical-0.9.0.tgz#9c67b624b19a521b2515721b65a12e7fdc806980"
integrity sha512-UHMvjRVqrpBLJkCRytVxAvy3PftRnlhZIqKcY1Uiugf6KjzP0GQTwWhxxcltJJ0sZCjZcVYgiib+m08R5KXz0g==
liftoff@3.1.0:
version "3.1.0"