From 070a6b68fe7b18e9bb983fcb5ade97d38a8181b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 00:23:22 +0000 Subject: [PATCH] fix(deps): bump axios from 1.2.1 to 1.2.4 Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.2.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/v1.2.1...v1.2.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 082084b..d799eff 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@nuxtjs/axios": "^5.13.6", - "axios": "^1.2.1", + "axios": "^1.2.4", "bootstrap": "^4.6.1", "bootstrap-vue": "^2.23.1", "core-js": "^3.26.1", diff --git a/yarn.lock b/yarn.lock index 01810ae..079d496 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2340,10 +2340,10 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a" - integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A== +axios@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.4.tgz#6555dd955d2efa9b8f4cb4cb0b3371b7b243537a" + integrity sha512-lIQuCfBJvZB/Bv7+RWUqEJqNShGOVpk9v7P0ZWx5Ip0qY6u7JBAU6dzQPMLasU9vHL2uD8av/1FDJXj7n6c39w== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"