0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated @tryghost dependencies (#15235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-17 08:45:47 +02:00 committed by GitHub
parent 3cf64a1e78
commit f348fc3223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 17 deletions

View file

@ -44,8 +44,8 @@
"@tryghost/color-utils": "0.1.20",
"@tryghost/ember-promise-modals": "2.0.1",
"@tryghost/helpers": "1.1.72",
"@tryghost/kg-clean-basic-html": "2.2.13",
"@tryghost/kg-parser-plugins": "2.11.9",
"@tryghost/kg-clean-basic-html": "2.2.14",
"@tryghost/kg-parser-plugins": "2.11.10",
"@tryghost/limit-service": "1.2.3",
"@tryghost/members-csv": "1.2.16",
"@tryghost/mobiledoc-kit": "0.12.5-ghost.2",

View file

@ -177,7 +177,7 @@
"xml": "1.0.1"
},
"optionalDependencies": {
"@tryghost/html-to-mobiledoc": "1.8.9",
"@tryghost/html-to-mobiledoc": "1.8.10",
"sqlite3": "5.0.11"
},
"devDependencies": {

View file

@ -3296,12 +3296,12 @@
dependencies:
lodash-es "^4.17.11"
"@tryghost/html-to-mobiledoc@1.8.9":
version "1.8.9"
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-1.8.9.tgz#aec99761dd53798c0f63276fbf9e771c1efcab49"
integrity sha512-HLSj+2zL0qzcMOaDugk7t7pZw6PezaLYJEx/A5i7uEdPD8nXV4KEhVQdpUHyM5oUHXFm6Efud9z3fFI2RfhkPw==
"@tryghost/html-to-mobiledoc@1.8.10":
version "1.8.10"
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-1.8.10.tgz#04c6c0a20a77338838098bc1e524134d128ac388"
integrity sha512-8rF5tZXedoe5NK9xCq10C91cTKzJwHb6abYlCr8ftn7i4rpmatmVIIa+eI7e2BEBEUrcMieoC8EDVvPn9Af02Q==
dependencies:
"@tryghost/kg-parser-plugins" "^2.11.9"
"@tryghost/kg-parser-plugins" "^2.11.10"
"@tryghost/mobiledoc-kit" "^0.12.4-ghost.1"
jsdom "^18.0.0"
@ -3339,10 +3339,10 @@
resolved "https://registry.yarnpkg.com/@tryghost/kg-card-factory/-/kg-card-factory-3.1.4.tgz#7166206156911ca48a525c54be53c4bb8074e7b9"
integrity sha512-k/1g7PcoInahrhBxXdL1+XWFI4DOfnIqU0cH7Io7dWvaFBqNcWurUsIpQ7NnH+UT8Ow6YVgRn/Hse/U0k5iYeg==
"@tryghost/kg-clean-basic-html@2.2.13", "@tryghost/kg-clean-basic-html@^2.2.13":
version "2.2.13"
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.13.tgz#b390b2e57eb26d05790da5df47a5f7e358f33deb"
integrity sha512-92VYyXAUJsdMnFe+tYtI851ZGhVkUHKRtXCdk5ssootEffVVRAojB6iEL9w8d/WXGlaqb21t3XX957BdPdxvNA==
"@tryghost/kg-clean-basic-html@2.2.14", "@tryghost/kg-clean-basic-html@^2.2.14":
version "2.2.14"
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.14.tgz#d8c2750e8832e3c1d316cfe7eb09243d34b70f1f"
integrity sha512-qTbREH4aHTWpn9c7cTMCWN/exWybhkVnci62L+99oVO6CIHpLQfww+zL66YWhiqRU+TGGFQj7qHG93FquGtysg==
"@tryghost/kg-default-atoms@3.1.3":
version "3.1.3"
@ -3383,12 +3383,12 @@
mobiledoc-dom-renderer "^0.7.0"
simple-dom "^1.4.0"
"@tryghost/kg-parser-plugins@2.11.9", "@tryghost/kg-parser-plugins@^2.11.9":
version "2.11.9"
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.11.9.tgz#e6f9081fb5a8349ffc2e542867461eda136bc0c0"
integrity sha512-2tN+H5vIIhfOswQaSK4ZZNUnouqHEpFjFMJsP+X60szUXJe/l9d/JBz4eu9/NLCf6CmGjgL1f6w624qR9fwb0g==
"@tryghost/kg-parser-plugins@2.11.10", "@tryghost/kg-parser-plugins@^2.11.10":
version "2.11.10"
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.11.10.tgz#fafe16e5decab146bc765a2c7cc3da920306aa44"
integrity sha512-7NPHRCpZZbgVWnPYJCh9sUu4dSQJxhKBcA2Y+F9fcRllEofP8oHsYHoilpnmgAna6L2kwrD6R6Ql4TshvdPyqA==
dependencies:
"@tryghost/kg-clean-basic-html" "^2.2.13"
"@tryghost/kg-clean-basic-html" "^2.2.14"
"@tryghost/kg-utils@^1.0.3":
version "1.0.3"