From f93bad9bc379e5fed34807d2b38569feab1076c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:22:20 +0000 Subject: [PATCH] build(deps): bump fast-uri from 3.1.5 to 3.1.7 Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.5 to 3.1.7. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.5...v3.1.7) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab65dda1..e464d495 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "upstream-replacements": "node downstream.js --upstream && yarn i18n && yarn lint" }, "resolutions": { - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.7", "follow-redirects": "^1.16.0", "tar": "^7.5.22", "http-proxy-middleware": "2.0.7",