From 013bccbd0a31ceee2e62f8939c3b518130fc14ac Mon Sep 17 00:00:00 2001 From: Webb Scales Date: Wed, 25 Sep 2024 10:26:17 -0400 Subject: [PATCH] Update Dashboard dependency on Axios Addresses CVE-2023-45857 (and makes Dependabot shut up). --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 4d9a678f93..c2120bc4bd 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -13,7 +13,7 @@ "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", - "axios": "^0.26.1", + "axios": "^0.28.0", "babel-jest": "^27.5.1", "chart.js": "^4.2.1", "classnames": "^2.3.1",