From 39220a3008a5ca5bf7bfa75c42d5c00c18700db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 06:14:58 +0000 Subject: [PATCH] chore(deps-dev): Bump @types/fs-extra from 8.1.0 to 9.0.1 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 8.1.0 to 9.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) Signed-off-by: dependabot[bot] --- 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 5a234ea..bf4ec8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2285,9 +2285,9 @@ "dev": true }, "@types/fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-UoOfVEzAUpeSPmjm7h1uk5MH6KZma2z2O7a75onTGjnNvAvMVrPzPL/vBbT65iIGHWj6rokwfmYcmxmlSf2uwg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.1.tgz", + "integrity": "sha512-B42Sxuaz09MhC3DDeW5kubRcQ5by4iuVQ0cRRWM2lggLzAa/KVom0Aft/208NgMvNQQZ86s5rVcqDdn/SH0/mg==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index 3f56ceb..ad3c4ef 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "yargs-interactive": "^3.0.0" }, "devDependencies": { - "@types/fs-extra": "^8.1.0", + "@types/fs-extra": "^9.0.1", "@types/jest": "^25.2.1", "@types/node": "^14.0.14", "@types/yargs-interactive": "^2.1.0",