From 000d0649db1a93788b2c41acf81b5ffe4f40e488 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 01:23:02 +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 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" },