From 2c1d0499b3e5f8143bdd94e5a9477e092d966e61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 15:32:06 +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-6032459 --- 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..3392abcd 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.0", "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..22b1532f 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.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"