diff --git a/package-lock.json b/package-lock.json index 23e8d9d..6be58aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-medical-assistant", - "version": "0.18.5", + "version": "0.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rust-medical-assistant", - "version": "0.18.5", + "version": "0.19.0", "dependencies": { "@sereneinserenade/tiptap-search-and-replace": "^0.1.1", "@tauri-apps/api": "^2", @@ -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", @@ -1250,16 +1250,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": { diff --git a/package.json b/package.json index 9693c70..e354d8f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,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",