From 2af3fc3abc54b82e71db271964ea6fd51cf79627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 17:03:29 +0000 Subject: [PATCH] chore: bump the production-dependencies group across 1 directory with 4 updates Bumps the production-dependencies group with 4 updates in the / directory: [@seamless-auth/react](https://github.com/fells-code/seamless-auth-react), [@seamless-auth/types](https://github.com/fells-code/seamless-auth-types), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `@seamless-auth/react` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/fells-code/seamless-auth-react/releases) - [Changelog](https://github.com/fells-code/seamless-auth-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/fells-code/seamless-auth-react/compare/v0.7.0...v0.8.0) Updates `@seamless-auth/types` from 0.4.0 to 0.6.0 - [Release notes](https://github.com/fells-code/seamless-auth-types/releases) - [Changelog](https://github.com/fells-code/seamless-auth-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/fells-code/seamless-auth-types/compare/v0.4.0...v0.6.0) Updates `lucide-react` from 1.27.0 to 1.29.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.29.0/packages/lucide-react) Updates `react-router-dom` from 7.18.1 to 7.18.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.2/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.2/packages/react-router-dom) --- updated-dependencies: - dependency-name: "@seamless-auth/react" dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@seamless-auth/types" dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: lucide-react dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-router-dom dependency-version: 7.18.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 58 ++++++++++++++++++++++++++++------------------- package.json | 8 +++---- 2 files changed, 39 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d46251..853f498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,22 +1,22 @@ { "name": "seamless-auth-admin-dashboard", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "seamless-auth-admin-dashboard", - "version": "0.3.0", + "version": "0.4.0", "dependencies": { - "@seamless-auth/react": "^0.7.0", - "@seamless-auth/types": "^0.4.0", + "@seamless-auth/react": "^0.8.0", + "@seamless-auth/types": "^0.6.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/react-query": "^5.101.4", "clsx": "^2.1.1", - "lucide-react": "^1.27.0", + "lucide-react": "^1.29.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-router-dom": "^7.18.1", + "react-router-dom": "^7.18.2", "recharts": "^3.10.1", "tailwindcss": "^4.2.2" }, @@ -1669,12 +1669,12 @@ "license": "MIT" }, "node_modules/@seamless-auth/react": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@seamless-auth/react/-/react-0.7.0.tgz", - "integrity": "sha512-LhEKHmAEzl41onAvC3HqAbEvfAbnNTc8+3oGZtxv2YZQYNqWBAWdOk2Mq80JhixCThRUPN10yurvv7PDdsiNUg==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@seamless-auth/react/-/react-0.8.0.tgz", + "integrity": "sha512-8kKo8XMzQf+mlATOrWnAsIfZthxt2XW1ZO2o3kosjxloWZcQG5lZyrdWByhszp3crih04iTzPd45/r5kC9tlwg==", "license": "AGPL-3.0-only", "dependencies": { - "@seamless-auth/types": "^0.4.0", + "@seamless-auth/types": "^0.5.0", "@simplewebauthn/browser": "^13.1.0", "eslint-plugin-license-header": "^0.9.0", "libphonenumber-js": "^1.12.7", @@ -1690,10 +1690,22 @@ "react-router-dom": "^6.4.0 || ^7.15.1" } }, + "node_modules/@seamless-auth/react/node_modules/@seamless-auth/types": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@seamless-auth/types/-/types-0.5.0.tgz", + "integrity": "sha512-T566YQu8FqUmqgte0A0iJpjTDXUKq/d/7uvLlXGXKtdl52Edo0r3iafL3kx4OM0cRJM63tBGe9s4MTjRUth6yA==", + "license": "AGPL-3.0-only", + "dependencies": { + "zod": "^4.3.6" + }, + "engines": { + "node": ">=24 <25" + } + }, "node_modules/@seamless-auth/types": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@seamless-auth/types/-/types-0.4.0.tgz", - "integrity": "sha512-1WhLjgyCN9UdX6TEzKbbASROeLMxZmo2LiAYOlYE2sGIPojnbAE/yFbp5Ydt13GibiZ6MwYlHMLcsBVQMeelWA==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@seamless-auth/types/-/types-0.6.0.tgz", + "integrity": "sha512-jsgSn6gAKFXpdKdQ0B4GconuKNWTQihCZLqqHmKYztolN4c3zMnrWrK3nQHup2a7q/TLxlk25HDZw2j4WxkjOA==", "license": "AGPL-3.0-only", "dependencies": { "zod": "^4.3.6" @@ -4578,9 +4590,9 @@ } }, "node_modules/lucide-react": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.27.0.tgz", - "integrity": "sha512-rJicGl/3Fly/E0rOH1YmPZ6e49JCnKknh1ox1vpHnkfjujAkKA6sqUZvH3MTAaXXjgexyUwgNwTJzTtYuAFYJw==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.29.0.tgz", + "integrity": "sha512-Xs9QFG5+9sNX04MdKVT4++umA+hJ2qsJVlRlRWHQ7qZobXgMiNHSpZ5eZm8JUoGCdNyoEdXoEwa8HVr0DNjOQg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -5146,9 +5158,9 @@ } }, "node_modules/react-router": { - "version": "7.18.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.1.tgz", - "integrity": "sha512-GDLgg3i3uM0aeJO3Fm+TCS+sDQ7gu12T6x0qdTEzcwqEfleci7JwugVNIF3U//0FWKnJT7ptG+20B2jfDqnZAg==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.2.tgz", + "integrity": "sha512-aUVMjFm3GAPTTZL7oYr5E7ETiqfQCHRLH+B+5afnICvf0r7kkK4eR6SMuwbSTJw/7t+12khT/Kahij49fqOCIg==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", @@ -5168,12 +5180,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.18.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.18.1.tgz", - "integrity": "sha512-KaZh+X/6UtEp28x51AUYZDMg9NGoz2ja3dNHa+ta/tk40vCzKhQ/RypCWBMLbmDr6//E24Vv5uPsrqXFozdkAg==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.18.2.tgz", + "integrity": "sha512-AIKJ/jgGlFb3EbfCXk5Gzshiwt+l3mqbCrNjmEWMMjqQxNJ3svBa6bgzFyCC2Sw3RA0VWF1kg3uQf2OFhxb8hw==", "license": "MIT", "dependencies": { - "react-router": "7.18.1" + "react-router": "7.18.2" }, "engines": { "node": ">=20.0.0" diff --git a/package.json b/package.json index fc002df..d0210cd 100644 --- a/package.json +++ b/package.json @@ -24,15 +24,15 @@ "docker:run": "docker run -p 8080:8080 -e API_URL=${API_URL:-http://localhost:3000} seamless-admin:local" }, "dependencies": { - "@seamless-auth/react": "^0.7.0", - "@seamless-auth/types": "^0.4.0", + "@seamless-auth/react": "^0.8.0", + "@seamless-auth/types": "^0.6.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/react-query": "^5.101.4", "clsx": "^2.1.1", - "lucide-react": "^1.27.0", + "lucide-react": "^1.29.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-router-dom": "^7.18.1", + "react-router-dom": "^7.18.2", "recharts": "^3.10.1", "tailwindcss": "^4.2.2" },