From fdf1dd02f9e962bf64baa3bed49acf138f192281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:48:24 +0000 Subject: [PATCH] chore(deps): bump @tiptap/extension-mention in /app Bumps [@tiptap/extension-mention](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-mention) from 3.22.3 to 3.22.5. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-mention/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.5/packages/extension-mention) --- updated-dependencies: - dependency-name: "@tiptap/extension-mention" dependency-version: 3.22.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 24 ++++++++++++------------ app/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index e6db86c0b..e809549b0 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -15,7 +15,7 @@ "@tauri-apps/plugin-dialog": "^2.7.0", "@tauri-apps/plugin-log": "^2.8.0", "@tauri-apps/plugin-opener": "^2", - "@tiptap/extension-mention": "^3.22.3", + "@tiptap/extension-mention": "^3.22.5", "@tiptap/extension-placeholder": "^3.22.4", "@tiptap/pm": "^3.21.0", "@tiptap/react": "^3.22.5", @@ -8798,18 +8798,18 @@ } }, "node_modules/@tiptap/extension-mention": { - "version": "3.22.3", - "resolved": "https://registry.npmjs.org/@tiptap/extension-mention/-/extension-mention-3.22.3.tgz", - "integrity": "sha512-wJmpjU6WqZgbMJUwGQKhwnzCdN/DtsFGRsExCvncuQxFKgsMzhW+NWwmzgrGJDyS8BMKzqwyKlSc1dcMOYzgJQ==", + "version": "3.22.5", + "resolved": "https://registry.npmjs.org/@tiptap/extension-mention/-/extension-mention-3.22.5.tgz", + "integrity": "sha512-rGTbTjyxLc5C/6QjfbQF53nMbxjVgJU1VK6Si1i1J2c5DU09COgEFlYvi4YHjb3xz39SprPfG+GTtgD96eg7Ww==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.22.3", - "@tiptap/pm": "^3.22.3", - "@tiptap/suggestion": "^3.22.3" + "@tiptap/core": "3.22.5", + "@tiptap/pm": "3.22.5", + "@tiptap/suggestion": "3.22.5" } }, "node_modules/@tiptap/extension-ordered-list": { @@ -8992,9 +8992,9 @@ } }, "node_modules/@tiptap/suggestion": { - "version": "3.22.3", - "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-3.22.3.tgz", - "integrity": "sha512-m2c+5gDj2vW7UI1J4JHCKehQUVE12qBhgF+DC+WEWUU8ZrFNf5OEYWQHDNsopa5RRpilfKfhPNbMtXgvGOsk6g==", + "version": "3.22.5", + "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-3.22.5.tgz", + "integrity": "sha512-Uv79Ht/o4mx1GWIT65jeQTE67LMrA+K7d8p51XOe9PJw0H0fS3iCdeMJ8tAo3h6QrMJFejdsB7z8jJL9UbAnhA==", "license": "MIT", "peer": true, "funding": { @@ -9002,8 +9002,8 @@ "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.22.3", - "@tiptap/pm": "^3.22.3" + "@tiptap/core": "3.22.5", + "@tiptap/pm": "3.22.5" } }, "node_modules/@tokenizer/inflate": { diff --git a/app/package.json b/app/package.json index f3a0020df..a25d0f3e1 100644 --- a/app/package.json +++ b/app/package.json @@ -42,7 +42,7 @@ "@tauri-apps/plugin-dialog": "^2.7.0", "@tauri-apps/plugin-log": "^2.8.0", "@tauri-apps/plugin-opener": "^2", - "@tiptap/extension-mention": "^3.22.3", + "@tiptap/extension-mention": "^3.22.5", "@tiptap/extension-placeholder": "^3.22.4", "@tiptap/pm": "^3.21.0", "@tiptap/react": "^3.22.5",