From b18357fd4f9ca61a95d03abee07acc665cc38c9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 00:05:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 863bcb55..5fef66c2 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "parseurl": "^1.3.0", "penthouse": "^0.10.0", "postcss": "^5.0.5", - "postcss-image-inliner": "^1.0.1", + "postcss-image-inliner": "^2.0.0", "request": "^2.61.0", "serve-static": "^1.10.0", "slash": "^1.0.0",