build(deps): bump undici and release-it (#841)

Bumps [undici](https://github.com/nodejs/undici) to 6.21.1 and updates ancestor dependency [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together.


Updates `undici` from 6.21.0 to 6.21.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1)

Updates `release-it` from 18.1.1 to 18.1.2
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/18.1.1...18.1.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
- dependency-name: release-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-05 17:42:47 +00:00 committed by GitHub
parent 5495991879
commit 26776f7fd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 9 deletions

18
package-lock.json generated
View File

@ -28,7 +28,7 @@
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.11",
"release-it": "18.1.1",
"release-it": "18.1.2",
"tailwindcss": "3.4.17",
"typescript": "^5.7.3"
},
@ -7444,9 +7444,9 @@
}
},
"node_modules/release-it": {
"version": "18.1.1",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-18.1.1.tgz",
"integrity": "sha512-rC/iVKri7U/Kp/Myujmsf7HG2gPq8My/LBVB72TbZZYKD14fmgDZC4Eyn8DD7Yh2h/G/YCCsRe1QQPrjXj9Mzg==",
"version": "18.1.2",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-18.1.2.tgz",
"integrity": "sha512-HOVRcicehCgoCsPFOu0iCBlEC8GDOoKS5s6ICkWmqomGEoZtRQ88D3RCsI5MciSU8vAQU+aWZW2z57NQNNb74w==",
"dev": true,
"funding": [
{
@ -7458,6 +7458,7 @@
"url": "https://opencollective.com/webpro"
}
],
"license": "MIT",
"dependencies": {
"@iarna/toml": "2.2.5",
"@octokit/rest": "21.0.2",
@ -7479,7 +7480,7 @@
"proxy-agent": "6.5.0",
"semver": "7.6.3",
"shelljs": "0.8.5",
"undici": "6.21.0",
"undici": "6.21.1",
"update-notifier": "7.3.1",
"url-join": "5.0.0",
"wildcard-match": "5.1.4",
@ -8631,10 +8632,11 @@
}
},
"node_modules/undici": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz",
"integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==",
"version": "6.21.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz",
"integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18.17"
}

View File

@ -33,7 +33,7 @@
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.11",
"release-it": "18.1.1",
"release-it": "18.1.2",
"tailwindcss": "3.4.17",
"typescript": "^5.7.3"
},