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

View File

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