Skip to content

Commit 3988fdc

Browse files
Bump axios from 0.27.2 to 1.6.0 (#480)
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:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c13be0d commit 3988fdc

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/node": "^18.7.18",
5353
"@typescript-eslint/eslint-plugin": "5.37.0",
5454
"@typescript-eslint/parser": "5.37.0",
55-
"axios": "0.27.2",
55+
"axios": "1.6.0",
5656
"cross-env": "7.0.3",
5757
"eslint": "8.23.1",
5858
"eslint-config-prettier": "8.5.0",

yarn.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -1279,13 +1279,14 @@ available-typed-arrays@^1.0.5:
12791279
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
12801280
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
12811281

1282-
axios@0.27.2:
1283-
version "0.27.2"
1284-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1285-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
1282+
axios@1.6.0:
1283+
version "1.6.0"
1284+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
1285+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
12861286
dependencies:
1287-
follow-redirects "^1.14.9"
1287+
follow-redirects "^1.15.0"
12881288
form-data "^4.0.0"
1289+
proxy-from-env "^1.1.0"
12891290

12901291
b4a@^1.6.4:
12911292
version "1.6.4"
@@ -2464,10 +2465,10 @@ [email protected]:
24642465
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
24652466
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
24662467

2467-
follow-redirects@^1.14.9:
2468-
version "1.15.2"
2469-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
2470-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
2468+
follow-redirects@^1.15.0:
2469+
version "1.15.3"
2470+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
2471+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
24712472

24722473
for-each@^0.3.3:
24732474
version "0.3.3"

0 commit comments

Comments
 (0)