From 7a6e491d468c66e0be19c794efd1eeefffd41cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:35:16 +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 9963cf3..695b58a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@svgr/plugin-jsx": "^8.1.0", "@types/react": "^19.2.17", "cz-conventional-changelog": "^3.3.0", - "fs-extra": "^11.3.5", + "fs-extra": "^11.3.6", "glob": "^13.0.6", "hast-util-to-html": "^9.0.5", "husky": "^9.1.7", @@ -3903,9 +3903,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 0f5861d..1e291c3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@svgr/plugin-jsx": "^8.1.0", "@types/react": "^19.2.17", "cz-conventional-changelog": "^3.3.0", - "fs-extra": "^11.3.5", + "fs-extra": "^11.3.6", "glob": "^13.0.6", "hast-util-to-html": "^9.0.5", "husky": "^9.1.7",