From 38e00fc08282646a9c45808707950870b6704c71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jul 2024 10:00:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593 - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f69bec567b..ef304ff4ad3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "angular-sanitize": "1.4.6", "angularjs-rzslider": "^0.1.4", "body-parser": "^1.17.1", - "bootstrap": "3.3.5", + "bootstrap": "5.0.0", "browser-sync": "^1.3.7", "c3": "^0.4.14", "compression": "^1.4.6", @@ -69,7 +69,7 @@ "ionicons": "^3.0.0-alpha.3", "jquery": "3.1.1", "js-yaml": "^3.4.2", - "jsforce": "^1.8.0", + "jsforce": "^3.1.0", "lodash": "^4.17.4", "lunr": "^0.5.12", "marked": "^0.3.6",