Skip to content

Commit 52769a0

Browse files
Bump axios from 0.27.2 to 1.6.0 (#17847)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49eff02 commit 52769a0

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@azure/msal-common": "^11.0.0",
117117
"@azure/msal-node": "^1.16.0",
118118
"@microsoft/ads-extension-telemetry": "^3.0.2",
119-
"axios": "^0.27.2",
119+
"axios": "^1.6.0",
120120
"core-js": "^2.4.1",
121121
"decompress-zip": "^0.2.2",
122122
"ejs": "^3.1.7",

yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -728,13 +728,14 @@ aws4@^1.8.0:
728728
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
729729
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
730730

731-
axios@^0.27.2:
732-
version "0.27.2"
733-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
734-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
731+
axios@^1.6.0:
732+
version "1.6.0"
733+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
734+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
735735
dependencies:
736-
follow-redirects "^1.14.9"
736+
follow-redirects "^1.15.0"
737737
form-data "^4.0.0"
738+
proxy-from-env "^1.1.0"
738739

739740
babel-code-frame@^6.26.0:
740741
version "6.26.0"
@@ -2172,10 +2173,10 @@ [email protected]:
21722173
resolved "https://registry.yarnpkg.com/fmerge/-/fmerge-1.2.0.tgz#36e99d2ae255e3ee1af666b4df780553671cf692"
21732174
integrity sha1-NumdKuJV4+4a9ma033gFU2cc9pI=
21742175

2175-
follow-redirects@^1.14.9:
2176-
version "1.15.2"
2177-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
2178-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
2176+
follow-redirects@^1.15.0:
2177+
version "1.15.3"
2178+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
2179+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
21792180

21802181
for-in@^1.0.1, for-in@^1.0.2:
21812182
version "1.0.2"
@@ -4349,6 +4350,11 @@ process-nextick-args@~1.0.6:
43494350
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
43504351
integrity sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=
43514352

4353+
proxy-from-env@^1.1.0:
4354+
version "1.1.0"
4355+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
4356+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
4357+
43524358
psl@^1.1.28:
43534359
version "1.8.0"
43544360
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"

0 commit comments

Comments
 (0)