fix: upgrade follow-redirects from 1.9.1 to 1.10.0 (#6489)

Snyk has created this PR to upgrade follow-redirects from 1.9.1 to 1.10.0.

See this package in NPM:
https://www.npmjs.com/package/follow-redirects

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2020-03-10 17:51:01 +01:00
committed by GitHub
parent 3068f13e0d
commit ecc2d11cbd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5893,9 +5893,9 @@
"dev": true
},
"follow-redirects": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.1.tgz",
"integrity": "sha512-oUNbrdUjHItyCytZQrHxWQ81ebL4xCFLH10sG0poUMgbKWoBnswpICjUBld3PLJ1lF6cCYVUBG7hAdLro0JNvg==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.10.0.tgz",
"integrity": "sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==",
"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.1",
"follow-redirects": "1.10.0",
"graphql": "14.6.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "^0.6.0",