Skip to content

Commit

Permalink
fix: update dependency fs-extra to v11 (#3460)
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 Dec 21, 2022
1 parent a0f4939 commit a437923
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -43,7 +43,7 @@
"@types/lodash.merge": "^4.6.7",
"@types/node": "^14.0.0",
"@types/yargs": "^17.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"lodash.merge": "^4.6.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/read/package.json
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@commitlint/top-level": "^17.0.0",
"@commitlint/types": "^17.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"git-raw-commits": "^2.0.0",
"minimist": "^1.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion @packages/test/package.json
Expand Up @@ -34,7 +34,7 @@
"@types/fs-extra": "^9.0.1",
"@types/tmp": "^0.2.0",
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"pkg-dir": "5.0.0",
"resolve-pkg": "2.0.0",
"tmp": "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"read-pkg": "7.1.0",
"require-from-string": "2.0.2",
"tar-fs": "2.1.1",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Expand Up @@ -5821,7 +5821,7 @@ fs-constants@^1.0.0:
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==

fs-extra@10.1.0, fs-extra@^10.0.0, fs-extra@^10.1.0:
fs-extra@10.1.0, fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
Expand All @@ -5840,6 +5840,15 @@ fs-extra@9.1.0, fs-extra@^9.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^11.0.0:
version "11.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
Expand Down

0 comments on commit a437923

Please sign in to comment.