Bump undici from 4.16.0 to 5.1.1

Bumps [undici](https://github.com/nodejs/undici) from 4.16.0 to 5.1.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v4.16.0...v5.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-03 05:30:15 +00:00 committed by GitHub
parent 8770f92e14
commit d01df1a80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -35,7 +35,7 @@
"safe-base64": "^2.0.1-0",
"string_decoder": "^1.3.0",
"string-similarity": "^4.0.4",
"undici": "^4.16.0",
"undici": "^5.1.1",
"utf-8-validate": "^5.0.9",
"ws": "^8.5.0"
},
@ -14196,9 +14196,9 @@
"dev": true
},
"node_modules/undici": {
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-4.16.0.tgz",
"integrity": "sha512-tkZSECUYi+/T1i4u+4+lwZmQgLXd4BLGlrc7KZPcLIW7Jpq99+Xpc30ONv7nS6F5UNOxp/HBZSSL9MafUrvJbw==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.1.1.tgz",
"integrity": "sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ==",
"engines": {
"node": ">=12.18"
}
@ -25376,9 +25376,9 @@
"dev": true
},
"undici": {
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-4.16.0.tgz",
"integrity": "sha512-tkZSECUYi+/T1i4u+4+lwZmQgLXd4BLGlrc7KZPcLIW7Jpq99+Xpc30ONv7nS6F5UNOxp/HBZSSL9MafUrvJbw=="
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.1.1.tgz",
"integrity": "sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ=="
},
"unique-filename": {
"version": "1.1.1",

View File

@ -72,7 +72,7 @@
"safe-base64": "^2.0.1-0",
"string_decoder": "^1.3.0",
"string-similarity": "^4.0.4",
"undici": "^4.16.0",
"undici": "^5.1.1",
"utf-8-validate": "^5.0.9",
"ws": "^8.5.0"
},