diff --git a/package-lock.json b/package-lock.json index 298078c..3432b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "cosmiconfig": "^9.0.1", - "fs-extra": "^11.3.4", + "fs-extra": "^11.3.5", "glob": "^13.0.6", "lodash": "^4.18.1", "tmp": "^0.2.5", @@ -3530,9 +3530,9 @@ "license": "MIT" }, "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 45130f4..330cb87 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "license": "ISC", "dependencies": { "cosmiconfig": "^9.0.1", - "fs-extra": "^11.3.4", + "fs-extra": "^11.3.5", "glob": "^13.0.6", "lodash": "^4.18.1", "tmp": "^0.2.5",