Skip to content

Commit a4eb64a

Browse files
fix: upgrade axios from 0.22.0 to 0.27.2 (#73)
Snyk has created this PR to upgrade axios from 0.22.0 to 0.27.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/andrevarandas/project/fc52ed1e-7e2f-4862-95f0-682ae7e39e56?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 0498fb7 commit a4eb64a

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typescript": "^3.2.4"
4444
},
4545
"dependencies": {
46-
"axios": "^0.22.0",
46+
"axios": "^0.27.2",
4747
"rimraf": "^3.0.2"
4848
},
4949
"files": [

yarn.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -844,12 +844,13 @@ aws4@^1.8.0:
844844
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
845845
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
846846

847-
axios@^0.22.0:
848-
version "0.22.0"
849-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.22.0.tgz#bf702c41fb50fbca4539589d839a077117b79b25"
850-
integrity sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==
847+
axios@^0.27.2:
848+
version "0.27.2"
849+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
850+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
851851
dependencies:
852-
follow-redirects "^1.14.4"
852+
follow-redirects "^1.14.9"
853+
form-data "^4.0.0"
853854

854855
babel-code-frame@^6.26.0:
855856
version "6.26.0"
@@ -1451,7 +1452,7 @@ columnify@~1.5.4:
14511452
strip-ansi "^3.0.0"
14521453
wcwidth "^1.0.0"
14531454

1454-
combined-stream@^1.0.6, combined-stream@~1.0.6:
1455+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
14551456
version "1.0.8"
14561457
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
14571458
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -2358,7 +2359,7 @@ findup-sync@^4.0.0:
23582359
micromatch "^4.0.2"
23592360
resolve-dir "^1.0.1"
23602361

2361-
follow-redirects@^1.14.4:
2362+
follow-redirects@^1.14.9:
23622363
version "1.15.0"
23632364
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
23642365
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
@@ -2387,6 +2388,15 @@ forever-agent@~0.6.1:
23872388
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
23882389
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
23892390

2391+
form-data@^4.0.0:
2392+
version "4.0.0"
2393+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2394+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2395+
dependencies:
2396+
asynckit "^0.4.0"
2397+
combined-stream "^1.0.8"
2398+
mime-types "^2.1.12"
2399+
23902400
form-data@~2.3.2:
23912401
version "2.3.3"
23922402
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)