Skip to content

Commit 23476e4

Browse files
Bump axios from 0.19.2 to 0.21.2 in /extension
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29ace72 commit 23476e4

File tree

2 files changed

+11
-27
lines changed

2 files changed

+11
-27
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@testing-library/jest-dom": "^4.2.4",
99
"@testing-library/react": "^9.3.2",
1010
"@testing-library/user-event": "^7.1.2",
11-
"axios": "^0.19.2",
11+
"axios": "^0.21.2",
1212
"lodash": "^4.17.21",
1313
"react": "^16.13.1",
1414
"react-dom": "^16.13.1",

extension/yarn.lock

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3883,12 +3883,12 @@ aws4@^1.8.0:
38833883
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c"
38843884
integrity sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==
38853885

3886-
axios@^0.19.2:
3887-
version "0.19.2"
3888-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
3889-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
3886+
axios@^0.21.2:
3887+
version "0.21.2"
3888+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
3889+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
38903890
dependencies:
3891-
follow-redirects "1.5.10"
3891+
follow-redirects "^1.14.0"
38923892

38933893
axobject-query@^2.0.2:
38943894
version "2.1.1"
@@ -5338,14 +5338,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
53385338
dependencies:
53395339
ms "2.0.0"
53405340

5341-
debug@=3.1.0:
5342-
version "3.1.0"
5343-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
5344-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
5345-
dependencies:
5346-
ms "2.0.0"
5347-
5348-
debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6:
5341+
debug@^3.1.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6:
53495342
version "3.2.6"
53505343
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
53515344
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -6538,19 +6531,10 @@ flush-write-stream@^1.0.0:
65386531
inherits "^2.0.3"
65396532
readable-stream "^2.3.6"
65406533

6541-
6542-
version "1.5.10"
6543-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
6544-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
6545-
dependencies:
6546-
debug "=3.1.0"
6547-
6548-
follow-redirects@^1.0.0:
6549-
version "1.9.0"
6550-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f"
6551-
integrity sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==
6552-
dependencies:
6553-
debug "^3.0.0"
6534+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
6535+
version "1.15.1"
6536+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
6537+
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
65546538

65556539
for-in@^0.1.3:
65566540
version "0.1.8"

0 commit comments

Comments
 (0)