From 97607d2cd6b7bf71918d3342e693a8ac49a25f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:10:06 +0000 Subject: [PATCH] chore(deps): bump axios from 0.19.2 to 1.2.3 Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 1.2.3. - [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.19.2...v1.2.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39e2228..2359af8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/jsonwebtoken": "^8.5.0", "@types/jwt-decode": "^2.2.1", "@types/node": "^16.10.2", - "axios": "^0.19.2", + "axios": "^1.2.3", "bcrypt": "^5.0.0", "cookie-parser": "^1.4.5", "cors": "^2.8.5",