fix for the check failures

This commit is contained in:
Aparna Jyothi
2025-01-29 18:52:00 +05:30
parent eb0decfe03
commit 1db41e6c79
4 changed files with 63 additions and 17 deletions

10
package-lock.json generated
View File

@@ -18,7 +18,8 @@
"@actions/io": "^1.0.2",
"fast-xml-parser": "^4.4.1",
"json5": "^2.2.3",
"semver": "^7.6.0"
"semver": "^7.6.0",
"undici": "^5.28.5"
},
"devDependencies": {
"@types/jest": "^29.5.12",
@@ -1032,9 +1033,10 @@
}
},
"node_modules/@fastify/busboy": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz",
"integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
"integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
"license": "MIT",
"engines": {
"node": ">=14"
}