From d92998d5b0c0f4d7aa9b5d428e28bae6a53fcb88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 05:13:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 994ccf0..e20a1b6 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "dotenv": "^16.0.1", "ecpair": "^2.0.1", "err-code": "^3.0.1", - "eslint-config-ipfs": "^2.1.0", + "eslint-config-ipfs": "^7.0.0", "hdkey": "^2.0.1", "ipfs": "^0.62.3", "ipfs-core": "^0.14.2",