From 882abf46a6d06a37a8a26dab8ef5b8cb43bdc25e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Aug 2025 08:47:46 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.525.0 to 0.528.0 Snyk has created this PR to upgrade lucide-react from 0.525.0 to 0.528.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/yujonglee/project/9654cf46-7a10-4022-b271-99143762d25a?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/tiptap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tiptap/package.json b/packages/tiptap/package.json index 86aa6d825..cf0435586 100644 --- a/packages/tiptap/package.json +++ b/packages/tiptap/package.json @@ -43,7 +43,7 @@ "@tiptap/starter-kit": "^2.26.1", "@tiptap/suggestion": "^2.26.1", "clsx": "^2.1.1", - "lucide-react": "^0.525.0", + "lucide-react": "^0.528.0", "prosemirror-commands": "^1.7.1", "prosemirror-model": "^1.25.2", "prosemirror-state": "^1.4.3",