diff --git a/package-lock.json b/package-lock.json index c7c41331f7..453efa312a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint": "^10.5.0", "eslint-plugin-astro": "^1.7.0", "eslint-plugin-unicorn": "^68.0.0", - "fs-extra": "^11.3.5", + "fs-extra": "^11.3.6", "globals": "^17.6.0", "lockfile-lint": "^5.0.0", "nodemon": "^3.1.14", @@ -6430,9 +6430,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.5", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz", - "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==", + "version": "11.3.6", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.6.tgz", + "integrity": "sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d13f5e231b..33bd738ee8 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint": "^10.5.0", "eslint-plugin-astro": "^1.7.0", "eslint-plugin-unicorn": "^68.0.0", - "fs-extra": "^11.3.5", + "fs-extra": "^11.3.6", "globals": "^17.6.0", "lockfile-lint": "^5.0.0", "nodemon": "^3.1.14",