diff --git a/bridge-app/package-lock.json b/bridge-app/package-lock.json index 15f7fd26..ee1c4723 100644 --- a/bridge-app/package-lock.json +++ b/bridge-app/package-lock.json @@ -5114,9 +5114,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "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/bridge-app/package.json b/bridge-app/package.json index cb8e64f1..33466523 100644 --- a/bridge-app/package.json +++ b/bridge-app/package.json @@ -45,7 +45,7 @@ "node": ">=22.0.0" }, "overrides": { - "fast-uri": "^3.1.2", + "fast-uri": "^3.1.5", "tar": "^7.5.16", "tmp": "^0.2.7", "@tootallnate/once": "^3.0.1",