From 8bc35d156bd39f3fa863682322d28bf8af95c187 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 04:25:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3afa9a4..4a3a199 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.4.4", "devDependencies": { - "critical": "^0.5.5", + "critical": "^2.0.6", "del": "^1.1.1", "gulp": "^3.8.11", "gulp-autoprefixer": "^2.1.0", @@ -20,7 +20,7 @@ "gulp-uglify": "^1.1.0" }, "dependencies": { - "critical": "^0.5.5", + "critical": "^2.0.6", "criticalcss": "^0.5.1", "gulp-load-plugins": "^0.8.1" }