From 1568be36e0a184333aa85c9288e9aee9e096d565 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Nov 2021 19:32:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fa74c045..b1217f48b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/ipfs-shipyard/ipfs-desktop", "devDependencies": { - "@svgr/cli": "^5.4.0", + "@svgr/cli": "^6.0.0", "chai": "^4.2.0", "cross-env": "^7.0.2", "delay": "^4.3.0",