aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-26 07:09:17 +0000
committerGitHub <[email protected]>2022-01-26 07:09:17 +0000
commit9faaf1da93e735c813de463fd1dd6cf747a2241c (patch)
treed6d82c34c9b67c242a87ab244864dcdefa51203f
parentMerge pull request #4 from Fuwn/dependabot/npm_and_yarn/follow-redirects-1.14.7 (diff)
downloadtwittlet-9faaf1da93e735c813de463fd1dd6cf747a2241c.tar.xz
twittlet-9faaf1da93e735c813de463fd1dd6cf747a2241c.zip
Bump axios from 0.21.1 to 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:production ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 9463b2f..4701337 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -76,11 +76,11 @@
"integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA=="
},
"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"
}
},
"balanced-match": {
diff --git a/package.json b/package.json
index 1eaa9f4..462e130 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"author": "Sin",
"license": "MIT",
"dependencies": {
- "axios": "^0.21.1",
+ "axios": "^0.21.2",
"ejs": "^3.1.3",
"express": "^4.17.1",
"video-url-link": "^0.1.4"