From 7380b32d1bea626dd44bfc7fb59fb82a1fa5997e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:13:52 +0000 Subject: [PATCH] chore(deps): update dependency @types/fs-extra to v11.0.4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 403f44e1d5e..40d84749dfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -130,7 +130,7 @@ "@babel/preset-react": "7.22.5", "@netlify/eslint-config-node": "7.0.0", "@netlify/functions": "2.0.2", - "@types/fs-extra": "11.0.1", + "@types/fs-extra": "11.0.4", "@types/inquirer": "9.0.7", "@types/node": "20.9.0", "@types/prettyjson": "0.0.30", @@ -6840,9 +6840,9 @@ } }, "node_modules/@types/fs-extra": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", - "integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz", + "integrity": "sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==", "dev": true, "dependencies": { "@types/jsonfile": "*", @@ -29240,9 +29240,9 @@ } }, "@types/fs-extra": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", - "integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz", + "integrity": "sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==", "dev": true, "requires": { "@types/jsonfile": "*", diff --git a/package.json b/package.json index 4be6acf05e3..eb7de56adc7 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "@babel/preset-react": "7.22.5", "@netlify/eslint-config-node": "7.0.0", "@netlify/functions": "2.0.2", - "@types/fs-extra": "11.0.1", + "@types/fs-extra": "11.0.4", "@types/inquirer": "9.0.7", "@types/node": "20.9.0", "@types/prettyjson": "0.0.30",