From ff7db0e7414b1c93139068bee7ccc57ded49b97c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2019 13:23:08 +0000 Subject: [PATCH] build(deps-dev): bump @types/fs-extra from 5.0.4 to 7.0.0 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 5.0.4 to 7.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 b226569..69aff6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -810,9 +810,9 @@ "dev": true }, "@types/fs-extra": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-5.0.4.tgz", - "integrity": "sha512-DsknoBvD8s+RFfSGjmERJ7ZOP1HI0UZRA3FSI+Zakhrc/Gy26YQsLI+m5V5DHxroHRJqCDLKJp7Hixn8zyaF7g==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-7.0.0.tgz", + "integrity": "sha512-ndoMMbGyuToTy4qB6Lex/inR98nPiNHacsgMPvy+zqMLgSxbt8VtWpDArpGp69h1fEDQHn1KB+9DWD++wgbwYA==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index dfc156a..49e06a4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@commitlint/cli": "^8.0.0", "@commitlint/config-conventional": "^7.1.2", "@commitlint/prompt-cli": "^7.5.0", - "@types/fs-extra": "^5.0.4", + "@types/fs-extra": "^7.0.0", "@types/glob": "^7.1.1", "@types/jest": "^24.0.11", "@types/lodash": "^4.14.134",