From b024c78fa9152b4b8a676205f1ca39a1550df017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:17:20 +0200 Subject: [PATCH] Bump @lucide/svelte from 0.482.0 to 0.577.0 in /web (#479) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@lucide/svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/svelte) from 0.482.0 to 0.577.0.
Release notes

Sourced from @​lucide/svelte's releases.

Version 0.577.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.576.0...0.577.0

Version 0.576.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.575.0...0.576.0

Version 0.575.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.573.0...0.575.0

Version 0.574.0

What's Changed

New Contributors

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​lucide/svelte since your current version.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@lucide/svelte&package-manager=npm_and_yarn&previous-version=0.482.0&new-version=0.577.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 266774e..5e30d56 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -18,7 +18,7 @@ "@eslint/js": "^9.18.0", "@exodus/schemasafe": "^1.3.0", "@fontsource/fira-mono": "^5.0.0", - "@lucide/svelte": "^0.482.0", + "@lucide/svelte": "^0.577.0", "@neoconfetti/svelte": "^2.0.0", "@sinclair/typebox": "^0.34.48", "@sveltejs/adapter-auto": "^6.0.2", @@ -1426,9 +1426,9 @@ } }, "node_modules/@lucide/svelte": { - "version": "0.482.0", - "resolved": "https://registry.npmjs.org/@lucide/svelte/-/svelte-0.482.0.tgz", - "integrity": "sha512-n2ycHU9cNcleRDwwpEHBJ6pYzVhHIaL3a+9dQa8kns9hB2g05bY+v2p2KP8v0pZwtNhYTHk/F2o2uZ1bVtQGhw==", + "version": "0.577.0", + "resolved": "https://registry.npmjs.org/@lucide/svelte/-/svelte-0.577.0.tgz", + "integrity": "sha512-0P6mkySd2MapIEgq08tADPmcN4DHndC/02PWwaLkOerXlx5Sv9aT4BxyXLIY+eccr0g/nEyCYiJesqS61YdBZQ==", "dev": true, "license": "ISC", "peerDependencies": { diff --git a/web/package.json b/web/package.json index d0f8189..84635c0 100644 --- a/web/package.json +++ b/web/package.json @@ -19,7 +19,7 @@ "@eslint/js": "^9.18.0", "@exodus/schemasafe": "^1.3.0", "@fontsource/fira-mono": "^5.0.0", - "@lucide/svelte": "^0.482.0", + "@lucide/svelte": "^0.577.0", "@neoconfetti/svelte": "^2.0.0", "@sinclair/typebox": "^0.34.48", "@sveltejs/adapter-auto": "^6.0.2",