Bump lucide-react from 1.14.0 to 1.31.0 - #345
Conversation
|
@dependabot merge |
Dependency ReviewThe following issues were found:
License Issuessites/mainweb/package.json
OpenSSF Scorecard
Scanned Files
|
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.14.0 to 1.31.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9953370 to
7068d10
Compare
|
@dependabot merge |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7068d10. Configure here.
|
|
||
| xlsx@https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz: | ||
| resolution: {integrity: sha512-oLDq3jw7AcLqKWH2AhCpVTZl8mf6X2YReP+Neh0SJUzV/BdZYjth94tG5toiMB1PPrYtxOCfaoUCkvtuH+3AJA==, tarball: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz} | ||
| resolution: {tarball: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz} |
There was a problem hiding this comment.
Lockfile drops xlsx integrity
High Severity
Updating lucide-react also stripped the integrity hash from the remote xlsx tarball resolution in pnpm-lock.yaml. With pnpm@10.33.2, a missing lockfile integrity field skips verification for that CDN package, so a tampered cdn.sheetjs.com artifact can install without an integrity failure.
Reviewed by Cursor Bugbot for commit 7068d10. Configure here.


Bumps lucide-react from 1.14.0 to 1.31.0.
Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
0f8d48btest(packages): updates unit test snapshots with face-slightly-smiling (#4676)f229f83chore(depedencies): Update dependencies (#4553)5ff536eci(release.yml): Fix workflow and removeversionscripts in package scripts...07c885efix(docs): fix zephyr-cloud URL in readmesNote
Low Risk
Routine icon library upgrade with no app logic changes; main risk is rare icon rename/removal across many minor versions—worth a quick UI smoke test.
Overview
Dependency bump only — updates
lucide-reactinsites/mainwebfrom 1.14.0 to ^1.31.0 and refreshespnpm-lock.yamlto resolve 1.31.0.No application source changes; existing icon imports (e.g. admin portal pages) keep the same API. The lockfile also picks up unrelated metadata tweaks (esbuild-kit deprecation URL text,
xlsxtarball resolution without an integrity hash).Reviewed by Cursor Bugbot for commit 7068d10. Bugbot is set up for automated code reviews on this repo. Configure here.