From a432db080bb943fdda3df7760c8b8a80abb69fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:27:49 +0000 Subject: [PATCH] Bump axios from 0.21.4 to 1.3.4 in /election/web Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.3.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.3.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- election/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/election/web/package.json b/election/web/package.json index 8d24fa18..0df1ea24 100644 --- a/election/web/package.json +++ b/election/web/package.json @@ -9,7 +9,7 @@ "@primer/octicons-v2-react": "0.0.0-53e900d", "ag-grid-community": "^25.1.0", "ag-grid-react": "^25.1.0", - "axios": "^0.21.1", + "axios": "^1.3.4", "classnames": "^2.2.6", "core-js": "^3.6.5", "corejs-typeahead": "^1.3.1",