From 7aa27692fa06fb0ff4c5dac94d394aa5211ac139 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:47:59 +0000 Subject: [PATCH] fix(deps): update tiptap packages to v2.11.4 --- package-lock.json | 264 +++++++++++++++++++++++----------------------- package.json | 62 +++++------ 2 files changed, 163 insertions(+), 163 deletions(-) diff --git a/package-lock.json b/package-lock.json index c01f793a..d2513938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,37 +9,37 @@ "version": "7.0.7", "license": "MIT", "dependencies": { - "@tiptap/core": "2.11.2", - "@tiptap/extension-blockquote": "2.11.2", - "@tiptap/extension-bold": "2.11.2", - "@tiptap/extension-bullet-list": "2.11.2", - "@tiptap/extension-character-count": "2.11.2", - "@tiptap/extension-code": "2.11.2", - "@tiptap/extension-code-block": "2.11.2", - "@tiptap/extension-document": "2.11.2", - "@tiptap/extension-dropcursor": "2.11.2", - "@tiptap/extension-gapcursor": "2.11.2", - "@tiptap/extension-hard-break": "2.11.2", - "@tiptap/extension-heading": "2.11.2", - "@tiptap/extension-history": "2.11.2", - "@tiptap/extension-horizontal-rule": "2.11.2", - "@tiptap/extension-image": "2.11.2", - "@tiptap/extension-italic": "2.11.2", - "@tiptap/extension-link": "2.11.2", - "@tiptap/extension-list-item": "2.11.2", - "@tiptap/extension-list-keymap": "2.11.2", - "@tiptap/extension-ordered-list": "2.11.2", - "@tiptap/extension-paragraph": "2.11.2", - "@tiptap/extension-placeholder": "2.11.2", - "@tiptap/extension-strike": "2.11.2", - "@tiptap/extension-task-item": "2.11.2", - "@tiptap/extension-task-list": "2.11.2", - "@tiptap/extension-text": "2.11.2", - "@tiptap/extension-text-style": "2.11.2", - "@tiptap/extension-typography": "2.11.2", - "@tiptap/pm": "2.11.2", - "@tiptap/react": "2.11.2", - "@tiptap/suggestion": "2.11.2", + "@tiptap/core": "2.11.4", + "@tiptap/extension-blockquote": "2.11.4", + "@tiptap/extension-bold": "2.11.4", + "@tiptap/extension-bullet-list": "2.11.4", + "@tiptap/extension-character-count": "2.11.4", + "@tiptap/extension-code": "2.11.4", + "@tiptap/extension-code-block": "2.11.4", + "@tiptap/extension-document": "2.11.4", + "@tiptap/extension-dropcursor": "2.11.4", + "@tiptap/extension-gapcursor": "2.11.4", + "@tiptap/extension-hard-break": "2.11.4", + "@tiptap/extension-heading": "2.11.4", + "@tiptap/extension-history": "2.11.4", + "@tiptap/extension-horizontal-rule": "2.11.4", + "@tiptap/extension-image": "2.11.4", + "@tiptap/extension-italic": "2.11.4", + "@tiptap/extension-link": "2.11.4", + "@tiptap/extension-list-item": "2.11.4", + "@tiptap/extension-list-keymap": "2.11.4", + "@tiptap/extension-ordered-list": "2.11.4", + "@tiptap/extension-paragraph": "2.11.4", + "@tiptap/extension-placeholder": "2.11.4", + "@tiptap/extension-strike": "2.11.4", + "@tiptap/extension-task-item": "2.11.4", + "@tiptap/extension-task-list": "2.11.4", + "@tiptap/extension-text": "2.11.4", + "@tiptap/extension-text-style": "2.11.4", + "@tiptap/extension-typography": "2.11.4", + "@tiptap/pm": "2.11.4", + "@tiptap/react": "2.11.4", + "@tiptap/suggestion": "2.11.4", "prosemirror-codemark": "0.4.2" }, "devDependencies": { @@ -3833,9 +3833,9 @@ } }, "node_modules/@tiptap/core": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.11.2.tgz", - "integrity": "sha512-Z437c/sQg31yrRVgLJVkQuih+7Og5tjRx6FE/zE47QgEayqQ9yXH0LrTAbPiY6IfY1X+f2A0h3e5Y/WGD6rC3Q==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.11.4.tgz", + "integrity": "sha512-ahHHyC9fI2tdjbMQEioauiIDEFu1DE9l0PtfOb2uUo5U0rc5EDuAQHGiGgQv77thS1fQL1QW+C/grQ48nN+HPA==", "license": "MIT", "funding": { "type": "github", @@ -3846,9 +3846,9 @@ } }, "node_modules/@tiptap/extension-blockquote": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-2.11.2.tgz", - "integrity": "sha512-5XeU1o5UfjMCFX3AwgeErwDKlpUr5YPhta2tQqNsQUQ7QvumIdK/3apNT15/d8pySAjdAphDWEd/CZ2di5hq6A==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-2.11.4.tgz", + "integrity": "sha512-l++7GExq1CgVMfT2erGAYXVypYLG4iC2IyXXE3EkJ0+Uol5I3LLbuVY58YP9/B4QARu1zDVR5z38pKDyI9BgfQ==", "license": "MIT", "funding": { "type": "github", @@ -3859,9 +3859,9 @@ } }, "node_modules/@tiptap/extension-bold": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-2.11.2.tgz", - "integrity": "sha512-pSls6UnKiPMm2c0m1viuZ0aFexxUmTRm17vDA2Gy5PhRm5qSsnHlSxyEuEcKNOi/rIx+oJehvG1oO4uI+kmCKg==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-2.11.4.tgz", + "integrity": "sha512-ivjZnfKt5JnLon3vUGlX8xSnSeggOjBJEFwsXTcbFyXU9TQoX52ADtOgcJmJSm8UAOjxC5Hw7mRMCG5tdUiK5A==", "license": "MIT", "funding": { "type": "github", @@ -3872,9 +3872,9 @@ } }, "node_modules/@tiptap/extension-bubble-menu": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.11.2.tgz", - "integrity": "sha512-G+m7JLhe6SGcDugm8q3RXVLVnCm4t67FGNlOLRzq25VNgD7FDNwjgISp04W+qcJa0+Z5cbQt/4naUji5QEH97A==", + "version": "2.11.5", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.11.5.tgz", + "integrity": "sha512-rx+rMd7EEdht5EHLWldpkzJ56SWYA9799b33ustePqhXd6linnokJCzBqY13AfZ9+xp3RsR6C0ZHI9GGea0tIA==", "license": "MIT", "dependencies": { "tippy.js": "^6.3.7" @@ -3889,9 +3889,9 @@ } }, "node_modules/@tiptap/extension-bullet-list": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-2.11.2.tgz", - "integrity": "sha512-zqZYT7lmmivEDEO+6w5bl5kV3UP1L2dw5mksyMGtxpvoDgbFHZ85+ron6SeHee8C7vJc6aIptc1p6NxIS5/l0A==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-2.11.4.tgz", + "integrity": "sha512-F/A8MDwKjpCWxiIvyrE3bd4JffK62csR5oIqtYqE6XNIDD2cYlOOjM2+biokfwokZbpB2RMvPz1Gk09hJJriaA==", "license": "MIT", "funding": { "type": "github", @@ -3902,9 +3902,9 @@ } }, "node_modules/@tiptap/extension-character-count": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-character-count/-/extension-character-count-2.11.2.tgz", - "integrity": "sha512-Oc43NqzYO8A5jit5i10t4nAXtb79ANakTUK1O4CQFQs8Ym1Mwn2sWNPEYG31SSbbTRYOwVRUfvjMTQYcrI6FVg==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-character-count/-/extension-character-count-2.11.4.tgz", + "integrity": "sha512-M75srJsYgR/BKg1G2aN0QP9EMWa8dnvO5v7bssmKtyARh+DWyA38jvK59AOrNU5nzRPwOwLICxVaxA93a55pgA==", "license": "MIT", "funding": { "type": "github", @@ -3916,9 +3916,9 @@ } }, "node_modules/@tiptap/extension-code": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-2.11.2.tgz", - "integrity": "sha512-G8vvb17QAYQij3haz9RoDvArK1LSOZHqGzQ2dJ3/d0W5oqOyUrTnseN66fRZjWhBT3pns0VL2erwe/NBIqLOIw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-2.11.4.tgz", + "integrity": "sha512-cIgvDZz0fcUpBGEaYunXL1WM+ez3stUGDrLfbAcmy2165QwhikmBVmN8q4N5suMGoO8vQ7QmVPD2yp5fsJKxLQ==", "license": "MIT", "funding": { "type": "github", @@ -3929,9 +3929,9 @@ } }, "node_modules/@tiptap/extension-code-block": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-2.11.2.tgz", - "integrity": "sha512-O6gVfql3uFZNq9yaUDa98VgV58BqaUSeOUnhZwLzpB/4VlqzTyW6/kvFxhKcSp7f+GmrMQaV4PXRs+tZcq6EFw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-2.11.4.tgz", + "integrity": "sha512-N15ifPl/6+0I62/ARfRpqb2CHLDTWszl1OOU9lwMb4pEba1TdI53P+dbK2/JFJieNaaqdFR2pMr5Eae3skD7mQ==", "license": "MIT", "funding": { "type": "github", @@ -3943,9 +3943,9 @@ } }, "node_modules/@tiptap/extension-document": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-2.11.2.tgz", - "integrity": "sha512-/EZhIAN1x7DYgGM0xv7y7wo5ceBmHb0+rOIPuBerVFeTn+VcC3tST/Q64bdvcxgNe2E59Ti0CUdYEA51wc2u5Q==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-2.11.4.tgz", + "integrity": "sha512-fcrE28nXI1SVKmDngSFFcLXKLId7l8d7ikbbWdE7mZiudrEPBmeYQZGC9sNLELdNamMHgtM3ab2kPrx4jrQwRQ==", "license": "MIT", "funding": { "type": "github", @@ -3956,9 +3956,9 @@ } }, "node_modules/@tiptap/extension-dropcursor": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-2.11.2.tgz", - "integrity": "sha512-HbXC9cMVZUY3kyKwbDtVH452CY1qlyLbIvTaN0+dxkFgcVeQZZtfIxU7DwMmqCDmDnsh0CdDqUgUvcXS2UQTwA==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-2.11.4.tgz", + "integrity": "sha512-eg1gcg1rgKJNqz9QIRLG+1f7ST/cTIgtQyVmawAHcH9zqNw+3H/YSn35QoWXZChPy86NabitOnJ1iKUOIxJyXw==", "license": "MIT", "funding": { "type": "github", @@ -3970,9 +3970,9 @@ } }, "node_modules/@tiptap/extension-floating-menu": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.11.2.tgz", - "integrity": "sha512-DoFGgguE24rxPkZTD7sH3GFi9E3JKQGeGw0sFTwXx1ZFnyCtqbLcPOfT4THlvUEcixt68Mk48M1NTFVOGn/dyA==", + "version": "2.11.5", + "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.11.5.tgz", + "integrity": "sha512-HsMI0hV5Lwzm530Z5tBeyNCBNG38eJ3qjfdV2OHlfSf3+KOEfn6a5AUdoNaZO02LF79/8+7BaYU2drafag9cxQ==", "license": "MIT", "dependencies": { "tippy.js": "^6.3.7" @@ -3987,9 +3987,9 @@ } }, "node_modules/@tiptap/extension-gapcursor": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-2.11.2.tgz", - "integrity": "sha512-ssJOrcc8dzlo5/Qq3+EixASDHTj3mqCyAv7Ohed1QYEYr+TsSpsTbjR0eMLjWHlgbt24TXL2Wr0ldjYCU8T1ZA==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-2.11.4.tgz", + "integrity": "sha512-8/wU0QKK3Ih6QDP/zoYQBIsDgInlsdz9s28kBGF62+Zz2A/tfSvcEgl8DP3dGcdA6dpGo7OgJqn0kMxKNGJFUQ==", "license": "MIT", "funding": { "type": "github", @@ -4001,9 +4001,9 @@ } }, "node_modules/@tiptap/extension-hard-break": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-2.11.2.tgz", - "integrity": "sha512-FNcXemfuwkiP4drZ9m90BC6GD4nyikfYHYEUyYuVd74Mm6w5vXpueWXus3mUcdT78xTs1XpQVibDorilLu7X8w==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-2.11.4.tgz", + "integrity": "sha512-Dm+ZcLsr4XkpJ2KUMUurMSkwraFOLQeZWX0EY4PJSHKLMIs/Vg4Juzcv5voNpDI+5rwaxlCC92yU8kJ5yLkT6A==", "license": "MIT", "funding": { "type": "github", @@ -4014,9 +4014,9 @@ } }, "node_modules/@tiptap/extension-heading": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-2.11.2.tgz", - "integrity": "sha512-y/wAEXYB0a8y5WmSYGCIXAhus1ydudn0pokKIzT/OD00XutAVh14qOB5h/+m8iXwGU/UYMP7SUCtK82txZqwKA==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-2.11.4.tgz", + "integrity": "sha512-eYE5brNL1kjlDHX1v0qqu9473b1Pc3mtRXmcXMfhsgKcGNQtPbCdKLnyUn/Xc/WT2vQ58AZhwFePpCMsParJTw==", "license": "MIT", "funding": { "type": "github", @@ -4027,9 +4027,9 @@ } }, "node_modules/@tiptap/extension-history": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.11.2.tgz", - "integrity": "sha512-BamS6YjKsETgP7msmm0oIpqmNSLJWbivm3XurR3uSUqJZYrQo1Fv+No4HAR7eAACxoOnYGcDmYsrombRVs9lxw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.11.4.tgz", + "integrity": "sha512-1PNyJavX73M2kJZUchh3vh3LijUtBV0uSI0b6fJMZT20VAcOTtdFL+pdPzxtJd+MXJlYy+gw7yWLDaB58ipqxg==", "license": "MIT", "funding": { "type": "github", @@ -4041,9 +4041,9 @@ } }, "node_modules/@tiptap/extension-horizontal-rule": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.11.2.tgz", - "integrity": "sha512-R7MkTQzxkBy0bXJfq6L+6ax01/hmTEUvPPoyjwDSfU1Ktc1ihBJGUdTNtohT1KoQGQYt2d9khBohVspsXoCmFw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.11.4.tgz", + "integrity": "sha512-hrKieMV4KwicAqFJdUTm+wRcsnKTpyPLeBCH8b0+Ywbcf4/MMDP3CX99R3B+nonDQv75QM5mxhmioXHkSvs2EA==", "license": "MIT", "funding": { "type": "github", @@ -4055,9 +4055,9 @@ } }, "node_modules/@tiptap/extension-image": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.11.2.tgz", - "integrity": "sha512-Ag+Arj6sclTqhvR+v5I2UD5e2lsWTcXLj0aS2aEsfGpytltk6rcLj6iDjx/SmJrE1BN8ognJsdzmFdZF/rNLpg==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-2.11.4.tgz", + "integrity": "sha512-o78vJgMk6s5m/QFFLZaAxXwX8INf+X6DDu0yQvnlqyCuNiB2+auBMy41WPyka9WRgWCuwnkWTvkPdngfHXUgTQ==", "license": "MIT", "funding": { "type": "github", @@ -4068,9 +4068,9 @@ } }, "node_modules/@tiptap/extension-italic": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-2.11.2.tgz", - "integrity": "sha512-652oTa+iDiR7sMtmePSy+303HSNJxvxmV/6IvQoMdffJU0oPiWcWnCCL0qrWgtHh15dplj36EtB/znENWbvVOw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-2.11.4.tgz", + "integrity": "sha512-cFkp5zyX3LSkTnYJ7s+m0EE66VO3WoxHOFgQNEtY+7ds/hTOQBb/hliAkc5sGd4cEHB5EmWiq8CA26p7GosoWw==", "license": "MIT", "funding": { "type": "github", @@ -4081,9 +4081,9 @@ } }, "node_modules/@tiptap/extension-link": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.11.2.tgz", - "integrity": "sha512-Mbre+JotLMUg9jdWWrwIReiRVMkA2kMzmtD2Aqy/n5P+wuI84898qIZSkhPEzDOGzp0mluUO/iGsz0NdTto/JQ==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.11.4.tgz", + "integrity": "sha512-iuUPcefdm2cKc0Hl8LfOp6+XTvPfmEKUo4sre/ltPZNTpFRrJVaR1KRR1XA/0Xh9cNtPu5iSf3soOrDUYH361g==", "license": "MIT", "dependencies": { "linkifyjs": "^4.2.0" @@ -4098,9 +4098,9 @@ } }, "node_modules/@tiptap/extension-list-item": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-2.11.2.tgz", - "integrity": "sha512-cxysDCvw45bem53qLZtTCkle1pttO4Y/FGqYm1hl66ol3cZsuLbjpOb4aDB6wRhyd701Ws6MjOYM+cZsmtTNpw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-2.11.4.tgz", + "integrity": "sha512-LCOIiV7HRlp9c8E9mwf380LAmDYBtt26/8F84SjaIIGzMj7VdJYIkAKOJJ0yujRj8GXAjlTpAqAfKyv+mTmqNw==", "license": "MIT", "funding": { "type": "github", @@ -4111,9 +4111,9 @@ } }, "node_modules/@tiptap/extension-list-keymap": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-list-keymap/-/extension-list-keymap-2.11.2.tgz", - "integrity": "sha512-5gotlWQYb+0EJ132jN30pyUquYYmg3KPUQ8IHisZUJRqG+FS4SzaBWbIx9il4hhfZR1auqNXfZgJZXsaO/CvOA==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-list-keymap/-/extension-list-keymap-2.11.4.tgz", + "integrity": "sha512-cc0OH5/wAUtzoZMgzetZGUvcX1yLbDFTdGhuBMGKG1rtm9X04u618iYnkRUvTyDwQW4FGlmUf0YPubcdJ+vD9Q==", "license": "MIT", "funding": { "type": "github", @@ -4124,9 +4124,9 @@ } }, "node_modules/@tiptap/extension-ordered-list": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-2.11.2.tgz", - "integrity": "sha512-TR8OqwKkQ0OCp40V9hcRJUcO1PSzCYWXy0mvW351lOYO8D6uE+1ouVkEV9qjXBC30sVCnQykSp/FR9UjsIuiVw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-2.11.4.tgz", + "integrity": "sha512-JTqi+vcbPKVlUqaxbwUQtmAU/gG2HhfBK88DbmtPZ1T8TMVwsPqvPmCi8rvjNcJt5u2FP5K6UWoScYqNwC7sag==", "license": "MIT", "funding": { "type": "github", @@ -4137,9 +4137,9 @@ } }, "node_modules/@tiptap/extension-paragraph": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.11.2.tgz", - "integrity": "sha512-iydTjeZbPJuqctOaAx7QebLPvz9J/hBxPptuhe4GZmqInknAk7+SFJagYeGNb14wfXKOvDZ9DMqv6mBiqSA90Q==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.11.4.tgz", + "integrity": "sha512-Mvn11JK4ir8sNRIeNUDA2JnN7LdVzHqg0v2HtR8zggzMhmiExKW1jNJ2obYXK7uJla47GH2/6IqyZaw3raNnig==", "license": "MIT", "funding": { "type": "github", @@ -4150,9 +4150,9 @@ } }, "node_modules/@tiptap/extension-placeholder": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-2.11.2.tgz", - "integrity": "sha512-7rv6nylqX57Q+K+AH794Kg9U7OrLyujhXXqQvd9iZdBP7bTCNUlFu0cGlIyHdM/eWJjoUblZs0VLV2IApk4xjQ==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-2.11.4.tgz", + "integrity": "sha512-leAlOUU8QiOsi8Z7qLpBngOEZT2WJbNXiGug5umNg/u5d8RdUvpO9IO3SUFNu0u12LyUaS5TlmzWcCdb5Mtn1w==", "license": "MIT", "funding": { "type": "github", @@ -4164,9 +4164,9 @@ } }, "node_modules/@tiptap/extension-strike": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-2.11.2.tgz", - "integrity": "sha512-n/rznmhqFlENGSlFY9t3pWnWzSmvDpUj3sjVhdpYteis+OCzabN9+c5KdQTBPMjtwRuRleQiKWnHmxvif0heEg==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-2.11.4.tgz", + "integrity": "sha512-+B7PklaujB3Fofqf/8oDcGBFkTYEp6im8qGZIEQF58Z1gJGIFhgijau3JnU6AeGQ3PE4nL3+0x3fPls11TnRoA==", "license": "MIT", "funding": { "type": "github", @@ -4177,9 +4177,9 @@ } }, "node_modules/@tiptap/extension-task-item": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-task-item/-/extension-task-item-2.11.2.tgz", - "integrity": "sha512-TvEfOq81lg7QcaP6VLolSEFQVoop4v0PxWZuzmtpOSywrdelPtLE0PuStfu0FIJIrw1V7axEwoapPCaVwTM8Mg==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-task-item/-/extension-task-item-2.11.4.tgz", + "integrity": "sha512-WpSY1KfQYLwsMovxl+rgONBS1PhunML9gSIeW8d6bbjJLgC1hMUVTq/y1159pG7SaCta7aTo7jr8Wtn+4H8MOw==", "license": "MIT", "funding": { "type": "github", @@ -4191,9 +4191,9 @@ } }, "node_modules/@tiptap/extension-task-list": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-task-list/-/extension-task-list-2.11.2.tgz", - "integrity": "sha512-Wy4EYZQJqt/Z6oTlZ+RvaPrDivkyyVuca5cOwcGavrFsUtqvEv/QKxvAl59fsRgofYW6QsfK72K2GpppBBlVUw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-task-list/-/extension-task-list-2.11.4.tgz", + "integrity": "sha512-VmzaKVfJ6RccmUIJ6tJ/jdVIen/lc0lcLpRygps7LBjPPWOgSVIkVGPS5Iah+7pXzOZCphgNbZYNojM3rPpbow==", "license": "MIT", "funding": { "type": "github", @@ -4204,9 +4204,9 @@ } }, "node_modules/@tiptap/extension-text": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-2.11.2.tgz", - "integrity": "sha512-fJZeKYM5jeJ7NpS3FWLnC/NAvg+mZNbcTaRgXMo5ljBCgiMcYHhYg9p/RHk4SeICZBBpR9WSSZXHMACd9CbJiA==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-2.11.4.tgz", + "integrity": "sha512-MPDqkCJpkwr6s33bkCt+eozCoqBwSn6ReOL5WlIQXYGAui6Bs9PKggQpM/8jLCTKZqV44zrI4LGjRRepMeogQA==", "license": "MIT", "funding": { "type": "github", @@ -4217,9 +4217,9 @@ } }, "node_modules/@tiptap/extension-text-style": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-2.11.2.tgz", - "integrity": "sha512-RAa7BTwEOJRZN3EB2lg03KXyu7JC/Ce96cerh3D0Fo78yrtKOArPaiVHoTki6ZEIG43ccHEit1PPjMYxivPPeg==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-2.11.4.tgz", + "integrity": "sha512-5rOdd15lWmoQBbT7GM/2njmpi6d4z2Uvml7mmO8djchKivMOzypMbZsivL78lSFrJP1RpVHb2zTAgKQ1fl7ExQ==", "license": "MIT", "funding": { "type": "github", @@ -4230,9 +4230,9 @@ } }, "node_modules/@tiptap/extension-typography": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-2.11.2.tgz", - "integrity": "sha512-SKR+Ae0rDQf0vp2OZY/M8cDnUHVG6JrrGN3EfjbVaiE+stOiXG0D2vPi88HdvpAtHpgYQDaGkVolOKIi+9ZufQ==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-2.11.4.tgz", + "integrity": "sha512-TQPp6xRx+ahio9y2rjAh9sLFKxateFRC65oaFN1q8d7vMj1tvXyoQLf6vvCOu/zpHIM43fnuzzzr/2MCic10lg==", "license": "MIT", "funding": { "type": "github", @@ -4243,9 +4243,9 @@ } }, "node_modules/@tiptap/pm": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-2.11.2.tgz", - "integrity": "sha512-lNOMFRcD0mGy7Hf8tFMHW/fnglvq3dA0grs0QrSY4cHyYbH9BHtQjLMDceczXdXbXZq7nEqC40UBWNnqtaclpw==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-2.11.4.tgz", + "integrity": "sha512-HWIpFkToMgJpV9GwVEVjKYaKbAN9DtvenLRVmst4MpGhw6Ln+w8Q7vWxqeQ2LGY7RkEmb3IAp17pYX9bzIP6tw==", "license": "MIT", "dependencies": { "prosemirror-changeset": "^2.2.1", @@ -4273,13 +4273,13 @@ } }, "node_modules/@tiptap/react": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/react/-/react-2.11.2.tgz", - "integrity": "sha512-fhrfgXQwyc34L6ju+zzNGMa6J94+W20yww0BHyrqojUzjpYskVdO7/37h4OBfFGEhrAhLEXXDxRZcrNPtBf86A==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/react/-/react-2.11.4.tgz", + "integrity": "sha512-7BQ/84x+T+yQCtNnklTku4lQphjIl5ukPeBu0NGffCHMsATtNht3oRzlMDNNRYPDk0bfZ1/HwuxlhpbI0bi4ew==", "license": "MIT", "dependencies": { - "@tiptap/extension-bubble-menu": "^2.11.2", - "@tiptap/extension-floating-menu": "^2.11.2", + "@tiptap/extension-bubble-menu": "^2.11.4", + "@tiptap/extension-floating-menu": "^2.11.4", "@types/use-sync-external-store": "^0.0.6", "fast-deep-equal": "^3", "use-sync-external-store": "^1" @@ -4296,9 +4296,9 @@ } }, "node_modules/@tiptap/suggestion": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-2.11.2.tgz", - "integrity": "sha512-jA06veq7Ko7+yeyy4pymTGdqHfWNydDIioPCR0yddbon+3+aLP2hE31J+/1/8FmhSoE0qJsEki3/RU7pKTLgrg==", + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-2.11.4.tgz", + "integrity": "sha512-Ewvu6JqcV/n/J94ZGhFcwBYZDkjYyLa9OpJ6HuclirP28K2fhTlGn8PrSAc9GLWQTXU7ApaFd5wGStTEruRHmA==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 05b2e150..a6d75e72 100644 --- a/package.json +++ b/package.json @@ -45,37 +45,37 @@ "validate:pre-push": "run-s test" }, "dependencies": { - "@tiptap/core": "2.11.2", - "@tiptap/extension-blockquote": "2.11.2", - "@tiptap/extension-bold": "2.11.2", - "@tiptap/extension-bullet-list": "2.11.2", - "@tiptap/extension-character-count": "2.11.2", - "@tiptap/extension-code": "2.11.2", - "@tiptap/extension-code-block": "2.11.2", - "@tiptap/extension-document": "2.11.2", - "@tiptap/extension-dropcursor": "2.11.2", - "@tiptap/extension-gapcursor": "2.11.2", - "@tiptap/extension-hard-break": "2.11.2", - "@tiptap/extension-heading": "2.11.2", - "@tiptap/extension-history": "2.11.2", - "@tiptap/extension-horizontal-rule": "2.11.2", - "@tiptap/extension-image": "2.11.2", - "@tiptap/extension-italic": "2.11.2", - "@tiptap/extension-link": "2.11.2", - "@tiptap/extension-list-item": "2.11.2", - "@tiptap/extension-list-keymap": "2.11.2", - "@tiptap/extension-ordered-list": "2.11.2", - "@tiptap/extension-paragraph": "2.11.2", - "@tiptap/extension-placeholder": "2.11.2", - "@tiptap/extension-strike": "2.11.2", - "@tiptap/extension-task-item": "2.11.2", - "@tiptap/extension-task-list": "2.11.2", - "@tiptap/extension-text": "2.11.2", - "@tiptap/extension-text-style": "2.11.2", - "@tiptap/extension-typography": "2.11.2", - "@tiptap/pm": "2.11.2", - "@tiptap/react": "2.11.2", - "@tiptap/suggestion": "2.11.2", + "@tiptap/core": "2.11.4", + "@tiptap/extension-blockquote": "2.11.4", + "@tiptap/extension-bold": "2.11.4", + "@tiptap/extension-bullet-list": "2.11.4", + "@tiptap/extension-character-count": "2.11.4", + "@tiptap/extension-code": "2.11.4", + "@tiptap/extension-code-block": "2.11.4", + "@tiptap/extension-document": "2.11.4", + "@tiptap/extension-dropcursor": "2.11.4", + "@tiptap/extension-gapcursor": "2.11.4", + "@tiptap/extension-hard-break": "2.11.4", + "@tiptap/extension-heading": "2.11.4", + "@tiptap/extension-history": "2.11.4", + "@tiptap/extension-horizontal-rule": "2.11.4", + "@tiptap/extension-image": "2.11.4", + "@tiptap/extension-italic": "2.11.4", + "@tiptap/extension-link": "2.11.4", + "@tiptap/extension-list-item": "2.11.4", + "@tiptap/extension-list-keymap": "2.11.4", + "@tiptap/extension-ordered-list": "2.11.4", + "@tiptap/extension-paragraph": "2.11.4", + "@tiptap/extension-placeholder": "2.11.4", + "@tiptap/extension-strike": "2.11.4", + "@tiptap/extension-task-item": "2.11.4", + "@tiptap/extension-task-list": "2.11.4", + "@tiptap/extension-text": "2.11.4", + "@tiptap/extension-text-style": "2.11.4", + "@tiptap/extension-typography": "2.11.4", + "@tiptap/pm": "2.11.4", + "@tiptap/react": "2.11.4", + "@tiptap/suggestion": "2.11.4", "prosemirror-codemark": "0.4.2" }, "devDependencies": {