diff options
| author | Fuwn <[email protected]> | 2022-01-25 23:09:49 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-25 23:09:49 -0800 |
| commit | ece83c98b937f654cb9000c48ed45eee67f9eeeb (patch) | |
| tree | d6d82c34c9b67c242a87ab244864dcdefa51203f | |
| parent | Merge pull request #4 from Fuwn/dependabot/npm_and_yarn/follow-redirects-1.14.7 (diff) | |
| parent | Bump axios from 0.21.1 to 0.21.2 (diff) | |
| download | twittlet-ece83c98b937f654cb9000c48ed45eee67f9eeeb.tar.xz twittlet-ece83c98b937f654cb9000c48ed45eee67f9eeeb.zip | |
Merge pull request #5 from Fuwn/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
| -rw-r--r-- | package-lock.json | 8 | ||||
| -rw-r--r-- | package.json | 2 |
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" |