From 87eb26806cb00fdfcba4db1d525168e019056c8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jan 2025 05:05:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c0a3a8..46a97aa 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "license": "MIT", "dependencies": { "extend-shallow": "^3.0.2", - "inline-css": "^2.4.0" + "inline-css": "^4.0.3" } }