From a1becab08270983080f9dd5bf60ab3d942e12579 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 11:41:29 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.544.0 to 0.548.0 Snyk has created this PR to upgrade lucide-react from 0.544.0 to 0.548.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 030c11bb0..930326bc4 100644 --- a/packages/tiptap/package.json +++ b/packages/tiptap/package.json @@ -38,7 +38,7 @@ "@tiptap/static-renderer": "^3.10.7", "@tiptap/suggestion": "^3.10.2", "clsx": "^2.1.1", - "lucide-react": "^0.544.0", + "lucide-react": "^0.548.0", "prosemirror-commands": "^1.7.1", "prosemirror-model": "^1.25.4", "prosemirror-state": "^1.4.4",