From bd448ae5d236c74c040a993f3e70f65b80e845eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Nov 2024 04:37:36 +0000 Subject: [PATCH] fix: upgrade lucide-react from 0.451.0 to 0.453.0 Snyk has created this PR to upgrade lucide-react from 0.451.0 to 0.453.0. See this package in npm: lucide-react See this project in Snyk: https://app.snyk.io/org/wkylin/project/0c42d1ac-0387-47e3-8537-ec997318643c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55048ccd..3f59f08c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "leaflet.markercluster": "^1.5.3", "less": "^4.2.0", "lodash": "^4.17.21", - "lucide-react": "^0.451.0", + "lucide-react": "^0.453.0", "maath": "^0.10.8", "markmap-common": "^0.17.1", "markmap-lib": "^0.17.2", @@ -29739,9 +29739,9 @@ } }, "node_modules/lucide-react": { - "version": "0.451.0", - "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.451.0.tgz", - "integrity": "sha512-OwQ3uljZLp2cerj8sboy5rnhtGTCl9UCJIhT1J85/yOuGVlEH+xaUPR7tvNdddPvmV5M5VLdr7cQuWE3hzA4jw==", + "version": "0.453.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.453.0.tgz", + "integrity": "sha512-kL+RGZCcJi9BvJtzg2kshO192Ddy9hv3ij+cPrVPWSRzgCWCVazoQJxOjAwgK53NomL07HB7GPHW120FimjNhQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" diff --git a/package.json b/package.json index b2e18af1..0004aa6c 100644 --- a/package.json +++ b/package.json @@ -255,7 +255,7 @@ "leaflet.markercluster": "^1.5.3", "less": "^4.2.0", "lodash": "^4.17.21", - "lucide-react": "^0.451.0", + "lucide-react": "^0.453.0", "maath": "^0.10.8", "markmap-common": "^0.17.1", "markmap-lib": "^0.17.2",