From f7f70fabb8b504cfa7974b0b9a1093cf3dd504f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:17:11 +0000 Subject: [PATCH] Bump @tiptap/extension-history from 3.22.4 to 3.23.5 Bumps [@tiptap/extension-history](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-history) from 3.22.4 to 3.23.5. - [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/v3.23.5/packages-deprecated/extension-history) --- updated-dependencies: - dependency-name: "@tiptap/extension-history" dependency-version: 3.23.5 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 d649d81e2..e250700c0 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.5", "@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.5", + "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-3.23.5.tgz", + "integrity": "sha512-+y3fU6x3knq1u0omNUKXpKIom23ZbcRHUoq1P3d9JHqPP/08s6TuIiGhmVU4FZbTTKoUpadO6ZkCVJDdsSHxXQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/extensions": "3.22.4" + "@tiptap/extensions": "3.23.5" } }, "node_modules/@tiptap/extension-italic": { diff --git a/package.json b/package.json index 6bd5db475..61ef4156b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,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.5", "@tiptap/extension-italic": "^3.22.4", "@tiptap/extension-link": "^3.22.4", "@tiptap/extension-paragraph": "^3.22.4",