📦 chore: Bump Package Security (#7183)

* 🔄 chore: bump supertest to 7.1.0, resolves CVE-2025-46653

* 🔄 chore: update vite to version 6.3.4 and add fdir, picomatch, and tinyglobby as dev dependencies

* 🔄 chore: npm audit fix: remove unused dependencies fdir, picomatch, and tinyglobby from package-lock.json
This commit is contained in:
Danny Avila 2025-05-01 15:02:51 -04:00 committed by GitHub
parent 9a7f763714
commit 5efad8f646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 149 additions and 91 deletions

View file

@ -116,6 +116,6 @@
"jest": "^29.7.0",
"mongodb-memory-server": "^10.1.3",
"nodemon": "^3.0.3",
"supertest": "^7.0.0"
"supertest": "^7.1.0"
}
}