From 9dcf214f92162a3297d6417d046e2d8f05560554 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 18:20:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PACRESOLVER-1564857 --- 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" } }