Skip to content

Commit 83cdcf7

Browse files
fix(deps): update dependency @tryghost/html-to-mobiledoc to v3.2.1 (#1305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56a79aa commit 83cdcf7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/mg-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"typescript": "5.5.4"
3535
},
3636
"dependencies": {
37-
"@tryghost/html-to-mobiledoc": "3.2.0",
37+
"@tryghost/html-to-mobiledoc": "3.2.1",
3838
"@tryghost/kg-html-to-lexical": "1.2.5",
3939
"@tryghost/listr-smart-renderer": "0.5.16",
4040
"@tryghost/validator": "0.2.15"

packages/mg-html-mobiledoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
},
2727
"dependencies": {
2828
"@tryghost/errors": "1.3.6",
29-
"@tryghost/html-to-mobiledoc": "3.2.0"
29+
"@tryghost/html-to-mobiledoc": "3.2.1"
3030
}
3131
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,10 +3076,10 @@
30763076
"@stdlib/utils-copy" "^0.2.0"
30773077
uuid "^9.0.0"
30783078

3079-
"@tryghost/[email protected].0":
3080-
version "3.2.0"
3081-
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-3.2.0.tgz#18d3a0a38ee5a1bb1866f67082632d36fb4e02b1"
3082-
integrity sha512-0ArJzz9L+MCufnhxBYwygTRFcJ1aG1hC47S6Od5mvtBOF3/4pS8v5iEBovNJSB8T3+0lk/xIIhidBKBv607WMw==
3079+
"@tryghost/[email protected].1":
3080+
version "3.2.1"
3081+
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-3.2.1.tgz#09f02e0401c06369ac0b84c4f34d6e9d3bad7a65"
3082+
integrity sha512-pp7mlDajjwqdndcIIS8kq0zqZaWd2lQzjbNhFwKeBL1D/LK4vGifgXil1ctTkfVlH+Mbktgpv/LZv/5zLLws/g==
30833083
dependencies:
30843084
"@tryghost/kg-parser-plugins" "4.2.0"
30853085
"@tryghost/mobiledoc-kit" "^0.12.4-ghost.1"

0 commit comments

Comments
 (0)