refactor: upgrade follow-redirects from 1.15.0 to 1.15.1 (#8063)

This commit is contained in:
Snyk bot
2022-06-19 14:48:12 +01:00
committed by GitHub
parent e26beb1f5c
commit 86832b9b95
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6548,9 +6548,9 @@
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
},
"follow-redirects": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz",
"integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ=="
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA=="
},
"for-in": {
"version": "1.0.2",

View File

@@ -31,7 +31,7 @@
"cors": "2.8.5",
"deepcopy": "2.1.0",
"express": "4.18.1",
"follow-redirects": "1.15.0",
"follow-redirects": "1.15.1",
"graphql": "16.5.0",
"graphql-list-fields": "2.0.2",
"graphql-tag": "2.12.6",