From 571e96e4b79dc254579c9b156d330ec8ff6be525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 18:04:04 +0000 Subject: [PATCH] chore(deps)(deps): bump @tiptap/extension-horizontal-rule in /frontend Bumps [@tiptap/extension-horizontal-rule](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-horizontal-rule) from 3.23.4 to 3.26.0. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-horizontal-rule/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/extension-horizontal-rule) --- updated-dependencies: - dependency-name: "@tiptap/extension-horizontal-rule" dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 26 ++++++-------------------- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 80968d80..b002a960 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "@tiptap/extension-color": "^3.20.4", "@tiptap/extension-floating-menu": "^3.23.1", "@tiptap/extension-highlight": "^3.23.6", - "@tiptap/extension-horizontal-rule": "^3.22.5", + "@tiptap/extension-horizontal-rule": "^3.26.0", "@tiptap/extension-image": "^3.20.4", "@tiptap/extension-link": "^3.23.1", "@tiptap/extension-list": "^3.20.4", @@ -5245,17 +5245,17 @@ } }, "node_modules/@tiptap/extension-horizontal-rule": { - "version": "3.23.4", - "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.23.4.tgz", - "integrity": "sha512-EA4kK8ywZ4dQNOdxeZbplmDDs5T5LjMgHpqxRwukj9wwKiILOK5E3fcKm1fCKh9Q02w96jax6YVccHwmgJP3sQ==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.26.0.tgz", + "integrity": "sha512-a+N/C4wkQV+/8x4ShdoiC2JdTW3Tw84C5cAloYLFMeaWmRa2me9ACSI+zo0SO9bbH9RJwsoRp7eaxBbk27eF1Q==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "3.23.4", - "@tiptap/pm": "3.23.4" + "@tiptap/core": "3.26.0", + "@tiptap/pm": "3.26.0" } }, "node_modules/@tiptap/extension-image": { @@ -5706,20 +5706,6 @@ "@tiptap/core": "3.23.6" } }, - "node_modules/@tiptap/starter-kit/node_modules/@tiptap/extension-horizontal-rule": { - "version": "3.23.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.23.6.tgz", - "integrity": "sha512-hEUlz4H+I64r+TH6LCuNCRgO7JTHncXGmx9+WbU69EOfY8O0ZurcgeJc8HeiAKL+r9YuC1e5YHfFxgCaaC0jlg==", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/ueberdosis" - }, - "peerDependencies": { - "@tiptap/core": "3.23.6", - "@tiptap/pm": "3.23.6" - } - }, "node_modules/@tiptap/starter-kit/node_modules/@tiptap/extension-italic": { "version": "3.23.6", "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.23.6.tgz", diff --git a/frontend/package.json b/frontend/package.json index ef3cfe89..201daa3a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "@tiptap/extension-color": "^3.20.4", "@tiptap/extension-floating-menu": "^3.23.1", "@tiptap/extension-highlight": "^3.23.6", - "@tiptap/extension-horizontal-rule": "^3.22.5", + "@tiptap/extension-horizontal-rule": "^3.26.0", "@tiptap/extension-image": "^3.20.4", "@tiptap/extension-link": "^3.23.1", "@tiptap/extension-list": "^3.20.4",