refactor: upgrade follow-redirects from 1.15.1 to 1.15.2 (#8233)

This commit is contained in:
Snyk bot
2022-10-15 18:12:27 +03:00
committed by GitHub
parent c03908f74e
commit 6d0bc1eff0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6577,9 +6577,9 @@
"integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
},
"follow-redirects": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA=="
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA=="
},
"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.1",
"follow-redirects": "1.15.2",
"graphql": "16.6.0",
"graphql-list-fields": "2.0.2",
"graphql-tag": "2.12.6",