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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-06 15:56:18 +00:00
committed by peril-parse-community[bot]
parent ac40bf66f7
commit a5e90082bd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4853,9 +4853,9 @@
"dev": true
},
"follow-redirects": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.8.1.tgz",
"integrity": "sha512-micCIbldHioIegeKs41DoH0KS3AXfFzgS30qVkM6z/XOE/GJgvmsoc839NUqa1B9udYe9dQxgv7KFwng6+p/dw==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz",
"integrity": "sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==",
"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.8.1",
"follow-redirects": "1.9.0",
"graphql": "14.5.4",
"graphql-list-fields": "2.0.2",
"graphql-tools": "^4.0.5",