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