From 9d3a8e8226db284e45e7e842d2cfa0cfa6bf834b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:51:07 +0000 Subject: [PATCH] chore(deps): bump fast-uri from 3.1.2 to 3.1.5 in /web Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.2 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 740c5b2a..b52a60e0 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -5420,9 +5420,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", + "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", "funding": [ { "type": "github", diff --git a/web/package.json b/web/package.json index 418bedcf..d791de9c 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "overrides": { "dompurify": "^3.4.0", "hono": "^4.12.14", - "fast-uri": "^3.1.2" + "fast-uri": "^3.1.5" }, "dependencies": { "@base-ui/react": "^1.4.1",