diff --git a/package-lock.json b/package-lock.json index 7612332ac..2f1bd909b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-astro": "^0.34.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^52.0.0", - "fs-extra": "^11.1.1", + "fs-extra": "^11.3.0", "lockfile-lint": "^4.14.0", "nodemon": "^3.1.9", "npm-run-all": "^4.1.5", @@ -5602,10 +5602,11 @@ } }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 98f37a334..0e86f99a8 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-astro": "^0.34.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unicorn": "^52.0.0", - "fs-extra": "^11.1.1", + "fs-extra": "^11.3.0", "lockfile-lint": "^4.14.0", "nodemon": "^3.1.9", "npm-run-all": "^4.1.5",