diff --git a/package-lock.json b/package-lock.json index 20a5476..bc30ebe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4991,9 +4991,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.7", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz", + "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 0928739..c005549 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "postcss": "^8.5.10", "flatted": "^3.4.2", "rollup": "^4.59.0", - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.7", "@babel/plugin-transform-modules-systemjs": "^7.29.4", "brace-expansion": "^5.0.8" },