diff options
| author | Fuwn <[email protected]> | 2021-08-20 01:49:10 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-20 01:49:10 -0700 |
| commit | dad3566f6c3fff58be9017d5f390910d696484cb (patch) | |
| tree | f58203124ae39876cc2b0f86949879365d1b392d /package-lock.json | |
| parent | Merge pull request #3 from fuwn/dependabot/npm_and_yarn/lodash-4.17.21 (diff) | |
| parent | Bump axios from 0.19.2 to 0.21.1 (diff) | |
| download | twittlet-dad3566f6c3fff58be9017d5f390910d696484cb.tar.xz twittlet-dad3566f6c3fff58be9017d5f390910d696484cb.zip | |
Merge pull request #2 from fuwn/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/package-lock.json b/package-lock.json index 5ac0b22..47badd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,11 +76,11 @@ "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "1.5.10" + "follow-redirects": "^1.10.0" } }, "balanced-match": { @@ -445,22 +445,9 @@ } }, "follow-redirects": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", - "requires": { - "debug": "=3.1.0" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - } - } + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" }, "forever-agent": { "version": "0.6.1", |