diff --git a/package-lock.json b/package-lock.json index 5aa6acafc..b00daee50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@commitlint/cli": "17.4.1", "@commitlint/config-angular": "17.4.0", - "@types/fs-extra": "11.0.0", + "@types/fs-extra": "11.0.1", "@types/jest": "29.2.5", "@types/node": "18.11.18", "@typescript-eslint/eslint-plugin": "5.48.1", @@ -2294,9 +2294,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==", "dev": true, "dependencies": { "@types/jsonfile": "*", @@ -18267,9 +18267,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==", "dev": true, "requires": { "@types/jsonfile": "*", diff --git a/package.json b/package.json index 677913b50..d36014b84 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@commitlint/cli": "17.4.1", "@commitlint/config-angular": "17.4.0", - "@types/fs-extra": "11.0.0", + "@types/fs-extra": "11.0.1", "@types/jest": "29.2.5", "@types/node": "18.11.18", "@typescript-eslint/eslint-plugin": "5.48.1",