aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-14 22:29:03 +0000
committerGitHub <[email protected]>2022-01-14 22:29:03 +0000
commitdf388d952e6ed167b20262d77068903a18d419d3 (patch)
treec8c3c043fd4b67fe5ca48508526c5580eac1dd7b
parentMerge branch 'master' of github.com:WeebDev/lolisafe (diff)
downloadhost.fuwn.me-dependabot/npm_and_yarn/axios-0.21.2.tar.xz
host.fuwn.me-dependabot/npm_and_yarn/axios-0.21.2.zip
chore(deps-dev): bump axios from 0.21.1 to 0.21.2dependabot/npm_and_yarn/axios-0.21.2
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:development ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--package-lock.json15
-rw-r--r--package.json2
2 files changed, 12 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 7e589ce..6008b30 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4112,11 +4112,18 @@
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
},
"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"
+ },
+ "dependencies": {
+ "follow-redirects": {
+ "version": "1.14.7",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
+ "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
+ }
}
},
"axios-retry": {
diff --git a/package.json b/package.json
index 6a1d3c1..39c0432 100644
--- a/package.json
+++ b/package.json
@@ -91,7 +91,7 @@
"@babel/preset-env": "^7.12.11",
"@vue/test-utils": "^1.1.2",
"autoprefixer": "^9.4.7",
- "axios": "^0.21.1",
+ "axios": "^0.21.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^26.6.3",