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",