From 31cbb60f3279067021722725b849c434af348b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:13:29 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.460.0 to 0.469.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.460.0 to 0.469.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.469.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f18ebbb..816a1fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "html-to-jsx-transform": "^1.2.0", "json-to-pretty-yaml": "^1.2.2", "jszip": "^3.10.1", - "lucide-react": "^0.460.0", + "lucide-react": "^0.469.0", "next": "^15.0.3", "next-navigation": "^1.0.6", "postcss": "8.4.49", @@ -11398,11 +11398,11 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" }, "node_modules/lucide-react": { - "version": "0.460.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.460.0.tgz", - "integrity": "sha512-BVtq/DykVeIvRTJvRAgCsOwaGL8Un3Bxh8MbDxMhEWlZay3T4IpEKDEpwt5KZ0KJMHzgm6jrltxlT5eXOWXDHg==", + "version": "0.469.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.469.0.tgz", + "integrity": "sha512-28vvUnnKQ/dBwiCQtwJw7QauYnE7yd2Cyp4tTTJpvglX4EMpbflcdBgrgToX2j71B3YvugK/NH3BGUk+E/p/Fw==", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/lz-string": { diff --git a/package.json b/package.json index 31dcc59..ff1bf54 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "html-to-jsx-transform": "^1.2.0", "json-to-pretty-yaml": "^1.2.2", "jszip": "^3.10.1", - "lucide-react": "^0.460.0", + "lucide-react": "^0.469.0", "next": "^15.0.3", "next-navigation": "^1.0.6", "postcss": "8.4.49",