Skip to content

Commit ef9f31d

Browse files
Bump axios from 0.27.2 to 1.6.0
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] <support@github.com>
1 parent f336a8b commit ef9f31d

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/grecaptcha": "^3.0.4",
8383
"angular-idle-preload": "3.0.0",
8484
"angulartics2": "^12.2.0",
85-
"axios": "^0.27.2",
85+
"axios": "^1.6.0",
8686
"bootstrap": "^4.6.1",
8787
"cerialize": "0.1.18",
8888
"cli-progress": "^3.12.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,13 +3467,14 @@ axios@0.21.4:
34673467
dependencies:
34683468
follow-redirects "^1.14.0"
34693469

3470-
axios@^0.27.2:
3471-
version "0.27.2"
3472-
resolved "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz"
3473-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
3470+
axios@^1.6.0:
3471+
version "1.6.0"
3472+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
3473+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
34743474
dependencies:
3475-
follow-redirects "^1.14.9"
3475+
follow-redirects "^1.15.0"
34763476
form-data "^4.0.0"
3477+
proxy-from-env "^1.1.0"
34773478

34783479
axobject-query@3.1.1:
34793480
version "3.1.1"
@@ -5857,10 +5858,10 @@ flatted@^3.1.0, flatted@^3.2.7:
58575858
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz"
58585859
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
58595860

5860-
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.9:
5861-
version "1.15.2"
5862-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz"
5863-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
5861+
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.15.0:
5862+
version "1.15.3"
5863+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
5864+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
58645865

58655866
for-each@^0.3.3:
58665867
version "0.3.3"
@@ -9478,6 +9479,11 @@ proxy-from-env@1.0.0:
94789479
resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz"
94799480
integrity sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==
94809481

9482+
proxy-from-env@^1.1.0:
9483+
version "1.1.0"
9484+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
9485+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
9486+
94819487
prr@~1.0.1:
94829488
version "1.0.1"
94839489
resolved "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz"

0 commit comments

Comments
 (0)