bump dependencies: update @defillama/sdk to v5.0.117 and undici to v5.28.5

This commit is contained in:
g1nt0ki
2025-02-04 11:08:44 +01:00
parent 6db5b8cd4d
commit bdad538f2f

12
package-lock.json generated
View File

@@ -1009,9 +1009,9 @@
}
},
"node_modules/@defillama/sdk": {
"version": "5.0.116",
"resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-5.0.116.tgz",
"integrity": "sha512-x5g4yoeBxYZqm2yJTSA9HrDTN8WvGYyr3uoHgyP+8cTbS6USwHLwycVJm3+BMwEAd0m8jjSwz0DbpPa2fd818g==",
"version": "5.0.117",
"resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-5.0.117.tgz",
"integrity": "sha512-Bj6LsixgyYuIHIDfBzTeSqPcFpjWQQslxGO4ywB88RPUH4PCWPMpSa889RfP7krT8qcgO7+7mFfqUMMaRVMSFQ==",
"dependencies": {
"@aws-sdk/client-s3": "^3.400.0",
"@elastic/elasticsearch": "^8.13.1",
@@ -4028,9 +4028,9 @@
}
},
"node_modules/undici": {
"version": "5.28.4",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz",
"integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==",
"version": "5.28.5",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz",
"integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==",
"dependencies": {
"@fastify/busboy": "^2.0.0"
},