From 8ba8c94a26f56823428756b275250f213a3daa6c Mon Sep 17 00:00:00 2001 From: Conor Brady Date: Tue, 14 Nov 2023 13:21:18 -0800 Subject: [PATCH] Bump axios from 1.4.0 to 1.6.0 in /web (#3236) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 0b6f1c381..9ab04f327 100644 --- a/web/package.json +++ b/web/package.json @@ -31,7 +31,7 @@ "@types/webpack-env": "^1.15.1", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", - "axios": "1.4.0", + "axios": "1.6.0", "date-fns": "^2.28.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^4.0.0", diff --git a/web/yarn.lock b/web/yarn.lock index 728efb166..48e9a3e2a 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3641,10 +3641,10 @@ axe-core@=4.7.0: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf" integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ== -axios@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" - integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== +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"