From c41223dabcbac1cac5ed51711db9b77d0d4e5c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:45:10 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /mpp-vscode directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /mpp-ui directory: [diff](https://github.com/kpdecker/jsdiff). Updates `esbuild` from 0.19.12 to 0.27.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.12...v0.27.2) Updates `diff` from 7.0.0 to 8.0.3 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](https://github.com/kpdecker/jsdiff/compare/7.0.0...v8.0.3) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.27.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: diff dependency-version: 8.0.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- mpp-ui/package.json | 2 +- mpp-vscode/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mpp-ui/package.json b/mpp-ui/package.json index ae6a1b12b4..38aafeda2b 100644 --- a/mpp-ui/package.json +++ b/mpp-ui/package.json @@ -57,7 +57,7 @@ "@unit-mesh/treesitter-artifacts": "^1.7.7", "chalk": "^5.3.0", "commander": "^12.1.0", - "diff": "^7.0.0", + "diff": "^8.0.3", "dotenv": "^16.4.5", "highlight.js": "^11.11.1", "ink": "^5.0.1", diff --git a/mpp-vscode/package.json b/mpp-vscode/package.json index 68c15bce8b..0be087f6a8 100644 --- a/mpp-vscode/package.json +++ b/mpp-vscode/package.json @@ -248,7 +248,7 @@ "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "@vscode/vsce": "^2.22.0", - "esbuild": "^0.19.8", + "esbuild": "^0.27.2", "eslint": "^8.54.0", "typescript": "^5.3.2", "vitest": "^1.0.0"