fix(deps): lock file maintenance

This commit is contained in:
renovate[bot] 2025-01-06 08:42:45 +00:00 committed by GitHub
parent 2a8b051251
commit a98f63d60a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
package-lock.json generated
View file

@ -6254,10 +6254,20 @@
"license": "MIT"
},
"node_modules/fast-uri": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz",
"integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.4.tgz",
"integrity": "sha512-G3iTQw1DizJQ5eEqj1CbFCWhq+pzum7qepkxU7rS1FGZDqjYKcrguo9XDRbV7EgPnn8CgaPigTq+NEjyioeYZQ==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"license": "BSD-3-Clause"
},
"node_modules/fastq": {