Skip to content

Commit 5719bd9

Browse files
authoredFeb 12, 2024
build(deps): bump undici from 5.28.1 to 6.6.2
Bumps [undici](https://github.com/nodejs/undici) from 5.28.1 to 6.6.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.1...v6.6.2) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b7a458 commit 5719bd9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://jspteroapi.linux123123.com",
4242
"dependencies": {
43-
"undici": "^5.18.0",
43+
"undici": "^6.6.2",
4444
"ws": "^8.12.0"
4545
},
4646
"devDependencies": {

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1107,10 +1107,10 @@ typescript@^4.9.5:
11071107
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
11081108
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
11091109

1110-
undici@^5.18.0:
1111-
version "5.28.1"
1112-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.1.tgz#1052d37bd1a2e8cf3e188d7caebff833fdc06fa7"
1113-
integrity sha512-xcIIvj1LOQH9zAL54iWFkuDEaIVEjLrru7qRpa3GrEEHk6OBhb/LycuUY2m7VCcTuDeLziXCxobQVyKExyGeIA==
1110+
undici@^6.6.2:
1111+
version "6.6.2"
1112+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.6.2.tgz#8dce5ae54e8a3bc7140c2b2a0972b5fde9a88efb"
1113+
integrity sha512-vSqvUE5skSxQJ5sztTZ/CdeJb1Wq0Hf44hlYMciqHghvz+K88U0l7D6u1VsndoFgskDcnU+nG3gYmMzJVzd9Qg==
11141114
dependencies:
11151115
"@fastify/busboy" "^2.0.0"
11161116

0 commit comments

Comments
 (0)
Please sign in to comment.