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",