Skip to content

Commit

Permalink
updated undici to latest to silence dependabot warning (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-grit committed Oct 25, 2023
1 parent f865e07 commit 6d1bd9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
]
},
"resolutions": {
"undici": "^5.8.2",
"undici": "^5.26.2",
"semver": "^7.5.2"
},
"packageManager": "[email protected]",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2415,6 +2415,13 @@ __metadata:
languageName: node
linkType: hard

"@fastify/busboy@npm:^2.0.0":
version: 2.0.0
resolution: "@fastify/busboy@npm:2.0.0"
checksum: 41879937ce1dee6421ef9cd4da53239830617e1f0bb7a0e843940772cd72827205d05e518af6adabe6e1ea19301285fff432b9d11bad01a531e698bea95c781b
languageName: node
linkType: hard

"@gar/promisify@npm:^1.1.3":
version: 1.1.3
resolution: "@gar/promisify@npm:1.1.3"
Expand Down Expand Up @@ -6767,7 +6774,7 @@ __metadata:
languageName: node
linkType: hard

"busboy@npm:^1.0.0, busboy@npm:^1.6.0":
"busboy@npm:^1.0.0":
version: 1.6.0
resolution: "busboy@npm:1.6.0"
dependencies:
Expand Down Expand Up @@ -16216,12 +16223,12 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^5.8.2":
version: 5.22.1
resolution: "undici@npm:5.22.1"
"undici@npm:^5.26.2":
version: 5.26.4
resolution: "undici@npm:5.26.4"
dependencies:
busboy: ^1.6.0
checksum: 048a3365f622be44fb319316cedfaa241c59cf7f3368ae7667a12323447e1822e8cc3d00f6956c852d1478a6fde1cbbe753f49e05f2fdaed229693e716ebaf35
"@fastify/busboy": ^2.0.0
checksum: 4d37f14ce56837d332ab1623be751f2a5b439069705671cc60b441133300b05bcb8803668132e7b3f98800db19cd6cb76b48831facbdbc2d73271b12383ab3cd
languageName: node
linkType: hard

Expand Down

0 comments on commit 6d1bd9f

Please sign in to comment.