fix: security upgrade follow-redirects from 1.14.7 to 1.14.8 (#7801)

This commit is contained in:
Snyk bot
2022-02-10 13:10:14 +02:00
committed by GitHub
parent fc9d77f1d4
commit 70088a95a7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7031,9 +7031,9 @@
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
},
"follow-redirects": {
"version": "1.14.7",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
"integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
"version": "1.14.8",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
"integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA=="
},
"for-each": {
"version": "0.3.3",

View File

@@ -33,7 +33,7 @@
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "4.17.2",
"follow-redirects": "1.14.7",
"follow-redirects": "1.14.8",
"graphql": "15.7.1",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.7.0",