From 7b2c77cd53070d97b5c3050069f0bfb714072a28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 02:43:50 +0000 Subject: [PATCH] fix: upgrade @tiptap/extension-color from 2.3.1 to 2.6.4 Snyk has created this PR to upgrade @tiptap/extension-color from 2.3.1 to 2.6.4. See this package in npm: @tiptap/extension-color See this project in Snyk: https://app.snyk.io/org/nialljoemaher/project/8ac19f6c-c7f2-4720-acd1-09701979877c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index bafe3c6b..424a0f34 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", @@ -12172,16 +12172,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": { @@ -12499,15 +12500,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 427a66ea..7caa3949 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,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",