From a9217cd00985e2702243d4cadc53829603048c14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Jun 2021 20:32:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POLISHED-1298071 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1835801..169b78e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "dependencies": { "dicty-components-navbar": "git://github.com/dictybase/dicty-components-navbar.git", - "polished": "^1.1.0", + "polished": "^3.7.2", "react": "^15.5.4", "react-dom": "^15.5.4", "react-router-dom": "^4.1.1",