diff --git a/package-lock.json b/package-lock.json index ae68cd8..2ed40e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2725,22 +2725,6 @@ "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/ajv/node_modules/fast-uri": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", - "integrity": "sha1-Oz2vnOaPQflW3wtQUTLAz86ex68=", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fastify" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fastify" - } - ], - "license": "BSD-3-Clause" - }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -4355,6 +4339,22 @@ "integrity": "sha1-KG4x3pbrltOKl4mYFXQLoqTzZAw=", "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==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/fdir": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", diff --git a/package.json b/package.json index 160bc23..9bb88cd 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ }, "overrides": { "adm-zip": "$adm-zip", - "fast-uri": "^3.1.4", + "fast-uri": "^3.1.5", "global-agent": "^4.1.3", "sharp": "$sharp", "tar": "^7.5.21"