From 40b15f258a67d8b51d6aa39a348d56b94b7ebb96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 21:32:44 +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 dceb0f1..f42ae34 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "license": "MIT", "dependencies": { - "radium": "^0.18.0" + "radium": "^0.19.2" }, "peerDependencies": { "react": "^15.3.1",