Skip to content

Commit

Permalink
Bump @noble/curves from 1.6.0 to 1.7.0 (#1435)
Browse files Browse the repository at this point in the history
Bumps [@noble/curves](https://github.com/paulmillr/noble-curves) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/paulmillr/noble-curves/releases)
- [Commits](paulmillr/noble-curves@1.6.0...1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent caf4a6d commit d77503a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 23 deletions.
30 changes: 14 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/general/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"embed-examples": "embedme **/README.md"
},
"dependencies": {
"@noble/curves": "^1.5.0"
"@noble/curves": "^1.7.0"
},
"devDependencies": {
"@matter/testing": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@matter/node": "*",
"@matter/protocol": "*",
"@matter/types": "*",
"@noble/curves": "^1.5.0"
"@noble/curves": "^1.7.0"
},
"optionalDependencies": {
"@matter/nodejs": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/matter.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@matter/node": "*",
"@matter/protocol": "*",
"@matter/types": "*",
"@noble/curves": "^1.5.0"
"@noble/curves": "^1.7.0"
},
"devDependencies": {
"@matter/tools": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@matter/general": "*",
"@noble/curves": "^1.5.0"
"@noble/curves": "^1.7.0"
},
"devDependencies": {
"@matter/tools": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"#*": "./src/*"
},
"dependencies": {
"@noble/curves": "^1.5.0",
"@noble/curves": "^1.7.0",
"@matter/general": "*",
"@matter/model": "*",
"@matter/types": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@matter/general": "*",
"@matter/model": "*",
"@matter/types": "*",
"@noble/curves": "^1.5.0"
"@noble/curves": "^1.7.0"
},
"devDependencies": {
"@matter/tools": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@matter/general": "*",
"@matter/model": "*",
"@noble/curves": "^1.5.0"
"@noble/curves": "^1.7.0"
},
"devDependencies": {
"@matter/tools": "*",
Expand Down

0 comments on commit d77503a

Please sign in to comment.