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",