From fbcb6754143b155c82b8606a4f425cc851a722dc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 14 Sep 2023 14:43:21 +0000 Subject: [PATCH] chore(deps): update dependency fs-extra to v11 --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 4 ++-- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5785d9e6..373ebaaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@npm/types": "^1.0.1", "@types/cross-spawn": "^6.0.2", "@types/eslint": "^8.0.0", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/inquirer": "^8.0.0", "@types/json5": "0.0.30", "@types/mocha": "^10.0.0", @@ -45,7 +45,7 @@ "@types/write-file-atomic": "^4.0.0", "c8": "^8.0.0", "cross-spawn": "^7.0.3", - "fs-extra": "^9.0.1", + "fs-extra": "^11.0.0", "inline-fixtures": "^1.1.0", "js-green-licenses": "^4.0.0", "mocha": "^10.0.0", @@ -514,11 +514,12 @@ "devOptional": true }, "node_modules/@types/fs-extra": { - "version": "9.0.13", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz", - "integrity": "sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", + "integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", "dev": true, "dependencies": { + "@types/jsonfile": "*", "@types/node": "*" } }, @@ -565,6 +566,15 @@ "integrity": "sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==", "dev": true }, + "node_modules/@types/jsonfile": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@types/jsonfile/-/jsonfile-6.1.1.tgz", + "integrity": "sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@types/keyv": { "version": "3.1.4", "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", @@ -1005,15 +1015,6 @@ "node": ">=0.10.0" } }, - "node_modules/at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true, - "engines": { - "node": ">= 4.0.0" - } - }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -2133,18 +2134,17 @@ } }, "node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", + "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", "dev": true, "dependencies": { - "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=14.14" } }, "node_modules/fs.realpath": { diff --git a/package.json b/package.json index d3a04fbd..24bb163d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@npm/types": "^1.0.1", "@types/cross-spawn": "^6.0.2", "@types/eslint": "^8.0.0", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/inquirer": "^8.0.0", "@types/json5": "0.0.30", "@types/mocha": "^10.0.0", @@ -76,7 +76,7 @@ "@types/write-file-atomic": "^4.0.0", "c8": "^8.0.0", "cross-spawn": "^7.0.3", - "fs-extra": "^9.0.1", + "fs-extra": "^11.0.0", "inline-fixtures": "^1.1.0", "js-green-licenses": "^4.0.0", "mocha": "^10.0.0",