From 48378f8b02b0bacea971c9f0e966de206bb014c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:03:29 +0000 Subject: [PATCH] chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in /frontend/webcoder_ui 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/webcoder_ui/package-lock.json | 6 +++--- frontend/webcoder_ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/webcoder_ui/package-lock.json b/frontend/webcoder_ui/package-lock.json index 35c4e563..f4bf5748 100644 --- a/frontend/webcoder_ui/package-lock.json +++ b/frontend/webcoder_ui/package-lock.json @@ -13187,9 +13187,9 @@ } }, "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==", "funding": [ { "type": "github", diff --git a/frontend/webcoder_ui/package.json b/frontend/webcoder_ui/package.json index 58bade22..2884822f 100644 --- a/frontend/webcoder_ui/package.json +++ b/frontend/webcoder_ui/package.json @@ -70,7 +70,7 @@ "websocket-driver": ">=0.7.5 <0.8", "fast-xml-parser": ">=5.10.1 <6", "body-parser": ">=1.20.6 <2", - "fast-uri": ">=3.1.4 <4", + "fast-uri": ">=3.1.5 <4", "find-my-way": ">=9.7.0 <10", "sharp": ">=0.35.0 <0.36", "shell-quote": ">=1.9.0 <2",