diff --git a/package-lock.json b/package-lock.json index c7aaaec..86c6fdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3851,9 +3851,9 @@ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, "fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz", + "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==", "requires": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index d481920..0759195 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "colors": "^1.4.0", "commander": "^9.0.0", "download": "^8.0.0", - "fs-extra": "^10.0.0", + "fs-extra": "^11.1.0", "inquirer": "^8.0.0", "lodash": "^4.17.15", "serialport": "^9.0.0",