From bc2884c67728322f00c0371d5c6bce24450dd657 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 08:37:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ROLLUP-8073097 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ba765beb20..3d23619d1b2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/ionic-team/ionic-site", "dependencies": { - "@stencil/core": "0.11.3", + "@stencil/core": "0.14.0", "@stencil/sass": "0.1.0", "@stencil/utils": "latest", "angular": "1.6.8", @@ -39,7 +39,7 @@ "angular-sanitize": "1.6.8", "body-parser": "^1.18.2", "bootstrap": "3.3.5", - "browser-sync": "^2.24.4", + "browser-sync": "^3.0.3", "c3": "^0.5.2", "compression": "^1.7.1", "cookie-parser": "^1.4.3",