From e83dafa35e567f903e3cd87878533bb509ac3eab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 18:45:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e65bf963a..e0acec4a8 100644 --- a/package.json +++ b/package.json @@ -79,8 +79,8 @@ "stickyfilljs": "^2.1.0", "through2": "^2.0.5", "vinyl-named": "^1.1.0", - "webpack": "3.12.0", - "webpack-stream": "^4.0.3", + "webpack": "4.0.0", + "webpack-stream": "^7.0.0", "whatwg-fetch": "^1.1.1" }, "devDependencies": { @@ -88,7 +88,7 @@ "@babel/preset-env": "^7.10.2", "browserslist": "^4.12.0", "caniuse-lite": "^1.0.30001197", - "eslint": "^4.19.1", + "eslint": "^7.0.0", "eslint-plugin-compat": "^2.7.0", "eslint-plugin-import": "^2.21.2", "gulp-babel": "^7.0.1", @@ -96,7 +96,7 @@ "imports-loader": "^0.8.0", "lint-staged": "^10.2.10", "prettier": "^2.0.5", - "stylelint": "^13.6.0", + "stylelint": "^13.7.0", "stylelint-config-sass-guidelines": "^ 7.0.0", "stylelint-config-standard": "^20.0.0", "stylelint-no-unsupported-browser-features": "^4.0.0",