build(deps-dev): bump undici from 6.21.1 to 6.21.2

Bumps [undici](https://github.com/nodejs/undici) from 6.21.1 to 6.21.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.21.1...v6.21.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-18 12:59:19 +00:00 committed by GitHub
parent a7759c6f84
commit e02a4c2448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -38,7 +38,7 @@
"prettier": "^3.5.3", "prettier": "^3.5.3",
"ts-jest": "^29.2.6", "ts-jest": "^29.2.6",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"undici": "^6.21.1" "undici": "^6.21.2"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
@ -7862,9 +7862,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "6.21.1", "version": "6.21.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz",
"integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", "integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View File

@ -58,6 +58,6 @@
"prettier": "^3.5.3", "prettier": "^3.5.3",
"ts-jest": "^29.2.6", "ts-jest": "^29.2.6",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"undici": "^6.21.1" "undici": "^6.21.2"
} }
} }