From c539f6a65d19402bbfac76dd337f65a69123696e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:09:24 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 4 updates Bumps the minor-and-patch group with 4 updates in the / directory: [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [satori](https://github.com/vercel/satori) and [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills). Updates `@tanstack/devtools-vite` from 0.3.12 to 0.4.1 - [Release notes](https://github.com/TanStack/devtools/releases) - [Changelog](https://github.com/TanStack/devtools/blob/main/packages/devtools-vite/CHANGELOG.md) - [Commits](https://github.com/TanStack/devtools/commits/@tanstack/devtools-vite@0.4.1/packages/devtools-vite) Updates `lucide-react` from 0.562.0 to 0.563.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.563.0/packages/lucide-react) Updates `satori` from 0.18.4 to 0.19.1 - [Release notes](https://github.com/vercel/satori/releases) - [Commits](https://github.com/vercel/satori/compare/0.18.4...0.19.1) Updates `vite-plugin-node-polyfills` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases) - [Commits](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: "@tanstack/devtools-vite" dependency-version: 0.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: lucide-react dependency-version: 0.563.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: satori dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: vite-plugin-node-polyfills dependency-version: 0.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index b44c8a3..b4d7de3 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -34,13 +34,13 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "html-to-image": "^1.11.13", - "lucide-react": "^0.562.0", + "lucide-react": "^0.563.0", "next-themes": "^0.4.6", "nitro": "latest", "react": "^19.2.0", "react-dom": "^19.2.0", "recharts": "^3.6.0", - "satori": "^0.18.3", + "satori": "^0.19.1", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.0.6", @@ -49,7 +49,7 @@ }, "devDependencies": { "@playwright/test": "^1.49.1", - "@tanstack/devtools-vite": "^0.3.11", + "@tanstack/devtools-vite": "^0.4.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.2.0", @@ -65,7 +65,7 @@ "tw-animate-css": "^1.4.0", "typescript": "^5.7.2", "vite": "^7.1.7", - "vite-plugin-node-polyfills": "^0.24.0", + "vite-plugin-node-polyfills": "^0.25.0", "vitest": "^3.0.5", "web-vitals": "^5.1.0" }