From 2c56afd4975552f8bfcb7f393f0c0170417447d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 10:27:32 +0000 Subject: [PATCH] Bump @tiptap/extension-history from 3.22.4 to 3.23.2 Bumps [@tiptap/extension-history](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-history) from 3.22.4 to 3.23.2. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-history/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages-deprecated/extension-history) --- updated-dependencies: - dependency-name: "@tiptap/extension-history" dependency-version: 3.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1d0062e3..cbe5d78f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@tiptap/extension-bold": "^3.22.4", "@tiptap/extension-character-count": "^3.22.4", "@tiptap/extension-document": "^3.22.4", - "@tiptap/extension-history": "^3.22.4", + "@tiptap/extension-history": "^3.23.2", "@tiptap/extension-italic": "^3.22.4", "@tiptap/extension-link": "^3.22.4", "@tiptap/extension-paragraph": "^3.22.4", @@ -3138,16 +3138,16 @@ } }, "node_modules/@tiptap/extension-history": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-3.22.4.tgz", - "integrity": "sha512-yk1RrBJty4F3Os+w6zIS3nOSOKy+iIax3UyXwCKiP+JI4nsTlYvgQTgTtT9Wqa14ZrypasV8gAuQeTNf/spFLg==", + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-3.23.2.tgz", + "integrity": "sha512-Hg0vxMraDtOyp37NoegUjA0AY2WWTSi3XEJ/iYOS5rEeRsIbzFT4H8nTr89xm2/u6g37zrW6o3+x69DO3LAp2A==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/extensions": "3.22.4" + "@tiptap/extensions": "3.23.2" } }, "node_modules/@tiptap/extension-italic": { diff --git a/package.json b/package.json index 82f8a40df..47e3bf4a2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@tiptap/extension-bold": "^3.22.4", "@tiptap/extension-character-count": "^3.22.4", "@tiptap/extension-document": "^3.22.4", - "@tiptap/extension-history": "^3.22.4", + "@tiptap/extension-history": "^3.23.2", "@tiptap/extension-italic": "^3.22.4", "@tiptap/extension-link": "^3.22.4", "@tiptap/extension-paragraph": "^3.22.4",