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",