Merge pull request #290 from actions/dependabot/npm_and_yarn/undici-6.2.1

Bump undici from 6.0.1 to 6.2.1
This commit is contained in:
James M. Greene
2023-12-22 15:06:56 -06:00
committed by GitHub
4 changed files with 602 additions and 434 deletions

1024
dist/index.js generated vendored

File diff suppressed because it is too large Load Diff

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"make-coverage-badge": "^1.2.0",
"nock": "^13.4.0",
"prettier": "^3.1.0",
"undici": "^6.0.0"
"undici": "^6.2.1"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -7653,9 +7653,9 @@
}
},
"node_modules/undici": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.0.1.tgz",
"integrity": "sha512-eZFYQLeS9BiXpsU0cuFhCwfeda2MnC48EVmmOz/eCjsTgmyTdaHdVsPSC/kwC2GtW2e0uH0HIPbadf3/bRWSxw==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.2.1.tgz",
"integrity": "sha512-7Wa9thEM6/LMnnKtxJHlc8SrTlDmxqJecgz1iy8KlsN0/iskQXOQCuPkrZLXbElPaSw5slFFyKIKXyJ3UtbApw==",
"dev": true,
"dependencies": {
"@fastify/busboy": "^2.0.0"

View File

@@ -19,7 +19,7 @@
"make-coverage-badge": "^1.2.0",
"nock": "^13.4.0",
"prettier": "^3.1.0",
"undici": "^6.0.0"
"undici": "^6.2.1"
},
"scripts": {
"all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge",