From da7730490b032ed233ff309bcfd97a6e5ca86cd7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 09:16:18 +0000 Subject: [PATCH] chore(deps-dev): bump @types/fs-extra from 0.0.32 to 9.0.6 Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 0.0.32 to 9.0.6. - [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 ed284e47..68b764fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -941,9 +941,9 @@ "dev": true }, "@types/fs-extra": { - "version": "0.0.32", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-0.0.32.tgz", - "integrity": "sha1-Alpk4fuYC+6E9m2/5cfZV1OZK64=", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.6.tgz", + "integrity": "sha512-ecNRHw4clCkowNOBJH1e77nvbPxHYnWIXMv1IAoG/9+MYGkgoyr3Ppxr7XYFNL41V422EDhyV4/4SSK8L2mlig==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index 6001d86f..d5bae4ab 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@salesforce-ux/design-system": "2.2.1", "@types/bluebird": "^3.0.37", "@types/chai": "^4.2.14", - "@types/fs-extra": "0.0.32", + "@types/fs-extra": "9.0.6", "@types/glob": "^7.1.3", "@types/graphql": "^0.8.6", "@types/jest": "^18.1.1",