diff --git a/package-lock.json b/package-lock.json index 0c53afc..7402000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dependencies": { "chalk": "4.1.2", "commander": "14.0.3", - "fs-extra": "11.3.4", + "fs-extra": "11.3.5", "glob": "10.5.0" }, "bin": { @@ -2601,9 +2601,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.4", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz", - "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==", + "version": "11.3.5", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz", + "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", diff --git a/package.json b/package.json index afc237d..12a26ae 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "chalk": "4.1.2", "commander": "14.0.3", - "fs-extra": "11.3.4", + "fs-extra": "11.3.5", "glob": "10.5.0" }, "devDependencies": {