diff --git a/package-lock.json b/package-lock.json index f97fafd6..0f66b12e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@tailwindcss/forms": "^0.5.7", "@tanstack/react-query": "^4.36.1", "@tiptap/extension-code-block-lowlight": "^2.6.4", - "@tiptap/extension-color": "^2.3.1", + "@tiptap/extension-color": "^2.6.4", "@tiptap/extension-highlight": "^2.3.1", "@tiptap/extension-image": "^2.3.1", "@tiptap/extension-link": "^2.3.1", @@ -12181,16 +12181,17 @@ } }, "node_modules/@tiptap/extension-color": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@tiptap/extension-color/-/extension-color-2.3.1.tgz", - "integrity": "sha512-a127akyS3nMbcLKzZ02l/rHUP5BlCmbma6vYJNjRk6Srd1DlhXCIynMZJr7Bzgngq9KNLGQha2uxbPr7me3xAA==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/@tiptap/extension-color/-/extension-color-2.6.4.tgz", + "integrity": "sha512-dXPDK5cf3uTda67CYrkMppTzlgOOtcv7WtzK+ascJYcyGzUG0nhYjfBxEUuWWbAsqNbhtDWgdeoysWLkmTIvTw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^2.0.0", - "@tiptap/extension-text-style": "^2.0.0" + "@tiptap/core": "^2.6.4", + "@tiptap/extension-text-style": "^2.6.4" } }, "node_modules/@tiptap/extension-document": { @@ -12508,15 +12509,16 @@ } }, "node_modules/@tiptap/extension-text-style": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-2.3.1.tgz", - "integrity": "sha512-eXtuf3AqcOv28BM0dO4lbBNnvM1fo4WWuT+/s1YV5Ovex3T5OS7PsPuR/9p5AD4NuX9QvNrV+eM02mcNzaTBWw==", + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-2.6.6.tgz", + "integrity": "sha512-8fO8m0/QI+rFKgZLP28GG2Nz0zhYsYd76O2Y+HsDTmMypJl/cdiNcVOWWffAwXAfMN43BNX7b1VI1XwGAMgYlg==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^2.0.0" + "@tiptap/core": "^2.6.6" } }, "node_modules/@tiptap/extension-underline": { diff --git a/package.json b/package.json index 4792e950..08c51857 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@tailwindcss/forms": "^0.5.7", "@tanstack/react-query": "^4.36.1", "@tiptap/extension-code-block-lowlight": "^2.6.4", - "@tiptap/extension-color": "^2.3.1", + "@tiptap/extension-color": "^2.6.4", "@tiptap/extension-highlight": "^2.3.1", "@tiptap/extension-image": "^2.3.1", "@tiptap/extension-link": "^2.3.1",