From 330ac3c49f4d5436a41ff550ded91ba8ed29541c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 07:47:08 +0000 Subject: [PATCH 1/2] build(deps): bump tmp from 0.2.4 to 0.2.6 in /cli Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.4 to 0.2.6. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.4...v0.2.6) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/yarn.lock b/cli/yarn.lock index bf4b4d6a3..f8191b4d0 100644 --- a/cli/yarn.lock +++ b/cli/yarn.lock @@ -4241,9 +4241,9 @@ __metadata: linkType: hard "tmp@npm:^0.2.3": - version: 0.2.4 - resolution: "tmp@npm:0.2.4" - checksum: 10/6fa6c4e6749824e51cb45f0b050090f0fec6b037cfd327d328ebaf3eae80b7e1a53c6651f9bc36f1fa80cf367ec9dc05067fc1a14034fcfbba96d3a2aaa5c732 + version: 0.2.6 + resolution: "tmp@npm:0.2.6" + checksum: 10/4ba072821d65f6ec0ae680dd49261bcc66c96a5a463c80ca040747256238aaad68ad5db7aa8367dd1554d22aa77c2988bdb1c5556ecfc4df105f5b73206b7d9b languageName: node linkType: hard From 2e45fc8bcb1cef117c48cb277b9ff3b76388b562 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 27 May 2026 11:00:39 +0200 Subject: [PATCH 2/2] Update dependencies in CHANGELOG.md Signed-off-by: Thomas Neidhart --- cli/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9fd4af4e9..6d641d158 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -9,6 +9,7 @@ This change log covers only the command line interface (CLI) of Open VSX. - Bump fast-uri from `3.1.0` to `3.1.2` ([#1829](https://github.com/eclipse/openvsx/pull/1829)) - Bump brace-expansion from `5.0.5` to `5.0.6` ([#1846](https://github.com/eclipse/openvsx/pull/1846)) - Bump qs from `6.15.0` to `6.15.2` ([#1869](https://github.com/eclipse/openvsx/pull/1869)) +- Bump tmp from `0.2.4` to `0.2.6` ([#1877](https://github.com/eclipse/openvsx/pull/1877)) ### [v0.10.12] (08/05/2026)