diff --git a/package-lock.json b/package-lock.json index 1889788a6..a1e6bfe2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-astro": "^1.3.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-unicorn": "^59.0.1", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.1", "lockfile-lint": "^4.14.1", "nodemon": "^3.1.10", "npm-run-all": "^4.1.5", @@ -7098,9 +7098,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", - "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz", + "integrity": "sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index eac6a010c..84bac50fe 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-plugin-astro": "^1.3.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-unicorn": "^59.0.1", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.1", "lockfile-lint": "^4.14.1", "nodemon": "^3.1.10", "npm-run-all": "^4.1.5",