chore(deps): update dependency fs-extra to v11
This commit is contained in:
parent
6065a9c491
commit
5af65d17a8
2 changed files with 14 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
"eslint": "8.28.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"fs-extra": "10.1.0",
|
||||
"fs-extra": "11.0.0",
|
||||
"gulp": "4.0.2",
|
||||
"husky": "8.0.2",
|
||||
"lint-staged": "13.0.4",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -1755,7 +1755,7 @@ __metadata:
|
|||
eslint: 8.28.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-prettier: 4.2.1
|
||||
fs-extra: 10.1.0
|
||||
fs-extra: 11.0.0
|
||||
gulp: 4.0.2
|
||||
husky: 8.0.2
|
||||
lint-staged: 13.0.4
|
||||
|
@ -2632,7 +2632,18 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fs-extra@npm:10.1.0, fs-extra@npm:^10.0.0, fs-extra@npm:^10.1.0":
|
||||
"fs-extra@npm:11.0.0":
|
||||
version: 11.0.0
|
||||
resolution: "fs-extra@npm:11.0.0"
|
||||
dependencies:
|
||||
graceful-fs: ^4.2.0
|
||||
jsonfile: ^6.0.1
|
||||
universalify: ^2.0.0
|
||||
checksum: fd29fc5b4f26f91f8adfd3c6e5e87eb73df92630c132765d63a62a3cf41ee706a45533dda75e6be9e2e4d1fc3667e0dcdfcc20e44f957d71cdcf138a4369ce4a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fs-extra@npm:^10.0.0, fs-extra@npm:^10.1.0":
|
||||
version: 10.1.0
|
||||
resolution: "fs-extra@npm:10.1.0"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue