From b91a4a4c7ef7a08032081a24fb23063647152e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 00:58:47 +0000 Subject: [PATCH] build(deps-dev): 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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7355629..8a2d75b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6115,9 +6115,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", - "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz", + "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 0250e1e..b4c1494 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "js-yaml@>=4.0.0": "^4.3.1", "form-data@>=4.0.0": "^4.0.6", "form-data@<2.5.6": "^2.5.6", - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.7", "postcss": "^8.5.23", "brace-expansion": "^1.1.18", "path-to-regexp@<0.1.13": "~0.1.13",