diff --git a/package-lock.json b/package-lock.json index 5dbd4ff..0aa916b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,13 +26,13 @@ "cmdk": "1.0.4", "date-fns": "^4.1.0", "framer-motion": "^12.10.5", - "ical-generator": "latest", - "lodash.debounce": "latest", + "ical-generator": "*", + "lodash.debounce": "*", "lucide-react": "^0.454.0", "motion": "^12.10.5", "next": "15.2.4", "next-intl": "^4.1.0", - "next-themes": "latest", + "next-themes": "*", "react": "^19", "react-dom": "^19", "react-hook-form": "^7.54.1", @@ -41,9 +41,9 @@ "sonner": "^1.7.1", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", - "use-sync-external-store": "latest", + "use-sync-external-store": "*", "zod": "^3.24.1", - "zustand": "latest" + "zustand": "*" }, "devDependencies": { "@types/node": "^22", @@ -2838,9 +2838,9 @@ "license": "MIT" }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash.debounce": {