Skip to content

Commit 2c6e5cd

Browse files
chore(deps-dev): bump axios from 0.27.2 to 0.30.0
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a885129 commit 2c6e5cd

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/jest": "^26.0.23",
2121
"@typescript-eslint/eslint-plugin": "^4.16.1",
2222
"@typescript-eslint/parser": "^4.16.1",
23-
"axios": "^0.27.2",
23+
"axios": "^0.30.0",
2424
"eslint": "^7.21.0",
2525
"eslint-config-prettier": "^8.1.0",
2626
"eslint-config-typescript": "^3.0.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -929,13 +929,14 @@ asynckit@^0.4.0:
929929
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
930930
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
931931

932-
axios@^0.27.2:
933-
version "0.27.2"
934-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
935-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
932+
axios@^0.30.0:
933+
version "0.30.0"
934+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
935+
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
936936
dependencies:
937-
follow-redirects "^1.14.9"
937+
follow-redirects "^1.15.4"
938938
form-data "^4.0.0"
939+
proxy-from-env "^1.1.0"
939940

940941
babel-jest@^27.5.1:
941942
version "27.5.1"
@@ -1609,10 +1610,10 @@ flatted@^3.2.9:
16091610
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
16101611
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
16111612

1612-
follow-redirects@^1.14.9:
1613-
version "1.15.6"
1614-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
1615-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
1613+
follow-redirects@^1.15.4:
1614+
version "1.15.9"
1615+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
1616+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
16161617

16171618
form-data@^3.0.0:
16181619
version "3.0.1"
@@ -2780,6 +2781,11 @@ prompts@^2.0.1:
27802781
kleur "^3.0.3"
27812782
sisteransi "^1.0.5"
27822783

2784+
proxy-from-env@^1.1.0:
2785+
version "1.1.0"
2786+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
2787+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
2788+
27832789
psl@^1.1.33:
27842790
version "1.9.0"
27852791
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"

0 commit comments

Comments
 (0)