diff --git a/package-lock.json b/package-lock.json index 6cdbdcb..be4a77e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "generate-react-cli", - "version": "11.0.4", + "version": "11.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "generate-react-cli", - "version": "11.0.4", + "version": "11.0.5", "license": "MIT", "dependencies": { "chalk": "5.6.2", "commander": "15.0.0", - "fs-extra": "11.3.5", + "fs-extra": "11.4.0", "inquirer": "14.0.2", "lodash": "4.18.1" }, @@ -5484,9 +5484,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.5", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz", - "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", diff --git a/package.json b/package.json index 088076f..6e54e4e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "chalk": "5.6.2", "commander": "15.0.0", - "fs-extra": "11.3.5", + "fs-extra": "11.4.0", "inquirer": "14.0.2", "lodash": "4.18.1" },