-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs TryGhost/Product#3544 - Bumps required packages to fix an issue on posts that still contains base64 images. <!-- Leave the line below if you'd like GitHub Copilot to generate a summary from your commit --> <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 5fb728e</samp> Updated `@tryghost/helpers` dependency to fix some helper issues. This improved the accuracy and security of the `{{reading_time}}` and `{{encode}}` helpers in Ghost themes.
- Loading branch information
1 parent
8b164b8
commit 579a924
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6694,7 +6694,7 @@ | |
resolved "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.0.0-beta.29.tgz#6f1c4b17efa6457c7776f32d0807e96d848d4389" | ||
integrity sha512-zMYT5TtpKWav9VhTn4JLyMvXmhEdbD6on0MdhcTjRm0I5ugyR4ZbJwh2aelM7G9DZVYzB8jZU18OSDJmo7Af7w== | ||
|
||
"@tiptap/extension-bubble-menu@2.0.0-beta.61", "@tiptap/extension-bubble-menu@^2.0.0-beta.61": | ||
"@tiptap/extension-bubble-menu@^2.0.0-beta.61": | ||
version "2.0.0-beta.61" | ||
resolved "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.0.0-beta.61.tgz#cc61ce8b094fdbcec58f44f0fa39172a726c024c" | ||
integrity sha512-T3Yx+y1sUnXAJjK1CUfsQewSxOpDca9KzKqN2H9c9RZ9UlorR9XmZg6YYW7m9a7adeihj+o3cCO9jRd8dV+nnA== | ||
|
@@ -6708,7 +6708,7 @@ | |
resolved "https://registry.yarnpkg.com/@tiptap/extension-document/-/extension-document-2.0.0-beta.17.tgz#ded4182dd860762bcf41c588f712d83908c472a3" | ||
integrity sha512-L6sg0FNchbtIpQkCSjMmItVGs3/vep8Fq56WRtDc1wBSGUSmtHaxQG7F2FZLnNIUMuvzVMRD81m2vYG73WkY6A== | ||
|
||
"@tiptap/extension-floating-menu@2.0.0-beta.56", "@tiptap/extension-floating-menu@^2.0.0-beta.56": | ||
"@tiptap/extension-floating-menu@^2.0.0-beta.56": | ||
version "2.0.0-beta.56" | ||
resolved "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.0.0-beta.56.tgz#c7428d9109d215bdbd9033f69782c4aadb2aabec" | ||
integrity sha512-j/evHE/6UPGkIgXny9IGcAh0IrcnQmg0b2NBYebs2mqx9xYKYoe+0jVgNdLp/0M3MRgQCzyWTyatBDBFOUR2mw== | ||
|
@@ -6983,6 +6983,13 @@ | |
dependencies: | ||
lodash-es "^4.17.11" | ||
|
||
"@tryghost/[email protected]": | ||
version "1.1.82" | ||
resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.82.tgz#eb39d2059453530a3a04f7b529ba1ffd72df2f06" | ||
integrity sha512-qijAnvohu6D5MxWdDyz3+DDB4szwmoDkKGQ8y4k5cXDtV0Zk1jgqhGseJuvki16wbbALbFMlsV6ubaYOf/e9Ew== | ||
dependencies: | ||
lodash-es "^4.17.11" | ||
|
||
"@tryghost/[email protected]": | ||
version "2.0.16" | ||
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-2.0.16.tgz#490fc2d997ccfdc6bf7808fbf627f8d2c124226e" | ||
|
@@ -27941,7 +27948,14 @@ [email protected], prosemirror-state@^1.0.0: | |
prosemirror-model "^1.0.0" | ||
prosemirror-transform "^1.0.0" | ||
|
||
[email protected], [email protected], prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0: | ||
[email protected]: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.6.0.tgz#8162dbfaf124f9253a7ab28605a9460411a96a53" | ||
integrity sha512-MAp7AjsjEGEqQY0sSMufNIUuEyB1ZR9Fqlm8dTwwWwpEJRv/plsKjWXBbx52q3Ml8MtaMcd7ic14zAHVB3WaMw== | ||
dependencies: | ||
prosemirror-model "^1.0.0" | ||
|
||
prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.7.0.tgz#a8a0768f3ee6418d26ebef435beda9d43c65e472" | ||
integrity sha512-O4T697Cqilw06Zvc3Wm+e237R6eZtJL/xGMliCi+Uo8VL6qHk6afz1qq0zNjT3eZMuYwnP8ZS0+YxX/tfcE9TQ== | ||
|