From f98b921002c548ca02ae8b09e1e876b06e67eb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 03:04:57 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the / directory: [tmp](https://github.com/raszi/node-tmp). Bumps the npm_and_yarn group with 1 update in the /src/client directory: [tmp](https://github.com/raszi/node-tmp). Updates `tmp` from 0.0.28 to 0.2.6 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.28...v0.2.6) Updates `tmp` from 0.0.28 to 0.2.6 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.28...v0.2.6) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tmp dependency-version: 0.2.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- src/client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5ae35cb0588b..4fc0e90389cb 100644 --- a/package.json +++ b/package.json @@ -594,7 +594,7 @@ "line-by-line": "^0.1.4", "named-js-regexp": "^1.3.1", "prepend-file": "^1.3.0", - "tmp": "0.0.28", + "tmp": "0.2.6", "tree-kill": "^1.0.0", "uint64be": "^1.0.1", "vscode-debugadapter": "^1.0.1", diff --git a/src/client/package.json b/src/client/package.json index 4df71e8754f8..dbaaac24ee53 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -143,7 +143,7 @@ }, "dependencies": { "named-js-regexp": "^1.3.1", - "tmp": "0.0.28", + "tmp": "0.2.6", "path": "0.12.7", "uint64be": "^1.0.1", "vscode-debugadapter": "^1.0.1",