diff --git a/package-lock.json b/package-lock.json index 8116a490ab..f74ad70c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6682,9 +6682,9 @@ "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" }, "follow-redirects": { - "version": "1.14.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", - "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", + "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==" }, "for-in": { "version": "1.0.2", diff --git a/package.json b/package.json index eb775b0521..508727cf5a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cors": "2.8.5", "deepcopy": "2.1.0", "express": "4.18.1", - "follow-redirects": "1.14.9", + "follow-redirects": "1.15.0", "graphql": "15.8.0", "graphql-list-fields": "2.0.2", "graphql-relay": "0.7.0",