Skip to content

Commit

Permalink
build(deps): bump the deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 2 updates: [rimraf](https://github.com/isaacs/rimraf) and [@noble/curves](https://github.com/paulmillr/noble-curves).


Updates `rimraf` from 5.0.7 to 5.0.8
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.7...v5.0.8)

Updates `@noble/curves` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/paulmillr/noble-curves/releases)
- [Commits](paulmillr/noble-curves@1.4.0...1.4.2)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@noble/curves"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 7, 2024
1 parent 638eae3 commit f55c2e9
Show file tree
Hide file tree
Showing 4 changed files with 1,090 additions and 366 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"nyc": "^17.0.0",
"open": "^8.4.2",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"textlint": "^13.3.2",
"textlint-rule-no-dead-link": "^5.1.2",
"ts-generator": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"handlebars": "^4.7.8",
"mkdirp": "^1.0.4",
"ramda": "^0.29.0",
"rimraf": "^5.0.7"
"rimraf": "^5.0.8"
},
"devDependencies": {
"@internal/forc": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@fuels/vm-asm": "0.54.0",
"@noble/curves": "^1.4.0",
"@noble/curves": "^1.4.2",
"events": "^3.3.0",
"graphql": "^16.8.1",
"graphql-request": "5.0.0",
Expand Down
Loading

0 comments on commit f55c2e9

Please sign in to comment.