From 62abdf0e5ffffe886a32332f2a2677c27e753ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:04:24 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 in /page 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/v0.21.2/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] --- page/package-lock.json | 8 ++++---- page/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/page/package-lock.json b/page/package-lock.json index c44fcc3..3bafc01 100644 --- a/page/package-lock.json +++ b/page/package-lock.json @@ -2179,11 +2179,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/page/package.json b/page/package.json index 72e988f..4b1cae0 100644 --- a/page/package.json +++ b/page/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^0.21.2", "core-js": "^3.6.5", "crypto": "^1.0.1", "element-ui": "^2.13.2",