From 0c8ffbfcc77e0a415965cee253f139ec4c6439eb Mon Sep 17 00:00:00 2001 From: Lam Wei Li Date: Mon, 20 Feb 2023 14:10:18 +0800 Subject: [PATCH] chore(deps-dev): bump fs-extra from 10.1.0 to 11.1.0 --- .github/workflows/node.js.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e839ef4..4f47b10 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -32,7 +32,7 @@ jobs: npm-i: "eslint@7.x fs-extra@9.x nyc@14.x tap@14.x" - node-version: 12.x - npm-i: "nyc@14.x tap@14.x" + npm-i: "fs-extra@10.x nyc@14.x tap@14.x" - node-version: 14.x npm-i: "nyc@14.x tap@14.x" diff --git a/package.json b/package.json index b24593b..509c5c9 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-import-resolver-node": "^0.3.7", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", - "fs-extra": "^10.1.0", + "fs-extra": "^11.1.0", "husky": "^8.0.2", "is-ci": "^3.0.1", "nyc": "^15.1.0",