diff --git a/package-lock.json b/package-lock.json index acea95c..cfe6eaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chalk": "5.6.2", "commander": "15.0.0", - "fs-extra": "11.3.3", + "fs-extra": "11.3.5", "inquirer": "14.0.2", "ora": "9.4.0" }, @@ -1021,9 +1021,9 @@ "license": "ISC" }, "node_modules/fs-extra": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", - "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", + "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 46cee6c..2a43565 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "dependencies": { "chalk": "5.6.2", "commander": "15.0.0", - "fs-extra": "11.3.3", + "fs-extra": "11.3.5", "inquirer": "14.0.2", "ora": "9.4.0" },