From 162f65e25b9ed1bc8572379b08bdb2964e49dc11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:37:02 +0000 Subject: [PATCH] chore(deps): bump @tiptap/extension-underline from 2.27.2 to 3.27.1 Bumps [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) from 2.27.2 to 3.27.1. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-underline/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.27.1/packages/extension-underline) --- updated-dependencies: - dependency-name: "@tiptap/extension-underline" dependency-version: 3.27.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++----------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index c315ebb..51e9c07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tauri-apps/plugin-process": "^2.3.0", "@tauri-apps/plugin-updater": "^2.8.0", "@tiptap/core": "^2.10.0", - "@tiptap/extension-underline": "^2.10.0", + "@tiptap/extension-underline": "^3.27.1", "@tiptap/pm": "^2.10.0", "@tiptap/starter-kit": "^2.10.0", "dictionary-en": "^4.0.0", @@ -1568,16 +1568,16 @@ } }, "node_modules/@tiptap/extension-underline": { - "version": "2.27.2", - "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-2.27.2.tgz", - "integrity": "sha512-gPOsbAcw1S07ezpAISwoO8f0RxpjcSH7VsHEFDVuXm4ODE32nhvSinvHQjv2icRLOXev+bnA7oIBu7Oy859gWQ==", + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.27.1.tgz", + "integrity": "sha512-N889J4nXN/TPfVt8uF9N1A0SY82E90zwc1y26lqOcw6KWNLmQrlhMh/9OD4ikLDbekmFpOBq/UicpHf/6S8hbQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^2.7.0" + "@tiptap/core": "3.27.1" } }, "node_modules/@tiptap/pm": { @@ -5213,24 +5213,6 @@ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", "license": "ISC" }, - "node_modules/yaml": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", - "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } - }, "node_modules/yargs": { "version": "15.4.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", diff --git a/package.json b/package.json index e263c79..a68d207 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tauri-apps/plugin-process": "^2.3.0", "@tauri-apps/plugin-updater": "^2.8.0", "@tiptap/core": "^2.10.0", - "@tiptap/extension-underline": "^2.10.0", + "@tiptap/extension-underline": "^3.27.1", "@tiptap/pm": "^2.10.0", "@tiptap/starter-kit": "^2.10.0", "dictionary-en": "^4.0.0",