Merge pull request #6931 from BlueWallet/ref-elliptic

REF: bumped transient dependency elliptic to close a vuln
This commit is contained in:
GLaDOS 2024-08-16 11:17:52 +00:00 committed by GitHub
commit dab1d3ce08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
package-lock.json generated
View file

@ -7496,7 +7496,9 @@
}
},
"node_modules/elliptic": {
"version": "6.5.6",
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz",
"integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==",
"license": "MIT",
"dependencies": {
"bn.js": "^4.11.9",