From 9aff94e7e476e786ba501adb160958a8c775a37a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Aug 2024 02:30:02 +0000 Subject: [PATCH] fix: parlai/mturk/tasks/react_task_demo/react_custom_with_deps/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593 --- .../react_custom_with_deps/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parlai/mturk/tasks/react_task_demo/react_custom_with_deps/frontend/package.json b/parlai/mturk/tasks/react_task_demo/react_custom_with_deps/frontend/package.json index 766edcbe647..188bd70ad86 100644 --- a/parlai/mturk/tasks/react_task_demo/react_custom_with_deps/frontend/package.json +++ b/parlai/mturk/tasks/react_task_demo/react_custom_with_deps/frontend/package.json @@ -9,7 +9,7 @@ "keywords": [], "author": "", "dependencies": { - "bootstrap": "^4.1.3", + "bootstrap": "^5.0.0", "fetch": "^1.1.0", "jquery": "^3.0.0", "popper.js": "^1.14.4",