From 36160f0297b4d5332752468c62f142e05b565d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 00:24:04 +0200 Subject: [PATCH] Bump @types/fs-extra from 9.0.7 to 9.0.8 (#117) Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 9.0.7 to 9.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b05a782..2810b6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1626,9 +1626,9 @@ } }, "@types/fs-extra": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.7.tgz", - "integrity": "sha512-YGq2A6Yc3bldrLUlm17VNWOnUbnEzJ9CMgOeLFtQF3HOCN5lQBO8VyjG00a5acA5NNSM30kHVGp1trZgnVgi1Q==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.8.tgz", + "integrity": "sha512-bnlTVTwq03Na7DpWxFJ1dvnORob+Otb8xHyUqUWhqvz/Ksg8+JXPlR52oeMSZ37YEOa5PyccbgUNutiQdi13TA==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index 155ca89..2ce641c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/node": "^14.14.31", "@typescript-eslint/eslint-plugin": "^4.15.2", "@typescript-eslint/parser": "^4.15.1", - "@types/fs-extra": "^9.0.6", + "@types/fs-extra": "^9.0.8", "@zeit/ncc": "^0.22.3", "eslint": "^7.21.0", "eslint-plugin-github": "^4.1.1",