From 6498ca76176d86ae7ba594ce38c8483842d2ff0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:39:08 +0000 Subject: [PATCH] Bump lodash-es from 4.17.21 to 4.17.23 in /src/ChatApp/chatapp.client 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] --- src/ChatApp/chatapp.client/package-lock.json | 9 +++++---- src/ChatApp/chatapp.client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/ChatApp/chatapp.client/package-lock.json b/src/ChatApp/chatapp.client/package-lock.json index df7ec51..789e768 100644 --- a/src/ChatApp/chatapp.client/package-lock.json +++ b/src/ChatApp/chatapp.client/package-lock.json @@ -13,7 +13,7 @@ "@fluentui/react-icons": "^2.0.195", "dompurify": "^3.0.8", "lodash": "^4.17.21", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "plotly.js": "^2.32.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -9753,9 +9753,10 @@ "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==", + "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", diff --git a/src/ChatApp/chatapp.client/package.json b/src/ChatApp/chatapp.client/package.json index 9822a5a..d9ffb01 100644 --- a/src/ChatApp/chatapp.client/package.json +++ b/src/ChatApp/chatapp.client/package.json @@ -20,7 +20,7 @@ "@fluentui/react-icons": "^2.0.195", "dompurify": "^3.0.8", "lodash": "^4.17.21", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "plotly.js": "^2.32.0", "react": "^18.2.0", "react-dom": "^18.2.0",