From c35d7b8d39edc5af4785619ac539d201c49176b0 Mon Sep 17 00:00:00 2001 From: Oz Date: Mon, 7 Sep 2026 13:18:13 +0000 Subject: [PATCH] fix: update fast-uri to 3.1.6 to resolve CVE-2026-75931, CVE-2026-76172, CVE-2026-75899, CVE-2026-75975 Co-Authored-By: Warp --- build_ts/package-lock.json | 15 ++++++++------- build_ts/package.json | 3 ++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/build_ts/package-lock.json b/build_ts/package-lock.json index ff22e6b..8ec419b 100644 --- a/build_ts/package-lock.json +++ b/build_ts/package-lock.json @@ -922,9 +922,9 @@ "license": "MIT" }, "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.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz", + "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==", "dev": true, "funding": [ { @@ -935,7 +935,8 @@ "type": "opencollective", "url": "https://opencollective.com/fastify" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/fastest-levenshtein": { "version": "1.0.12", @@ -2892,9 +2893,9 @@ "dev": true }, "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.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz", + "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==", "dev": true }, "fastest-levenshtein": { diff --git a/build_ts/package.json b/build_ts/package.json index eaffd10..035fb1f 100644 --- a/build_ts/package.json +++ b/build_ts/package.json @@ -11,7 +11,8 @@ "author": "Warp Team (eng@warp.dev)", "license": "MIT", "overrides": { - "brace-expansion": ">=1.1.16" + "brace-expansion": ">=1.1.16", + "fast-uri": "3.1.6" }, "devDependencies": { "@types/webpack-env": "^1.16.3",