From 4387cc3cd0412800e7f99849e6019658abab38a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 02:03:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c0a3a8..de89a63 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.1" } }