Bump undici from 5.11.0 to 5.19.1

Bumps [undici](https://github.com/nodejs/undici) from 5.11.0 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.11.0...v5.19.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-16 22:43:08 +00:00 committed by GitHub
parent 22d9e5e143
commit 753bc7780c
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

@ -13,7 +13,7 @@
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@cloudflare/types": "^6.18.16", "@cloudflare/types": "^6.18.16",
"shellac": "^0.7.2", "shellac": "^0.7.2",
"undici": "^5.11.0" "undici": "^5.19.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.3", "@types/node": "^18.11.3",
@ -763,9 +763,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "5.11.0", "version": "5.19.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.11.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
"integrity": "sha512-oWjWJHzFet0Ow4YZBkyiJwiK5vWqEYoH7BINzJAJOLedZ++JpAlCbUktW2GQ2DS2FpKmxD/JMtWUUWl1BtghGw==", "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
"dependencies": { "dependencies": {
"busboy": "^1.6.0" "busboy": "^1.6.0"
}, },
@ -1272,9 +1272,9 @@
"dev": true "dev": true
}, },
"undici": { "undici": {
"version": "5.11.0", "version": "5.19.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.11.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
"integrity": "sha512-oWjWJHzFet0Ow4YZBkyiJwiK5vWqEYoH7BINzJAJOLedZ++JpAlCbUktW2GQ2DS2FpKmxD/JMtWUUWl1BtghGw==", "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
"requires": { "requires": {
"busboy": "^1.6.0" "busboy": "^1.6.0"
} }

View file

@ -26,7 +26,7 @@
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@cloudflare/types": "^6.18.16", "@cloudflare/types": "^6.18.16",
"shellac": "^0.7.2", "shellac": "^0.7.2",
"undici": "^5.11.0" "undici": "^5.19.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.3", "@types/node": "^18.11.3",