From 7e1edad17b88d520d76ca60a851303fa36a67ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 00:37:59 +0000 Subject: [PATCH] Bump @tiptap/extension-paragraph from 3.22.4 to 3.23.6 Bumps [@tiptap/extension-paragraph](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-paragraph) from 3.22.4 to 3.23.6. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-paragraph/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/extension-paragraph) --- updated-dependencies: - dependency-name: "@tiptap/extension-paragraph" dependency-version: 3.23.6 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 131398b68..689169cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tiptap/extension-history": "^3.22.4", "@tiptap/extension-italic": "^3.22.4", "@tiptap/extension-link": "^3.22.4", - "@tiptap/extension-paragraph": "^3.22.4", + "@tiptap/extension-paragraph": "^3.23.6", "@tiptap/extension-text": "^3.22.4", "@tiptap/vue-3": "^3.22.4", "@unhead/vue": "^3.1.1", @@ -3238,16 +3238,16 @@ } }, "node_modules/@tiptap/extension-paragraph": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.22.4.tgz", - "integrity": "sha512-de6dFkIhigiENESY6rNJ3yTVS/337ybfP30dNPudTwGe9oAu9ZCS+04j6QCvXSjhlI3ULiv7wiSHqrP26Gd+Hw==", + "version": "3.23.6", + "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.23.6.tgz", + "integrity": "sha512-+7m58LUSncodjrIyXks4RZ3tLNYrvgT77wRR4l3HnM5OABY3GDsDTqi7c1t1yI29NVOSk/DUacqy6UwYAj1DGg==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "3.22.4" + "@tiptap/core": "3.23.6" } }, "node_modules/@tiptap/extension-text": { diff --git a/package.json b/package.json index d08f71c84..7badfb9cc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tiptap/extension-history": "^3.22.4", "@tiptap/extension-italic": "^3.22.4", "@tiptap/extension-link": "^3.22.4", - "@tiptap/extension-paragraph": "^3.22.4", + "@tiptap/extension-paragraph": "^3.23.6", "@tiptap/extension-text": "^3.22.4", "@tiptap/vue-3": "^3.22.4", "@unhead/vue": "^3.1.1",