diff --git a/app/render-cli/package-lock.json b/app/render-cli/package-lock.json index f21a52d7..5b2e5363 100644 --- a/app/render-cli/package-lock.json +++ b/app/render-cli/package-lock.json @@ -1872,9 +1872,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/app/render-cli/package.json b/app/render-cli/package.json index a55e1ec8..6d56198e 100644 --- a/app/render-cli/package.json +++ b/app/render-cli/package.json @@ -28,7 +28,7 @@ "brace-expansion@1": "1.1.18", "brace-expansion@2": "2.1.4", "brace-expansion@5": "5.0.9", - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.7", "nanoid": "^3.3.17", "postcss": "^8.5.18", "ws": "^8.21.0"