Skip to content

Commit

Permalink
Bump secp256k1 from 5.0.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [secp256k1](https://github.com/cryptocoinjs/secp256k1-node) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/cryptocoinjs/secp256k1-node/releases)
- [Commits](cryptocoinjs/secp256k1-node@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: secp256k1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 4aee19d commit 5067acf
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dayjs": "^1.11.7",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
"secp256k1": "^5.0.0",
"secp256k1": "^5.0.1",
"ws": "^8.12.1",
"zen-observable-ts": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lightspark-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"jose": "^4.15.5",
"jsonwebtoken": "^9.0.1",
"qrcode-terminal": "^0.12.0",
"secp256k1": "^5.0.0"
"secp256k1": "^5.0.1"
},
"engines": {
"node": ">=18"
Expand Down
31 changes: 29 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,7 @@ __metadata:
lodash-es: "npm:^4.17.21"
prettier: "npm:3.0.3"
prettier-plugin-organize-imports: "npm:^3.2.4"
secp256k1: "npm:^5.0.0"
secp256k1: "npm:^5.0.1"
ts-jest: "npm:^29.1.1"
tsc-absolute: "npm:^1.0.1"
tsup: "npm:^8.2.4"
Expand Down Expand Up @@ -2165,7 +2165,7 @@ __metadata:
prettier: "npm:3.0.3"
prettier-plugin-organize-imports: "npm:^3.2.4"
qrcode-terminal: "npm:^0.12.0"
secp256k1: "npm:^5.0.0"
secp256k1: "npm:^5.0.1"
ts-node: "npm:^10.9.1"
tsc-absolute: "npm:^1.0.1"
typescript: "npm:^5.6.2"
Expand Down Expand Up @@ -7181,6 +7181,21 @@ __metadata:
languageName: node
linkType: hard

"elliptic@npm:^6.5.7":
version: 6.5.7
resolution: "elliptic@npm:6.5.7"
dependencies:
bn.js: "npm:^4.11.9"
brorand: "npm:^1.1.0"
hash.js: "npm:^1.0.0"
hmac-drbg: "npm:^1.0.1"
inherits: "npm:^2.0.4"
minimalistic-assert: "npm:^1.0.1"
minimalistic-crypto-utils: "npm:^1.0.1"
checksum: 10/fbad1fad0a5cc07df83f80cc1f7a784247ef59075194d3e340eaeb2f4dd594825ee24c7e9b0cf279c9f1982efe610503bb3139737926428c4821d4fca1bcf348
languageName: node
linkType: hard

"emittery@npm:^0.13.1":
version: 0.13.1
resolution: "emittery@npm:0.13.1"
Expand Down Expand Up @@ -13625,6 +13640,18 @@ __metadata:
languageName: node
linkType: hard

"secp256k1@npm:^5.0.1":
version: 5.0.1
resolution: "secp256k1@npm:5.0.1"
dependencies:
elliptic: "npm:^6.5.7"
node-addon-api: "npm:^5.0.0"
node-gyp: "npm:latest"
node-gyp-build: "npm:^4.2.0"
checksum: 10/63fbd35624be4fd9cf3d39e5f79c5471b4a8aea6944453b2bea7b100bb1c77a25c55e6e08e2210cdabdf478c4c62d34c408b34214f2afd9367e19a52a3a4236c
languageName: node
linkType: hard

"sembear@npm:^0.5.0":
version: 0.5.2
resolution: "sembear@npm:0.5.2"
Expand Down

0 comments on commit 5067acf

Please sign in to comment.