fix audit issue

This commit is contained in:
HarithaVattikuti 2024-03-05 11:09:56 -06:00
parent 7fbbe18a8f
commit f561892602
3 changed files with 1363 additions and 449 deletions

903
dist/cleanup/index.js vendored

File diff suppressed because it is too large Load Diff

903
dist/setup/index.js vendored

File diff suppressed because it is too large Load Diff

6
package-lock.json generated
View File

@ -5338,9 +5338,9 @@
}
},
"node_modules/undici": {
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.27.2.tgz",
"integrity": "sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==",
"version": "5.28.3",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz",
"integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==",
"dependencies": {
"@fastify/busboy": "^2.0.0"
},