From 9858c96ee0ae15991bb66f3f577ad28216606c89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 17:02:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e37787d..8a9f5de8 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "angular-sanitize": "~1.7.9", "angular-touch": "~1.7.9", "angular-ui-bootstrap": "~0.14.2", - "angular-xeditable": "~0.1.9", - "bootstrap": "3.4.1", + "angular-xeditable": "~0.6.0", + "bootstrap": "5.0.0", "es5-shim": "~4.1.13", "json3": "~3.3.2", "lodash": "~4.17.15",