diff --git a/package.json b/package.json index 30994be..887b445 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-prettier": "5.0.1", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", - "fs-extra": "11.1.1", + "fs-extra": "11.2.0", "husky": "8.0.3", "jsdom": "^22.1.0", "lint-staged": "15.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f5d60a..a41f18a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,8 +128,8 @@ devDependencies: specifier: 4.6.0 version: 4.6.0(eslint@8.53.0) fs-extra: - specifier: 11.1.1 - version: 11.1.1 + specifier: 11.2.0 + version: 11.2.0 husky: specifier: 8.0.3 version: 8.0.3 @@ -4606,8 +4606,8 @@ packages: tslib: 2.4.0 dev: false - /fs-extra@11.1.1: - resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} + /fs-extra@11.2.0: + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.11