From 0a6e28542614c2d759019fb482e8ba19670a869a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:49:50 +0000 Subject: [PATCH] Bump lodash from 4.17.23 to 4.18.1 in /nvcs-client Bumps [lodash](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 dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- nvcs-client/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nvcs-client/package-lock.json b/nvcs-client/package-lock.json index 872e6a9..3ef487f 100644 --- a/nvcs-client/package-lock.json +++ b/nvcs-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "nvcs-configuration-tool", - "version": "1.7.4", + "version": "1.7.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nvcs-configuration-tool", - "version": "1.7.4", + "version": "1.7.6", "license": "MIT", "dependencies": { "electron-squirrel-startup": "^1.0.1", @@ -4475,9 +4475,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash.get": {