fi: update package files

This commit is contained in:
Viren070
2025-01-17 08:21:19 +00:00
parent 5a60d11be2
commit fd49a08c78
2 changed files with 23 additions and 8 deletions
+20 -8
View File
@@ -11,6 +11,9 @@
"workspaces": [
"packages/*"
],
"dependencies": {
"undici": "^7.2.3"
},
"devDependencies": {
"@types/node": "^20.14.10",
"beamup-cli": "^1.3.0",
@@ -5916,6 +5919,19 @@
"node": ">=16.13"
}
},
"node_modules/miniflare/node_modules/undici": {
"version": "5.28.5",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz",
"integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@fastify/busboy": "^2.0.0"
},
"engines": {
"node": ">=14.0"
}
},
"node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -7921,16 +7937,12 @@
}
},
"node_modules/undici": {
"version": "5.28.4",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
"integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
"dev": true,
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.2.3.tgz",
"integrity": "sha512-2oSLHaDalSt2/O/wHA9M+/ZPAOcU2yrSP/cdBYJ+YxZskiPYDSqHbysLSlD7gq3JMqOoJI5O31RVU3BxX/MnAA==",
"license": "MIT",
"dependencies": {
"@fastify/busboy": "^2.0.0"
},
"engines": {
"node": ">=14.0"
"node": ">=20.18.1"
}
},
"node_modules/undici-types": {
+3
View File
@@ -31,5 +31,8 @@
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"undici": "^7.2.3"
}
}