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",