From 167b58df13c44b2271a3a2a0bd1b1d1611736e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:42:04 +0000 Subject: [PATCH] build(deps): bump lodash in /projects/vscode-mta-tools Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/vscode-mta-tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/vscode-mta-tools/package.json b/projects/vscode-mta-tools/package.json index 1c58698e..d25e5180 100644 --- a/projects/vscode-mta-tools/package.json +++ b/projects/vscode-mta-tools/package.json @@ -212,7 +212,7 @@ "package": "node ./scripts/package-vsix.js" }, "dependencies": { - "lodash": "4.17.21", + "lodash": "4.18.1", "comment-json": "4.1.1", "fs-extra": "10.0.0", "@vscode-logging/logger": "1.2.3",