Skip to content

Commit

Permalink
Bump fs-extra and @types/fs-extra in /solidity
Browse files Browse the repository at this point in the history
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) and [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra). These dependencies needed to be updated together.

Updates `fs-extra` from 9.1.0 to 11.2.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@9.1.0...11.2.0)

Updates `@types/fs-extra` from 9.0.13 to 11.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/fs-extra"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent 01ce94e commit d024f51
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 19 deletions.
108 changes: 91 additions & 17 deletions solidity/package-lock.json

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

4 changes: 2 additions & 2 deletions solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typechain/ethers-v5": "^5.0.0",
"@types/chai": "^4.2.13",
"@types/command-line-args": "^5.0.0",
"@types/fs-extra": "^9.0.1",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^7.0.2",
"@types/node": "^14.11.8",
"@typescript-eslint/eslint-plugin": "^3.10.1",
Expand All @@ -38,7 +38,7 @@
"eslint-config-prettier": "^6.12.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.4.6",
"fs-extra": "^9.0.1",
"fs-extra": "^11.2.0",
"hardhat": "^2.6.4",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-typechain": "^0.3.4",
Expand Down

0 comments on commit d024f51

Please sign in to comment.