From f177284ecdbdd4a2644fe5c96adf080a251e0eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:04:24 +0000 Subject: [PATCH] chore(deps-dev): bump fs-extra from 11.3.5 to 11.3.6 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.5 to 11.3.6. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.5...11.3.6) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",