From f0e04371155ece0ba4a28c13f23302c4159e9e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:36:07 +0000 Subject: [PATCH 1/2] build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /cli Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... 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 b2460645d..2623b9d9d 100644 --- a/cli/yarn.lock +++ b/cli/yarn.lock @@ -2067,9 +2067,9 @@ __metadata: linkType: hard "fast-uri@npm:^3.0.1": - version: 3.1.0 - resolution: "fast-uri@npm:3.1.0" - checksum: 10/818b2c96dc913bcf8511d844c3d2420e2c70b325c0653633f51821e4e29013c2015387944435cd0ef5322c36c9beecc31e44f71b257aeb8e0b333c1d62bb17c2 + version: 3.1.2 + resolution: "fast-uri@npm:3.1.2" + checksum: 10/1dff04865b2a38d3e0659deadfbf72efdf83a776bfbf9667e4aa9e5a3ec31bc341cda9622136b32b7652a857c8ba11896794186e8f876f8b2b72731fce8622f6 languageName: node linkType: hard From 17f39e7a087a54159e07930db322999878d61958 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 11 May 2026 10:06:19 +0200 Subject: [PATCH 2/2] Add entry for fast-uri dependency update Updated CHANGELOG.md to include dependency bump for fast-uri. Signed-off-by: Thomas Neidhart --- cli/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index e0496e547..20cb1acc6 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,12 @@ This change log covers only the command line interface (CLI) of Open VSX. +### [next] (unreleased) + +#### Dependencies + +- Bump fast-uri from `3.1.0` to `3.1.2` ([#1829](https://github.com/eclipse/openvsx/pull/1829)) + ### [v0.10.12] (08/05/2026) #### Dependencies