diff --git a/package-lock.json b/package-lock.json index b0111d65..42aef0b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "4.2.1", - "fs-extra": "11.2.0", + "fs-extra": "11.3.0", "husky": "9.1.7", "lint-staged": "15.3.0", "npm-run-all2": "7.0.2", @@ -6427,9 +6427,9 @@ } }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 13fef618..16cfc7a0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "4.2.1", - "fs-extra": "11.2.0", + "fs-extra": "11.3.0", "husky": "9.1.7", "lint-staged": "15.3.0", "npm-run-all2": "7.0.2",