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