From 5b251af6572545f24aad92da849610faa488e537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:04:12 +0000 Subject: [PATCH] Bump lodash-es from 4.17.21 to 4.17.23 in /frontend Bumps [lodash-es](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-es 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..be98abce2 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", @@ -17,7 +17,7 @@ "jquery": "^3.5.1", "jstz": "^2.1.1", "lodash": "^4.17.21", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.23", "mobx": "^5.15.5", "mobx-react": "^6.2.5", "moment": "^2.27.0", @@ -9938,9 +9938,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" }, "node_modules/lodash-webpack-plugin": { "version": "0.11.5", @@ -25734,9 +25734,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" }, "lodash-webpack-plugin": { "version": "0.11.5", diff --git a/frontend/package.json b/frontend/package.json index fcd34170f..783a64a37 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "jquery": "^3.5.1", "jstz": "^2.1.1", "lodash": "^4.17.21", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.23", "mobx": "^5.15.5", "mobx-react": "^6.2.5", "moment": "^2.27.0",