From da070b89876f73082f014c99207eddcafc39c8d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 14:39:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e4d302..2b0e9c9 100644 --- a/package.json +++ b/package.json @@ -326,7 +326,7 @@ "@types/mock-require": "^2.0.0", "@types/node": "^10.17.21", "@types/promise.allsettled": "^1.0.3", - "eslint": "^6.8.0", + "eslint": "^7.0.0", "lnfs-cli": "^2.1.0", "mkdirp": "^0.5.5", "mocha": "^5.2.0",