From 42fcc520676308f4c102761ef7fede88412f1ebc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 15:57:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 18d6ab3571c..729e69b04cf 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/driftyco/ionic-site", "dependencies": { "body-parser": "^1.12.4", - "browser-sync": "^1.3.7", + "browser-sync": "^2.0.0", "compression": "^1.4.6", "cookie-parser": "^1.4.3", "del": "^2.2.2", @@ -48,7 +48,7 @@ "gulp-minify-css": "^0.3.0", "gulp-rename": "^1.2.0", "gulp-sass": "^2.3.1", - "gulp-shell": "0.5.1", + "gulp-shell": "0.7.1", "gulp-size": "^1.0.0", "gulp-sourcemaps": "^1.3.0", "gulp-uglify": "^2.0.0", @@ -58,7 +58,7 @@ "js-yaml": "^3.4.2", "lunr": "^0.5.12", "mkdirp": "^0.5.1", - "psi": "^1.0.4", + "psi": "^4.0.1", "run-sequence": "^1.2.2", "tiny-lr": "0.0.5" }