From 2af9f7a5dae940a86591725d3d8566a461ccf6c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 04:47:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c0a3a8..6a90bd9 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": "^3.0.0" } }