From d71365222f9c09f4a615d1ae0f7c02eb4d7fa3e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 May 2022 22:04:53 +0000 Subject: [PATCH] fix: upgrade follow-redirects from 1.14.8 to 1.14.9 Snyk has created this PR to upgrade follow-redirects from 1.14.8 to 1.14.9. See this package in npm: https://www.npmjs.com/package/follow-redirects See this project in Snyk: https://app.snyk.io/org/acinader/project/21343059-02d9-4182-87d7-718a44b181ef?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 072dff5fea..7fd81e3174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7169,9 +7169,9 @@ "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" }, "follow-redirects": { - "version": "1.14.8", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", - "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==" + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" }, "for-each": { "version": "0.3.3", diff --git a/package.json b/package.json index 9307fb0112..ff239cc29e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cors": "2.8.5", "deepcopy": "2.1.0", "express": "4.17.2", - "follow-redirects": "1.14.8", + "follow-redirects": "1.14.9", "graphql": "15.8.0", "graphql-list-fields": "2.0.2", "graphql-relay": "0.7.0",