Skip to content

Commit fa28c82

Browse files
chore(deps): bump axios from 0.27.2 to 1.5.0
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.5.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.5.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c299926 commit fa28c82

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/gengjiawen/leetcode#readme",
2525
"dependencies": {
2626
"async": "^3.2.4",
27-
"axios": "0.27.2",
27+
"axios": "1.5.0",
2828
"dotenv": "^16.1.4",
2929
"fs-extra": "10.1.0",
3030
"sequelize": "6.28.2",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -995,13 +995,14 @@ aws4@^1.8.0:
995995
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
996996
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
997997

998-
axios@0.27.2:
999-
version "0.27.2"
1000-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1001-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
998+
axios@1.5.0:
999+
version "1.5.0"
1000+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
1001+
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
10021002
dependencies:
1003-
follow-redirects "^1.14.9"
1003+
follow-redirects "^1.15.0"
10041004
form-data "^4.0.0"
1005+
proxy-from-env "^1.1.0"
10051006

10061007
babel-jest@^28.1.2:
10071008
version "28.1.2"
@@ -1649,10 +1650,10 @@ find-up@^4.0.0, find-up@^4.1.0:
16491650
locate-path "^5.0.0"
16501651
path-exists "^4.0.0"
16511652

1652-
follow-redirects@^1.14.9:
1653-
version "1.15.1"
1654-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
1655-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
1653+
follow-redirects@^1.15.0:
1654+
version "1.15.2"
1655+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
1656+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
16561657

16571658
forever-agent@~0.6.1:
16581659
version "0.6.1"
@@ -3098,6 +3099,11 @@ prompts@^2.0.1:
30983099
kleur "^3.0.3"
30993100
sisteransi "^1.0.5"
31003101

3102+
proxy-from-env@^1.1.0:
3103+
version "1.1.0"
3104+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
3105+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
3106+
31013107
psl@^1.1.28:
31023108
version "1.9.0"
31033109
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"

0 commit comments

Comments
 (0)