Skip to content

Commit 28021c6

Browse files
authored
Merge pull request #8 from productive-dev/dependabot/npm_and_yarn/weather_report/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1 in /weather_report
2 parents 4c26545 + 8493555 commit 28021c6

File tree

3 files changed

+15
-53
lines changed

3 files changed

+15
-53
lines changed

weather_report/package-lock.json

Lines changed: 5 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

weather_report/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"axios": "^0.19.2",
11+
"axios": "^0.21.1",
1212
"core-js": "^3.6.4",
1313
"vue": "^2.6.11"
1414
},

weather_report/yarn.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,12 +1571,12 @@ aws4@^1.8.0:
15711571
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
15721572
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
15731573

1574-
axios@^0.19.2:
1575-
version "0.19.2"
1576-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1577-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1574+
axios@^0.21.1:
1575+
version "0.21.1"
1576+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1577+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
15781578
dependencies:
1579-
follow-redirects "1.5.10"
1579+
follow-redirects "^1.10.0"
15801580

15811581
babel-eslint@^10.1.0:
15821582
version "10.1.0"
@@ -2679,13 +2679,6 @@ [email protected], debug@^2.2.0, debug@^2.3.3:
26792679
dependencies:
26802680
ms "2.0.0"
26812681

2682-
debug@=3.1.0:
2683-
version "3.1.0"
2684-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2685-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2686-
dependencies:
2687-
ms "2.0.0"
2688-
26892682
debug@^3.1.1, debug@^3.2.5:
26902683
version "3.2.6"
26912684
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -3594,17 +3587,10 @@ flush-write-stream@^1.0.0:
35943587
inherits "^2.0.3"
35953588
readable-stream "^2.3.6"
35963589

3597-
3598-
version "1.5.10"
3599-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3600-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3601-
dependencies:
3602-
debug "=3.1.0"
3603-
3604-
follow-redirects@^1.0.0:
3605-
version "1.13.0"
3606-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
3607-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
3590+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
3591+
version "1.13.1"
3592+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3593+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
36083594

36093595
for-in@^1.0.2:
36103596
version "1.0.2"

0 commit comments

Comments
 (0)