Skip to content

Commit 5756ba7

Browse files
Bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21dc5e8 commit 5756ba7

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": "Adam Shumann",
2020
"license": "MIT",
2121
"dependencies": {
22-
"axios": "^0.19.0",
22+
"axios": "^0.21.1",
2323
"body-parser": "^1.19.0",
2424
"screepsmod-admin-utils-ui": "^0.4.0",
2525
"yamljs": "^0.3.0"

yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,12 @@ aws4@^1.2.1, aws4@^1.8.0:
278278
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
279279
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
280280

281-
axios@^0.19.0:
282-
version "0.19.2"
283-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
284-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
281+
axios@^0.21.1:
282+
version "0.21.1"
283+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
284+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
285285
dependencies:
286-
follow-redirects "1.5.10"
286+
follow-redirects "^1.10.0"
287287

288288
balanced-match@^1.0.0:
289289
version "1.0.0"
@@ -595,13 +595,6 @@ [email protected], debug@^2.6.9:
595595
dependencies:
596596
ms "2.0.0"
597597

598-
debug@=3.1.0:
599-
version "3.1.0"
600-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
601-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
602-
dependencies:
603-
ms "2.0.0"
604-
605598
debug@^4.0.1, debug@^4.1.1:
606599
version "4.3.1"
607600
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
@@ -1096,12 +1089,10 @@ flatted@^2.0.0:
10961089
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
10971090
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
10981091

1099-
1100-
version "1.5.10"
1101-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
1102-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
1103-
dependencies:
1104-
debug "=3.1.0"
1092+
follow-redirects@^1.10.0:
1093+
version "1.13.1"
1094+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
1095+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
11051096

11061097
forever-agent@~0.6.1:
11071098
version "0.6.1"

0 commit comments

Comments
 (0)