From 688ab4d51bcea902631107cea7037720521ea94f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Nov 2020 22:07:50 +0000 Subject: [PATCH] fix: upgrade @types/fs-extra from 9.0.1 to 9.0.2 Snyk has created this PR to upgrade @types/fs-extra from 9.0.1 to 9.0.2. See this package in npm: https://www.npmjs.com/package/@types/fs-extra See this project in Snyk: https://app.snyk.io/org/tarunbaur/project/40fa6a6f-becf-4856-bc6b-af7570964e69?utm_source=github&utm_medium=upgrade-pr --- 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 919fe93..80bad58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1002,9 +1002,9 @@ } }, "@types/fs-extra": { - "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==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.2.tgz", + "integrity": "sha512-jp0RI6xfZpi5JL8v7WQwpBEQTq63RqW2kxwTZt+m27LcJqQdPVU1yGnT1ZI4EtCDynQQJtIGyQahkiCGCS7e+A==", "requires": { "@types/node": "*" } diff --git a/package.json b/package.json index 3a7c91e..646495a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "ISC", "dependencies": { "@types/express": "^4.17.6", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^9.0.2", "@types/mocha": "^7.0.2", "@types/node": "^13.13.11", "body-parser": "^1.19.0",