From 06abebfeb07150ea2444abfc42a5bf94974edc94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 23:35:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b79a29461..e7a211f8d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "d3": "^3.5.6", "lodash": "^3.10.1", "object-assign": "3.x.x", - "radium": "^0.14.1", + "radium": "^0.16.0", "react": "^0.14.0", "react-dom": "^0.14.0" },