From eef5483ded9de389902673ab23aee688b3e1fea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:13:41 +0000 Subject: [PATCH] build(deps): bump the prod-deps group with 3 updates Bumps the prod-deps group with 3 updates: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) and [stripe](https://github.com/stripe/stripe-node). Updates `lucide-react` from 1.24.0 to 1.25.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.25.0/packages/lucide-react) Updates `shadcn` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.13.1/packages/shadcn) Updates `stripe` from 22.3.1 to 22.3.2 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v22.3.1...v22.3.2) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: shadcn dependency-version: 4.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: stripe dependency-version: 22.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24a265a..eb0ec18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.4.0", - "lucide-react": "^1.24.0", + "lucide-react": "^1.25.0", "next": "^16.2.10", "next-auth": "^5.0.0-beta.31", "nodemailer": "^9.0.3", @@ -31,8 +31,8 @@ "react": "19.2.7", "react-dom": "19.2.7", "server-only": "^0.0.1", - "shadcn": "^4.13.0", - "stripe": "^22.3.1", + "shadcn": "^4.13.1", + "stripe": "^22.3.2", "superjson": "^2.2.6", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", @@ -8483,9 +8483,9 @@ } }, "node_modules/lucide-react": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.24.0.tgz", - "integrity": "sha512-YT6mBD8lGKkg4nM39enlm94/sfJIiW0YKUT60fBy4YK8tai31ylg1VhGNWxkpSKHo9UagfnZqwIff3HTDQwXeA==", + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.25.0.tgz", + "integrity": "sha512-/mdJTRbiwcLOQ1NZZK1amZF9rIZyvO18D6r9TngE6TG1NmqHgFuT4eE7Xrkm9UsXMbBJD1NlfwHVltCDWHrOTw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -10255,9 +10255,9 @@ "license": "ISC" }, "node_modules/shadcn": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.13.0.tgz", - "integrity": "sha512-5fuJ4jI/GcPeA/iTL4cJivCZuYQGXz/N3bIzyd+Gd/FM6xUCy2MxGG+LaDQuw2cjNy9zGPSFPTEmI048UwPTZA==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.13.1.tgz", + "integrity": "sha512-pSNPND8mVWGBytdd8l4Cksg7MyRZOsv28HpvNCtFtLwZoxLSGM6v3NMUpmpbOaIoreopS/UOpQvnCyttOHVLAQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.28.0", @@ -10818,9 +10818,9 @@ } }, "node_modules/stripe": { - "version": "22.3.1", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-22.3.1.tgz", - "integrity": "sha512-6XSLN0KK0IdfXqDHqMg6CDoO3eO62ye9dhzw0fZp55AUOzHR1YRJOqYHTsuCi4QJ4Ni/usEmXtq69c9ghKDmYw==", + "version": "22.3.2", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-22.3.2.tgz", + "integrity": "sha512-O13QOvgEIQvDlTy6Ubb5kB980wpbhmoZNsgCXKILjCMZS67f+bW+6w99k3gnSi/N1lkryoj1WYdpGT5Wc5edjg==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index b82b94c..9ac8938 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.4.0", - "lucide-react": "^1.24.0", + "lucide-react": "^1.25.0", "next": "^16.2.10", "next-auth": "^5.0.0-beta.31", "nodemailer": "^9.0.3", @@ -45,8 +45,8 @@ "react": "19.2.7", "react-dom": "19.2.7", "server-only": "^0.0.1", - "shadcn": "^4.13.0", - "stripe": "^22.3.1", + "shadcn": "^4.13.1", + "stripe": "^22.3.2", "superjson": "^2.2.6", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0",