From 79d5d3d1cee974e9dbac07ad5abcecb5bbaf4002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:43:44 +0000 Subject: [PATCH] build: bump lodash-es from 4.17.23 to 4.18.1 in /code/frontend Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/frontend/package-lock.json | 9 +++++---- code/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index 0be149f92..b85f26970 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/react-fontawesome": "^3.2.0", "lodash": "^4.17.23", - "lodash-es": "^4.17.23", + "lodash-es": "^4.18.1", "microsoft-cognitiveservices-speech-sdk": "^1.48.0", "postcss": "^8.5.6", "react": "^19.2.4", @@ -6004,9 +6004,10 @@ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "node_modules/lodash-es": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", - "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", + "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", diff --git a/code/frontend/package.json b/code/frontend/package.json index 38aac365d..8f7447c84 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -18,7 +18,7 @@ "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/react-fontawesome": "^3.2.0", "lodash": "^4.17.23", - "lodash-es": "^4.17.23", + "lodash-es": "^4.18.1", "microsoft-cognitiveservices-speech-sdk": "^1.48.0", "postcss": "^8.5.6",