AL-7799 update undici to patch security vulnerabilities

This commit is contained in:
Moses Igbuku 2025-06-26 12:20:46 +02:00
parent c2e8eb39a3
commit 579190fbc2
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -38,7 +38,7 @@
"prettier": "^3.5.3",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3",
"undici": "^6.21.3"
"undici": "^7.10.0"
}
},
"node_modules/@actions/core": {
@ -8240,13 +8240,13 @@
}
},
"node_modules/undici": {
"version": "6.21.3",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.3.tgz",
"integrity": "sha512-gBLkYIlEnSp8pFbT64yFgGE6UIB9tAkhukC23PmMDCe5Nd+cRqKxSjw5y54MK2AZMgZfJWMaNE4nYUHgi1XEOw==",
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.10.0.tgz",
"integrity": "sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18.17"
"node": ">=20.18.1"
}
},
"node_modules/undici-types": {

View File

@ -58,6 +58,6 @@
"prettier": "^3.5.3",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3",
"undici": "^6.21.3"
"undici": "^7.10.0"
}
}