Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v11 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 28, 2023
1 parent 59e3b4d commit 24ae526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@types/ejs": "^3.1.0",
"@types/fs-extra": "~9.0.13",
"@types/fs-extra": "~11.0.0",
"@types/inquirer": "^9.0.0",
"@types/micromatch": "^4.0.2",
"@types/minimist": "~1.2.2",
Expand All @@ -55,7 +55,7 @@
"auto-config-loader": "^1.7.4",
"chokidar": "^3.5.3",
"ejs": "^3.1.6",
"fs-extra": "~10.1.0",
"fs-extra": "~11.1.0",
"image2uri": "^2.0.0",
"inquirer": "^9.0.0",
"micromatch": "^4.0.5",
Expand Down

0 comments on commit 24ae526

Please sign in to comment.