Skip to content

Commit

Permalink
fix(deps): bump @noble/curves from 1.2.0 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [@noble/curves](https://github.com/paulmillr/noble-curves) from 1.2.0 to 1.4.0.
- [Release notes](https://github.com/paulmillr/noble-curves/releases)
- [Commits](paulmillr/noble-curves@1.2.0...1.4.0)

---
updated-dependencies:
- dependency-name: "@noble/curves"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 6ef6e65 commit ab45882
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/farcaster-js-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"axios": "~1.5.1"
},
"dependencies": {
"@noble/curves": "^1.2.0",
"@noble/curves": "^1.4.0",
"@standard-crypto/farcaster-js-neynar": "workspace:*",
"@types/inquirer": "^9.0.7",
"commander": "^11.1.0",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ __metadata:
languageName: node
linkType: hard

"@noble/curves@npm:1.2.0, @noble/curves@npm:^1.0.0, @noble/curves@npm:^1.2.0, @noble/curves@npm:~1.2.0":
"@noble/curves@npm:1.2.0, @noble/curves@npm:^1.0.0, @noble/curves@npm:~1.2.0":
version: 1.2.0
resolution: "@noble/curves@npm:1.2.0"
dependencies:
Expand All @@ -1172,13 +1172,29 @@ __metadata:
languageName: node
linkType: hard

"@noble/curves@npm:^1.4.0":
version: 1.4.0
resolution: "@noble/curves@npm:1.4.0"
dependencies:
"@noble/hashes": "npm:1.4.0"
checksum: 31fbc370df91bcc5a920ca3f2ce69c8cf26dc94775a36124ed8a5a3faf0453badafd2ee4337061ffea1b43c623a90ee8b286a5a81604aaf9563bdad7ff795d18
languageName: node
linkType: hard

"@noble/hashes@npm:1.3.2, @noble/hashes@npm:^1.3.0, @noble/hashes@npm:~1.3.0, @noble/hashes@npm:~1.3.2":
version: 1.3.2
resolution: "@noble/hashes@npm:1.3.2"
checksum: 2482cce3bce6a596626f94ca296e21378e7a5d4c09597cbc46e65ffacc3d64c8df73111f2265444e36a3168208628258bbbaccba2ef24f65f58b2417638a20e7
languageName: node
linkType: hard

"@noble/hashes@npm:1.4.0":
version: 1.4.0
resolution: "@noble/hashes@npm:1.4.0"
checksum: 8c3f005ee72e7b8f9cff756dfae1241485187254e3f743873e22073d63906863df5d4f13d441b7530ea614b7a093f0d889309f28b59850f33b66cb26a779a4a5
languageName: node
linkType: hard

"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
Expand Down Expand Up @@ -2188,7 +2204,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@standard-crypto/farcaster-js-cli@workspace:packages/farcaster-js-cli"
dependencies:
"@noble/curves": "npm:^1.2.0"
"@noble/curves": "npm:^1.4.0"
"@standard-crypto/farcaster-js-neynar": "workspace:*"
"@types/inquirer": "npm:^9.0.7"
commander: "npm:^11.1.0"
Expand Down

0 comments on commit ab45882

Please sign in to comment.