From c752f9c20bf965f531f2e57560e84c37a7a20dce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 19:08:09 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de9761a8..2857da71 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ }, "main": "dist/index.js", "dependencies": { - "autoprefixer": "6.4.1", - "chalk": "1.1.3", + "autoprefixer": "9.0.0", + "chalk": "2.0.0", "chokidar": "1.6.1", "clean-css": "3.4.19", "cross-spawn": "4.0.0", @@ -40,7 +40,7 @@ "fs-extra": "0.30.0", "glob": "^7.1.1", "json-loader": "0.5.4", - "node-sass": "3.10.1", + "node-sass": "7.0.1", "os-name": "2.0.1", "postcss": "5.2.0", "proxy-middleware": "0.15.0", @@ -55,7 +55,7 @@ "tslint": "3.15.1", "tslint-eslint-rules": "1.5.0", "uglify-js": "2.7.3", - "webpack": "2.2.0-rc.3", + "webpack": "4.0.0", "ws": "1.1.1", "xml2js": "^0.4.17" }, @@ -89,7 +89,7 @@ "ionic-cz-conventional-changelog": "1.0.0", "jest": "^18.0.0", "mock-fs": "3.11.0", - "node-sass": "3.10.1", + "node-sass": "7.0.1", "rewire": "^2.5.2", "rimraf": "2.5.4", "rxjs": "5.0.0-beta.12",