From a6e40d47fd2a8620e2f1d08365f5c7c96cb678c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 18:25:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f3e563a..12c9534 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "core-js": "^2.5.7", "cheerio": "^1.0.0-rc.2", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-csslint": "^1.0.1", "gulp-csslint-report": "^2.0.0", "gulp-gzip": "^1.4.2", @@ -25,7 +25,7 @@ "typescript": "^2.6.2", "typography": "^0.16.17", "typography-theme-wordpress-2016": "^0.15.10", - "webpack": "4.28.4", + "webpack": "5.0.0", "terser": "3.14.1" }, "devDependencies": {