diff --git a/package-lock.json b/package-lock.json index 19be299052..6f0219061f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20641,9 +20641,9 @@ "license": "Unlicense" }, "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.4", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", + "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index b811e90338..188814b295 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "axios": "^1.15.2", "protobufjs": "^7.5.6", "@protobufjs/utf8": "^1.1.1", - "fast-uri": "^3.1.2", + "fast-uri": "^3.1.4", "fast-xml-parser": "^5.7.0", "fast-xml-builder": "^1.2.0", "uuid": "^11.1.1",