From ed68e8c356ead4239bb0787f8960ff530cfee0ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 15:01:30 +0000 Subject: [PATCH] fix: frontend/package.json & frontend/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f3b0c429..184a25b1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "@mui/material": "^5.10.9", "@mui/styles": "^5.10.9", "@types/mui-image": "^1.0.1", - "axios": "^1.1.3", + "axios": "^1.6.3", "mui-image": "^1.0.7", "nullthrows": "^1.1.1", "prop-types": "^15.7.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9226a673..6bae29bb 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2301,10 +2301,10 @@ axios-mock-adapter@^1.20.0: fast-deep-equal "^3.1.3" is-buffer "^2.0.5" -axios@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" - integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== +axios@^1.6.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4" + integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"