From 6cbe935aa630b984e0c31f2ba654a876b8b17ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:57:42 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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": {