From 0e5f7ec2ceb95500856cac7f834943a2981e79d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:56:28 +0000 Subject: [PATCH] chore(deps): update dependency @types/fs-extra to v11.0.1 --- 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 3572114..dafee4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@types/d3": "7.4.0", - "@types/fs-extra": "11.0.0", + "@types/fs-extra": "11.0.1", "@types/jest": "29.2.5", "@types/react": "18.0.26", "@types/react-dom": "18.0.10", @@ -3923,9 +3923,9 @@ } }, "node_modules/@types/fs-extra": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.0.tgz", - "integrity": "sha512-zdV5odfHf95B4qr6bdpshG4VMm/3xgnPhSJLa3xh75CYr35e34k+4FQli82Q48sPqwHazJGy+6+jl4T+Vw1AMg==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", + "integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", "dependencies": { "@types/jsonfile": "*", "@types/node": "*" @@ -19303,9 +19303,9 @@ } }, "@types/fs-extra": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.0.tgz", - "integrity": "sha512-zdV5odfHf95B4qr6bdpshG4VMm/3xgnPhSJLa3xh75CYr35e34k+4FQli82Q48sPqwHazJGy+6+jl4T+Vw1AMg==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", + "integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", "requires": { "@types/jsonfile": "*", "@types/node": "*" diff --git a/package.json b/package.json index b81d6b5..a8e10a3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@types/d3": "7.4.0", - "@types/fs-extra": "11.0.0", + "@types/fs-extra": "11.0.1", "@types/jest": "29.2.5", "@types/react": "18.0.26", "@types/react-dom": "18.0.10",