From 6d06cfab1f449977c88f3254501bfa88e70a86b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:41:24 +0000 Subject: [PATCH] build(deps): bump axios in /frontend/benefit/applicant Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.5.0. - [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.27.2...v1.5.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/benefit/applicant/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/benefit/applicant/package.json b/frontend/benefit/applicant/package.json index d87de1caef..916e044c2b 100644 --- a/frontend/benefit/applicant/package.json +++ b/frontend/benefit/applicant/package.json @@ -20,7 +20,7 @@ "@react-pdf/renderer": "^3.1.12", "@sentry/browser": "^7.16.0", "@sentry/nextjs": "^7.16.0", - "axios": "^0.27.2", + "axios": "^1.5.0", "babel-plugin-import": "^1.13.6", "camelcase-keys": "^7.0.2", "date-fns": "^2.24.0",