From 70f2957fb06b9cc13299e8ac72c60b883649901a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 05:34:19 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 in /blb-seller-frontend Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blb-seller-frontend/package-lock.json | 8 ++++---- blb-seller-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blb-seller-frontend/package-lock.json b/blb-seller-frontend/package-lock.json index 308f8d4..4d69eaa 100644 --- a/blb-seller-frontend/package-lock.json +++ b/blb-seller-frontend/package-lock.json @@ -2202,11 +2202,11 @@ "dev": true }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "babel-eslint": { diff --git a/blb-seller-frontend/package.json b/blb-seller-frontend/package.json index 0c69347..cbe1cae 100644 --- a/blb-seller-frontend/package.json +++ b/blb-seller-frontend/package.json @@ -9,7 +9,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^0.21.2", "core-js": "^3.6.4", "echarts": "^4.9.0", "element-ui": "^2.13.1",