From 3f362b780dec7f4c281f237297a67dc7c9e824a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:01:42 +0000 Subject: [PATCH] Bump lucide-react from 0.471.0 to 0.471.1 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.471.0 to 0.471.1. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.471.1/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1eca2cc6..ce050ec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,16 +47,16 @@ "i18next": "^24.2.1", "i18next-browser-languagedetector": "^8.0.2", "i18next-resources-to-backend": "^1.2.1", - "lucide-react": "^0.471.0", + "lucide-react": "^0.471.1", "mini-svg-data-uri": "^1.4.4", "next": "^15.1.4", "next-pwa": "^5.6.0", "next-themes": "^0.4.4", "novel": "^0.5.0", "openai": "^4.78.1", - "react": "latest", + "react": "*", "react-cookie": "^7.2.2", - "react-dom": "latest", + "react-dom": "*", "react-i18next": "^15.4.0", "sonner": "^1.7.1", "stripe": "^17.5.0", @@ -67,18 +67,18 @@ "vaul": "^1.1.2" }, "devDependencies": { - "@types/node": "latest", - "@types/react": "latest", - "@types/react-dom": "latest", + "@types/node": "*", + "@types/react": "*", + "@types/react-dom": "*", "@types/uuid": "^10.0.0", - "autoprefixer": "latest", - "eslint": "latest", - "eslint-config-next": "latest", - "postcss": "latest", + "autoprefixer": "*", + "eslint": "*", + "eslint-config-next": "*", + "postcss": "*", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", - "tailwindcss": "latest", - "typescript": "latest" + "tailwindcss": "*", + "typescript": "*" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -8632,9 +8632,9 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" }, "node_modules/lucide-react": { - "version": "0.471.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.471.0.tgz", - "integrity": "sha512-3L0OOJClsKDETJGK7nABqW8ftaVmUjWzluzPpw/6dGdI1bOmzsLsCjZpAEpg24Xs/U7xdYveQU+CBkHxWy7MrA==", + "version": "0.471.1", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.471.1.tgz", + "integrity": "sha512-syOxwPhf62gg2YOsz72HRn+CIpeudFy67AeKnSR8Hn/fIIF4ubhNbRF+pQ2CaJrl+X9Os4PL87z2DXQi3DVeDA==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } diff --git a/package.json b/package.json index 407e5b8d..81c8d361 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "i18next": "^24.2.1", "i18next-browser-languagedetector": "^8.0.2", "i18next-resources-to-backend": "^1.2.1", - "lucide-react": "^0.471.0", + "lucide-react": "^0.471.1", "mini-svg-data-uri": "^1.4.4", "next": "^15.1.4", "next-pwa": "^5.6.0",