From 993e84578da9cec0ea0765e3f6763afb96089163 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:18:49 +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 cbc57d8..857099c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "path-is-absolute": "^1.0.0", - "radium": "^0.13.4", + "radium": "^0.16.0", "react": "^0.13.3" } }