Skip to content

Commit dcc0fac

Browse files
build(deps-dev): bump axios from 0.26.1 to 0.28.0
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](axios/axios@v0.26.1...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d507d6 commit dcc0fac

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"devDependencies": {
99
"@openapitools/openapi-generator-cli": "^2.6.0",
10-
"axios": "^0.26.1",
10+
"axios": "^0.28.0",
1111
"openapi-to-postmanv2": "^3.1.0",
1212
"semver": "^7.5.2"
1313
}

yarn.lock

+16-9
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,14 @@ [email protected]:
137137
follow-redirects "^1.14.9"
138138
form-data "^4.0.0"
139139

140-
axios@^0.26.1:
141-
version "0.26.1"
142-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
143-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
140+
axios@^0.28.0:
141+
version "0.28.0"
142+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
143+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
144144
dependencies:
145-
follow-redirects "^1.14.8"
145+
follow-redirects "^1.15.0"
146+
form-data "^4.0.0"
147+
proxy-from-env "^1.1.0"
146148

147149
balanced-match@^1.0.0:
148150
version "1.0.2"
@@ -401,10 +403,10 @@ [email protected]:
401403
resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"
402404
integrity sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==
403405

404-
follow-redirects@^1.14.8, follow-redirects@^1.14.9:
405-
version "1.15.4"
406-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
407-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
406+
follow-redirects@^1.14.9, follow-redirects@^1.15.0:
407+
version "1.15.5"
408+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
409+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
408410

409411
form-data@^4.0.0:
410412
version "4.0.0"
@@ -773,6 +775,11 @@ [email protected]:
773775
dependencies:
774776
punycode "^2.1.1"
775777

778+
proxy-from-env@^1.1.0:
779+
version "1.1.0"
780+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
781+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
782+
776783
punycode@^2.1.0, punycode@^2.1.1:
777784
version "2.3.0"
778785
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"

0 commit comments

Comments
 (0)