Skip to content

Commit

Permalink
Bump fs-extra and @types/fs-extra
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 10.1.0 to 11.2.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@10.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:production
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 8430bc1 commit e1183a6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chalk": "^4.1.1",
"cli-highlight": "^2.1.11",
"execa": "^4.0.3",
"fs-extra": "^10.0.0",
"fs-extra": "^11.2.0",
"github-changelog": "^1.0.0",
"js-yaml": "^4.1.0",
"latest-version": "^9.0.0",
Expand All @@ -35,7 +35,7 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.5",
"@types/npmcli__package-json": "^4.0.3",
"@types/parse-github-repo-url": "^1.4.2",
Expand Down
39 changes: 35 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit e1183a6

Please sign in to comment.