refactor: upgrade follow-redirects from 1.14.5 to 1.14.6 (#7755)

This commit is contained in:
Snyk bot
2021-12-30 23:38:26 +00:00
committed by GitHub
parent 191d80b667
commit 9e477591fd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6996,9 +6996,9 @@
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
},
"follow-redirects": {
"version": "1.14.5",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz",
"integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA=="
"version": "1.14.6",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.6.tgz",
"integrity": "sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A=="
},
"for-each": {
"version": "0.3.3",

View File

@@ -32,7 +32,7 @@
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "4.17.1",
"follow-redirects": "1.14.5",
"follow-redirects": "1.14.6",
"graphql": "15.7.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.7.0",