1
0
Fork 0

fix: upgrade undici from 6.19.2 to 6.19.4

Snyk has created this PR to upgrade undici from 6.19.2 to 6.19.4.

See this package in npm:
undici

See this project in Snyk:
https://app.snyk.io/org/rizwan-r-r/project/c6e4a33e-779b-434c-8a23-2b9d450114df?utm_source=github&utm_medium=referral&page=upgrade-pr
pull/1802/merge^2
snyk-bot 2024-08-12 15:45:30 +00:00 committed by Rizwan
parent 082014e816
commit 6fc33ea994
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"tunnel": "^0.0.6",
"undici": "^6.19.2"
"undici": "^6.19.4"
},
"devDependencies": {
"@types/node": "20.7.1",
@ -208,9 +208,9 @@
}
},
"node_modules/undici": {
"version": "6.19.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.19.2.tgz",
"integrity": "sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==",
"version": "6.19.4",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.19.4.tgz",
"integrity": "sha512-i3uaEUwNdkRq2qtTRRJb13moW5HWqviu7Vl7oYRYz++uPtGHJj+x7TGjcEuwS5Mt2P4nA0U9dhIX3DdB6JGY0g==",
"license": "MIT",
"engines": {
"node": ">=18.17"
@ -366,9 +366,9 @@
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
},
"undici": {
"version": "6.19.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.19.2.tgz",
"integrity": "sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA=="
"version": "6.19.4",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.19.4.tgz",
"integrity": "sha512-i3uaEUwNdkRq2qtTRRJb13moW5HWqviu7Vl7oYRYz++uPtGHJj+x7TGjcEuwS5Mt2P4nA0U9dhIX3DdB6JGY0g=="
}
}
}

View File

@ -46,6 +46,6 @@
},
"dependencies": {
"tunnel": "^0.0.6",
"undici": "^6.19.2"
"undici": "^6.19.4"
}
}