diff --git a/package-lock.json b/package-lock.json index 432eebca7..421b78873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@imacrayon/alpine-ajax": "^0.12.6", "@microsoft/fetch-event-source": "^2.0.1", "@tiptap/core": "^3.15.1", - "@tiptap/extension-bubble-menu": "^3.14.0", + "@tiptap/extension-bubble-menu": "^3.15.3", "@tiptap/extension-code": "^3.2.0", "@tiptap/extension-code-block-lowlight": "^3.15.3", "@tiptap/extension-floating-menu": "^3.15.0", @@ -2043,9 +2043,9 @@ } }, "node_modules/@tiptap/extension-bubble-menu": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.14.0.tgz", - "integrity": "sha512-nraHy+5jumT67J7hWrCuVwVTS2vNj4FpV5kO8epVySBmgEBr/7Pyi4w7mQA1VRVOMdjeN9iypbgQ2rKhpfaoTw==", + "version": "3.15.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.15.3.tgz", + "integrity": "sha512-e88DG1bTy6hKxrt7iPVQhJnH5/EOrnKpIyp09dfRDgWrrW88fE0Qjys7a/eT8W+sXyXM3z10Ye7zpERWsrLZDg==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.0.0" @@ -2055,8 +2055,8 @@ "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.14.0", - "@tiptap/pm": "^3.14.0" + "@tiptap/core": "^3.15.3", + "@tiptap/pm": "^3.15.3" } }, "node_modules/@tiptap/extension-bullet-list": { diff --git a/package.json b/package.json index 4aaf95911..17df43413 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@imacrayon/alpine-ajax": "^0.12.6", "@microsoft/fetch-event-source": "^2.0.1", "@tiptap/core": "^3.15.1", - "@tiptap/extension-bubble-menu": "^3.14.0", + "@tiptap/extension-bubble-menu": "^3.15.3", "@tiptap/extension-code": "^3.2.0", "@tiptap/extension-code-block-lowlight": "^3.15.3", "@tiptap/extension-floating-menu": "^3.15.0",