From 5a97397d06d34b953f9567b006a2c34a150eb652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:03:55 +0000 Subject: [PATCH] Bump axios from 0.21.4 to 1.2.6 in /election/web Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.2.6. - [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.2.6) --- 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..25adc279 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.2.6", "classnames": "^2.2.6", "core-js": "^3.6.5", "corejs-typeahead": "^1.3.1",