From 70fc57515ec462ca057b6a14a7aeb4a7583b1ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:29:17 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /frontend 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: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 18 +++++++++--------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1a5b93269..43e3dbf9a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "oscars-frontend", - "version": "1.2.21", + "version": "1.2.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oscars-frontend", - "version": "1.2.21", + "version": "1.2.32", "license": "MIT", "dependencies": { "bootstrap": "^5.3.2", @@ -16,7 +16,7 @@ "graphlib": "^2.1.8", "jquery": "^3.5.1", "jstz": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lodash-es": "^4.17.15", "mobx": "^5.15.5", "mobx-react": "^6.2.5", @@ -9933,9 +9933,9 @@ } }, "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==" }, "node_modules/lodash-es": { "version": "4.17.21", @@ -25729,9 +25729,9 @@ } }, "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==" }, "lodash-es": { "version": "4.17.21", diff --git a/frontend/package.json b/frontend/package.json index fcd34170f..c52e5203f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "graphlib": "^2.1.8", "jquery": "^3.5.1", "jstz": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lodash-es": "^4.17.15", "mobx": "^5.15.5", "mobx-react": "^6.2.5",