From cbe1b97fa9f28ab9e897666b9125e5d6bc7e5740 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jul 2024 14:59:30 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c580e403f71..2135377ccf2b 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "@sourcegraph/extension-api-types": "link:packages/@sourcegraph/extension-api-types", "@sourcegraph/react-loading-spinner": "0.0.7", "@sqs/jsonc-parser": "^1.0.3", - "bootstrap": "^4.3.1", + "bootstrap": "^5.0.0", "classnames": "^2.2.6", "copy-to-clipboard": "^3.2.0", "core-js": "^3.2.1",