diff --git a/evals/package-lock.json b/evals/package-lock.json index fa86879..d82f973 100644 --- a/evals/package-lock.json +++ b/evals/package-lock.json @@ -6709,9 +6709,9 @@ } }, "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/evals/package.json b/evals/package.json index 8b8818b..e5fb676 100644 --- a/evals/package.json +++ b/evals/package.json @@ -49,7 +49,7 @@ "@hono/node-server@1": "^1.19.15", "adm-zip": "^0.6.0", "brace-expansion": "^5.0.9", - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.6", "ip-address": "^10.3.1", "mongoose": "^9.7.2", "protobufjs@7": "^7.6.5", diff --git a/tests/package-lock.json b/tests/package-lock.json index 3316c5f..d5003cc 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -7668,9 +7668,9 @@ } }, "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/tests/package.json b/tests/package.json index e8dd594..0b5646b 100644 --- a/tests/package.json +++ b/tests/package.json @@ -20,6 +20,7 @@ "@ai-sdk/provider-utils@4": "4.0.46", "adm-zip": "^0.6.0", "brace-expansion": "^5.0.9", + "fast-uri": "^3.1.6", "js-yaml@4": "^4.3.1", "mongoose": "^9.7.2", "sharp": "^0.35.3",