Skip to content

Commit

Permalink
build(deps): bump the deps group with 2 updates (#2727)
Browse files Browse the repository at this point in the history
* build(deps): bump the deps group with 2 updates

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]>

* build: update dependency changeset

* chore: changeset

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Peter Smith <[email protected]>
Co-authored-by: Sérgio Torres <[email protected]>
  • Loading branch information
4 people committed Jul 10, 2024
1 parent 2069b6b commit 369feef
Show file tree
Hide file tree
Showing 5 changed files with 1,095 additions and 368 deletions.
6 changes: 6 additions & 0 deletions .changeset/khaki-dolls-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuel-ts/abi-typegen": patch
"@fuel-ts/account": patch
---

build(deps): bump the deps group with 2 updates
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.9.0",
"graphql-request": "5.0.0",
Expand Down
Loading

0 comments on commit 369feef

Please sign in to comment.