From 06658b328c657c263abdff50c888ab73ec91b578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:04:22 +0000 Subject: [PATCH] Bump fast-uri from 3.1.4 to 3.1.5 in /frontend Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4e35343..70af415 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8115,9 +8115,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", - "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", + "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", "dev": true, "funding": [ { diff --git a/frontend/package.json b/frontend/package.json index c6d0c69..e3f1dbb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "hono": "^4.12.18", "js-cookie": "^3.0.6", "brace-expansion": "^5.0.8", - "fast-uri": "^3.1.4", + "fast-uri": "^3.1.5", "lodash": "^4.18.0", "qs": "^6.15.2", "ip-address": "^10.1.1",