chore(deps): bump undici from 6.3.0 to 6.4.0

Bumps [undici](https://github.com/nodejs/undici) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-22 02:37:08 +00:00 committed by GitHub
parent af2d02b282
commit a43d46a4fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -47,7 +47,7 @@
"silk-sdk": "^0.2.2",
"telegram": "^2.19.10",
"tmp-promise": "^3.0.3",
"undici": "^6.3.0",
"undici": "^6.4.0",
"zincsearch-node": "^2.1.0",
"zod": "^3.22.4"
},

View File

@ -75,11 +75,11 @@ dependencies:
specifier: ^3.0.3
version: 3.0.3
undici:
specifier: ^6.3.0
version: 6.3.0
specifier: ^6.4.0
version: 6.4.0
zincsearch-node:
specifier: ^2.1.0
version: 2.1.1(undici@6.3.0)
version: 2.1.1(undici@6.4.0)
zod:
specifier: ^3.22.4
version: 3.22.4
@ -3637,8 +3637,8 @@ packages:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
dev: true
/undici@6.3.0:
resolution: {integrity: sha512-zkSMOXs2topAR1LF0PxAaNNvhdX4LYEcmRMJLMh3mjgfZpBtc/souXOp4aYiR5Q46HrBPA2/8DkEZhD3eNFE1Q==}
/undici@6.4.0:
resolution: {integrity: sha512-wYaKgftNqf6Je7JQ51YzkEkEevzOgM7at5JytKO7BjaURQpERW8edQSMrr2xb+Yv4U8Yg47J24+lc9+NbeXMFA==}
engines: {node: '>=18.0'}
dependencies:
'@fastify/busboy': 2.0.0
@ -3882,13 +3882,13 @@ packages:
engines: {node: '>= 4.0.0'}
dev: false
/zincsearch-node@2.1.1(undici@6.3.0):
/zincsearch-node@2.1.1(undici@6.4.0):
resolution: {integrity: sha512-erRhljqQVK96HE7KWfMFQaFsiere3+DrInZY2g5pHpz5ea/78G1z4Exky2vsLvLZ+D320D2JINcc2BVedY+6aQ==}
peerDependencies:
undici: '>=5.10.0'
dependencies:
typescript: 4.9.5
undici: 6.3.0
undici: 6.4.0
dev: false
/zod@3.22.4: