Skip to content

Commit 32c7939

Browse files
Update dependency @tryghost/html-to-mobiledoc to v3.2.18 (#1590)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2d3a74 commit 32c7939

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

packages/mg-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typescript": "5.9.3"
3939
},
4040
"dependencies": {
41-
"@tryghost/html-to-mobiledoc": "3.2.17",
41+
"@tryghost/html-to-mobiledoc": "3.2.18",
4242
"@tryghost/kg-html-to-lexical": "1.2.34",
4343
"@tryghost/listr-smart-renderer": "0.5.23",
4444
"@tryghost/validator": "1.2.1"

packages/mg-html-mobiledoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"dependencies": {
2626
"@tryghost/errors": "2.2.1",
27-
"@tryghost/html-to-mobiledoc": "3.2.17"
27+
"@tryghost/html-to-mobiledoc": "3.2.18"
2828
}
2929
}

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3263,12 +3263,12 @@
32633263
"@stdlib/utils-copy" "^0.2.0"
32643264
uuid "^9.0.0"
32653265

3266-
"@tryghost/html-to-mobiledoc@3.2.17":
3267-
version "3.2.17"
3268-
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-3.2.17.tgz#c87ab43b2345f3e10c31ac28da0501fcbd114a24"
3269-
integrity sha512-IgmEhUurFyqMgLB6jINDfoZn/p5Nh70CCGPpVkmhkm2CWNqQ1UsXZ204o4267lmHJQNViFsmTmojAH3UMNTNfg==
3266+
"@tryghost/html-to-mobiledoc@3.2.18":
3267+
version "3.2.18"
3268+
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-3.2.18.tgz#d1f5954b481eb6b65011383036ae8ab0120da5f3"
3269+
integrity sha512-nVNcbXJ68LPtKDUOtsBWykcKtQc6+24tndjhVB4Pnpw/0i88+fShbleyTdrLRLn93yFpDnZ/QXxbHRzxsOV51g==
32703270
dependencies:
3271-
"@tryghost/kg-parser-plugins" "4.2.16"
3271+
"@tryghost/kg-parser-plugins" "4.2.17"
32723272
"@tryghost/mobiledoc-kit" "^0.12.4-ghost.1"
32733273
jsdom "^24.1.1"
32743274

@@ -3315,6 +3315,11 @@
33153315
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-4.2.16.tgz#942929bc4f53f2c4d7c8465d6da59f4e15ee12a7"
33163316
integrity sha512-Sn89RarM3Oz84rHYqfv//pyKnaqFkv2gxeTOU5IyLDRFN84B8qYm5p0WQUR75ZT6RlAH7tUEuovYIfA/frl5BA==
33173317

3318+
"@tryghost/kg-clean-basic-html@4.2.17":
3319+
version "4.2.17"
3320+
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-4.2.17.tgz#b4e5a0b0f13c533398fef279778a20ebe9f3be40"
3321+
integrity sha512-53OO3Xvfp13kP1zTxV3mAVL2PbB0tW8ChLLl+AM8C4UC8H7kOw8sKllu/dHqoMriVQxXakCZAjZpPJI64ve9kg==
3322+
33183323
"@tryghost/kg-default-cards@10.2.6":
33193324
version "10.2.6"
33203325
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-10.2.6.tgz#c44075264e45ee07abfb7269cfc366e4f46d7aa0"
@@ -3403,12 +3408,12 @@
34033408
markdown-it-sup "^2.0.0"
34043409
semver "^7.7.0"
34053410

3406-
"@tryghost/kg-parser-plugins@4.2.16":
3407-
version "4.2.16"
3408-
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-4.2.16.tgz#953e206c1d7e7fe3e8981199752756f6199373f9"
3409-
integrity sha512-uxY+zcX9Uici3tS1Ref15+LLuQyr0lDRj3ci1gqylaBucqUuIqu/Q1EudwRK1RrVsMja2dpGllexdxQOAeaVeA==
3411+
"@tryghost/kg-parser-plugins@4.2.17":
3412+
version "4.2.17"
3413+
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-4.2.17.tgz#1694099e09210d5ff5e393e9c059d6978be4227d"
3414+
integrity sha512-/WuT+KTvwhm7zqnVyEtj6qn8lQSBHj7DgExObOXnUmx5oEvkrzJOcetFN7stAgjvj+O5Vf19C1REMl+UfM4whg==
34103415
dependencies:
3411-
"@tryghost/kg-clean-basic-html" "4.2.16"
3416+
"@tryghost/kg-clean-basic-html" "4.2.17"
34123417

34133418
"@tryghost/kg-utils@1.0.31":
34143419
version "1.0.31"

0 commit comments

Comments
 (0)