Update follow-redirects to the latest version 🚀 (#6366)

* fix(package): update follow-redirects to version 1.9.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-01-28 00:09:22 +00:00
committed by peril-parse-community[bot]
parent 4ab3665946
commit c21b94954f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6029,9 +6029,9 @@
"dev": true
},
"follow-redirects": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz",
"integrity": "sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==",
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.1.tgz",
"integrity": "sha512-oUNbrdUjHItyCytZQrHxWQ81ebL4xCFLH10sG0poUMgbKWoBnswpICjUBld3PLJ1lF6cCYVUBG7hAdLro0JNvg==",
"requires": {
"debug": "^3.0.0"
}

View File

@@ -31,7 +31,7 @@
"cors": "2.8.5",
"deepcopy": "2.0.0",
"express": "4.17.1",
"follow-redirects": "1.9.0",
"follow-redirects": "1.9.1",
"graphql": "14.5.8",
"graphql-list-fields": "2.0.2",
"graphql-relay": "^0.6.0",