Merge pull request #122 from mmvanheusden/dependabot/npm_and_yarn/follow-redirects-1.15.3

Bump follow-redirects from 1.15.2 to 1.15.3
This commit is contained in:
Maarten
2023-10-21 15:19:01 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "GPL-3.0",
"dependencies": {
"elecron": "^0.0.1-security",
"follow-redirects": "^1.15.2"
"follow-redirects": "^1.15.3"
},
"devDependencies": {
"electron": "^27.0.2",
@@ -2046,9 +2046,9 @@
"dev": true
},
"node_modules/follow-redirects": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
"version": "1.15.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
"integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
"funding": [
{
"type": "individual",

View File

@@ -36,6 +36,6 @@
},
"dependencies": {
"elecron": "^0.0.1-security",
"follow-redirects": "^1.15.2"
"follow-redirects": "^1.15.3"
}
}