From a43792388e0d9707da770b26592c5e31553384a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 01:08:43 +0800 Subject: [PATCH] fix: update dependency fs-extra to v11 (#3460) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- @commitlint/cli/package.json | 2 +- @commitlint/read/package.json | 2 +- @packages/test/package.json | 2 +- @packages/utils/package.json | 2 +- yarn.lock | 11 ++++++++++- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 4473314456..060997ea51 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -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": { diff --git a/@commitlint/read/package.json b/@commitlint/read/package.json index 6da8463e2b..189cea6ebe 100644 --- a/@commitlint/read/package.json +++ b/@commitlint/read/package.json @@ -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" }, diff --git a/@packages/test/package.json b/@packages/test/package.json index 5538a9a119..d3b7d6bbe4 100644 --- a/@packages/test/package.json +++ b/@packages/test/package.json @@ -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" diff --git a/@packages/utils/package.json b/@packages/utils/package.json index 082807ab4f..1ed6116e1e 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index b969fb3af5..6d1fed0f0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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"