From 66dad4658f0786d4fca9e3067ee73cf575fe7c1f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 08:59:59 +0000 Subject: [PATCH] build(deps-dev): bump @types/fs-extra from 8.1.0 to 9.0.0 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) Signed-off-by: dependabot-preview[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 039ca22..7439b09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1391,9 +1391,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.0", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.0.tgz", + "integrity": "sha512-xCbDUSZArlmMjiJdczt8AFNH2MwcMb/pj/HKja1hx3u1qzOUINcJktQMGoGVlgFnzxnuCahxKFlcRBkSAcm33g==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index a0c0eeb..8cae759 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@commitlint/cli": "8.3.5", "@commitlint/config-conventional": "8.3.4", "@commitlint/prompt-cli": "8.3.5", - "@types/fs-extra": "8.1.0", + "@types/fs-extra": "9.0.0", "@types/glob": "7.1.1", "@types/jest": "25.2.3", "@types/lodash": "4.14.151",