From 8f553c7603e3ee0f435d878e396eec899a213de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:06:33 +0800 Subject: [PATCH] fix: update dependency @types/fs-extra to v11 (#3494) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- @commitlint/read/package.json | 2 +- @packages/test/package.json | 2 +- yarn.lock | 16 ++++++++++++---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/@commitlint/read/package.json b/@commitlint/read/package.json index 9a7d154a08..eb8db44fc5 100644 --- a/@commitlint/read/package.json +++ b/@commitlint/read/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@commitlint/test": "^17.4.0", "@commitlint/utils": "^17.4.0", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/git-raw-commits": "^2.0.0", "@types/minimist": "^1.2.2", "execa": "^5.0.0" diff --git a/@packages/test/package.json b/@packages/test/package.json index a28c753c73..1de16a86c2 100644 --- a/@packages/test/package.json +++ b/@packages/test/package.json @@ -31,7 +31,7 @@ }, "license": "MIT", "dependencies": { - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/tmp": "^0.2.0", "execa": "^5.0.0", "fs-extra": "^11.0.0", diff --git a/yarn.lock b/yarn.lock index 26c8b856d6..aae5a309bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2903,11 +2903,12 @@ resolved "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.6.tgz#698b90fe60d44acf93c31064218fbea93fbfd85a" integrity sha512-H90aoynNhhkQP6DRweEjJp5vfUVdIj7tdPLsu7pq89vODD/lcugKfZOsfgwpvM6XUewEp2N5dCg1Uf3Qe55Dcg== -"@types/fs-extra@^9.0.1": - version "9.0.13" - resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45" - integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA== +"@types/fs-extra@^11.0.0": + version "11.0.0" + resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.0.tgz#72aa5dbaeb51c52a2a7e8f8f2ed6c323699d849a" + integrity sha512-zdV5odfHf95B4qr6bdpshG4VMm/3xgnPhSJLa3xh75CYr35e34k+4FQli82Q48sPqwHazJGy+6+jl4T+Vw1AMg== dependencies: + "@types/jsonfile" "*" "@types/node" "*" "@types/git-raw-commits@^2.0.0": @@ -2982,6 +2983,13 @@ resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== +"@types/jsonfile@*": + version "6.1.1" + resolved "https://registry.npmjs.org/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b" + integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png== + dependencies: + "@types/node" "*" + "@types/keyv@^3.1.4": version "3.1.4" resolved "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6"