From de83ad7f7c47b433401a8dbe011cf7168b7d42e2 Mon Sep 17 00:00:00 2001 From: Nishitha-Bhaskaran Date: Tue, 1 Sep 2026 18:31:43 +0530 Subject: [PATCH] fix(security): Bump fast-uri to 3.1.6 for fixing 4 vulnerabilities --- package-lock.json | 6 +++--- package.json | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 708d0c68..94036381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9544,9 +9544,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==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index d1743b01..938dca7f 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,9 @@ "typescript": "^5.4.5", "webpack": "^5.91.0" }, + "overrides": { + "fast-uri": "3.1.6" + }, "peerDependencies": { "webpack": "^5.1.0" },