From b030a853392ca7a88b7432e2e04e619bafc22aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 07:01:55 +0000 Subject: [PATCH] build(deps-dev): Bump fast-uri from 3.1.5 to 3.1.7 in /app 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] --- app/package-lock.json | 6 +++--- app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 5ccb1807..9927976a 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -4238,9 +4238,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/app/package.json b/app/package.json index 32311fe8..208f9c58 100644 --- a/app/package.json +++ b/app/package.json @@ -36,7 +36,7 @@ "brace-expansion@2": "2.1.4", "brace-expansion@5": "5.0.9", "esbuild": "^0.28.1", - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.7", "js-yaml": "^4.3.1", "nanoid": "^3.3.17", "postcss": "^8.5.18",