From 9e58807ad5f794a694a39aa1372bc0f676c27bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:04:16 +0000 Subject: [PATCH] chore(deps-dev): bump fast-uri in /system/templates/base Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.1 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.0.1...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- system/templates/base/package-lock.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/system/templates/base/package-lock.json b/system/templates/base/package-lock.json index 37efb318..20c68d3b 100644 --- a/system/templates/base/package-lock.json +++ b/system/templates/base/package-lock.json @@ -5445,9 +5445,21 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.0.1", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", + "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", "dev": true, - "license": "MIT" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" }, "node_modules/fastest-levenshtein": { "version": "1.0.16",