Skip to content

Commit

Permalink
fix: upgrade follow-redirects (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Aug 22, 2022
1 parent 3bb849a commit 071483e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
"@babel/preset-env": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.16.7",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"dotenv": "^10.0.0",
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down Expand Up @@ -113,6 +113,7 @@
"@types/qs": "^6.9.7",
"axios": "^0.22.0",
"faye": "^1.4.0",
"follow-redirects": "1.14.7",
"form-data": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3971,6 +3971,11 @@ flatted@^3.1.0, flatted@^3.2.4:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==

follow-redirects@1.14.7:
version "1.14.7"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==

follow-redirects@^1.0.0, follow-redirects@^1.14.4:
version "1.14.8"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
Expand Down

0 comments on commit 071483e

Please sign in to comment.