fix: upgrade @noble/secp256k1 from 1.7.0 to 1.7.1

Snyk has created this PR to upgrade @noble/secp256k1 from 1.7.0 to 1.7.1.

See this package in npm:
https://www.npmjs.com/package/@noble/secp256k1

See this project in Snyk:
https://app.snyk.io/org/cameri/project/2f0c25a2-d08a-45e1-a6f4-84766cbed88d?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-01-29 19:57:25 +00:00 committed by Ricardo Arturo Cabral Mejía
parent 3f6b5e4b11
commit a8f44cd717
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.18.0",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.0",
"@noble/secp256k1": "^1.7.1",
"debug": "4.3.4",
"dotenv": "^16.0.3",
"joi": "17.7.0",
@ -1282,9 +1282,9 @@
}
},
"node_modules/@noble/secp256k1": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz",
"integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==",
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.1.tgz",
"integrity": "sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==",
"funding": [
{
"type": "individual",
@ -13545,9 +13545,9 @@
}
},
"@noble/secp256k1": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.0.tgz",
"integrity": "sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw=="
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.1.tgz",
"integrity": "sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw=="
},
"@nodelib/fs.scandir": {
"version": "2.1.5",

View File

@ -108,7 +108,7 @@
"uuid": "^8.3.2"
},
"dependencies": {
"@noble/secp256k1": "1.7.0",
"@noble/secp256k1": "1.7.1",
"debug": "4.3.4",
"dotenv": "^16.0.3",
"joi": "17.7.0",