chore(deps-dev): bump fs-extra from 10.1.0 to 11.1.0

This commit is contained in:
Lam Wei Li 2023-02-20 14:10:18 +08:00
parent 086da915be
commit 0c8ffbfcc7
No known key found for this signature in database
GPG Key ID: 90F6ABECF080D7BF
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
npm-i: "eslint@7.x fs-extra@9.x nyc@14.x tap@14.x"
- node-version: 12.x
npm-i: "nyc@14.x tap@14.x"
npm-i: "fs-extra@10.x nyc@14.x tap@14.x"
- node-version: 14.x
npm-i: "nyc@14.x tap@14.x"

View File

@ -63,7 +63,7 @@
"eslint-import-resolver-node": "^0.3.7",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"nyc": "^15.1.0",