Skip to content

Commit cf5d7d2

Browse files
dependabot[bot]Manweill
authored andcommitted
Bump axios from 0.27.2 to 1.6.0 in /example
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db59fb7 commit cf5d7d2

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"typing": "./service",
66
"license": "MIT",
77
"dependencies": {
8-
"axios": "^0.27.2",
8+
"axios": "^1.6.0",
99
"swagger-axios-codegen": "*",
1010
"typescript": "^4.8.3"
1111
},

example/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ axios@^0.19.0:
1515
follow-redirects "1.5.10"
1616
is-buffer "^2.0.2"
1717

18-
axios@^0.27.2:
19-
version "0.27.2"
20-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
21-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
18+
axios@^1.6.0:
19+
version "1.6.0"
20+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
21+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
2222
dependencies:
23-
follow-redirects "^1.14.9"
23+
follow-redirects "^1.15.0"
2424
form-data "^4.0.0"
25+
proxy-from-env "^1.1.0"
2526

2627
camelcase@^5.0.0:
2728
version "5.3.1"
@@ -54,10 +55,10 @@ [email protected]:
5455
dependencies:
5556
debug "=3.1.0"
5657

57-
follow-redirects@^1.14.9:
58-
version "1.15.2"
59-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
60-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
58+
follow-redirects@^1.15.0:
59+
version "1.15.3"
60+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
61+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
6162

6263
form-data@^4.0.0:
6364
version "4.0.0"
@@ -100,6 +101,11 @@ prettier@^1.15.2:
100101
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
101102
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
102103

104+
proxy-from-env@^1.1.0:
105+
version "1.1.0"
106+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
107+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
108+
103109
swagger-axios-codegen@*:
104110
version "0.7.2"
105111
resolved "https://registry.yarnpkg.com/swagger-axios-codegen/-/swagger-axios-codegen-0.7.2.tgz#4226deff1264191619a917c88bfe6e845bd7c461"

0 commit comments

Comments
 (0)