diff --git a/package-lock.json b/package-lock.json index d9c248e..3e326fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9859,9 +9859,9 @@ "license": "MIT" }, "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.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz", + "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2280a37..f45abf1 100644 --- a/package.json +++ b/package.json @@ -104,6 +104,6 @@ "5.x": "5.1.5" }, "qs": "6.14.2", - "fast-uri": "3.1.2" + "fast-uri": "3.1.3" } }