Skip to content

Commit be52671

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

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.2.2",
2828
"dotenv": "^16.0.1",
2929
"fs-extra": "10.1.0",
3030
"sequelize": "6.28.0",

yarn.lock

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

1012-
axios@0.27.2:
1013-
version "0.27.2"
1014-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1015-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
1012+
axios@1.2.2:
1013+
version "1.2.2"
1014+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1"
1015+
integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==
10161016
dependencies:
1017-
follow-redirects "^1.14.9"
1017+
follow-redirects "^1.15.0"
10181018
form-data "^4.0.0"
1019+
proxy-from-env "^1.1.0"
10191020

10201021
babel-jest@^28.1.2:
10211022
version "28.1.2"
@@ -1656,10 +1657,10 @@ find-up@^4.0.0, find-up@^4.1.0:
16561657
locate-path "^5.0.0"
16571658
path-exists "^4.0.0"
16581659

1659-
follow-redirects@^1.14.9:
1660-
version "1.15.1"
1661-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
1662-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
1660+
follow-redirects@^1.15.0:
1661+
version "1.15.2"
1662+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
1663+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
16631664

16641665
forever-agent@~0.6.1:
16651666
version "0.6.1"
@@ -3070,6 +3071,11 @@ prompts@^2.0.1:
30703071
kleur "^3.0.3"
30713072
sisteransi "^1.0.5"
30723073

3074+
proxy-from-env@^1.1.0:
3075+
version "1.1.0"
3076+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
3077+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
3078+
30733079
psl@^1.1.28:
30743080
version "1.9.0"
30753081
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"

0 commit comments

Comments
 (0)