diff --git a/package-lock.json b/package-lock.json index 7b8079f8..7d847c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index bba73652..55982bb6 100644 --- a/package.json +++ b/package.json @@ -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",