Merge pull request #151 from mmvanheusden/dependabot/npm_and_yarn/follow-redirects-1.15.4

chore(deps): bump follow-redirects from 1.15.3 to 1.15.4
This commit is contained in:
Maarten
2024-01-02 17:32:42 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "2.4.1",
"license": "GPL-3.0",
"dependencies": {
"follow-redirects": "^1.15.3",
"follow-redirects": "^1.15.4",
"v8-compile-cache": "^2.4.0"
},
"devDependencies": {
@@ -2040,9 +2040,9 @@
"dev": true
},
"node_modules/follow-redirects": {
"version": "1.15.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
"integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
"version": "1.15.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
"integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==",
"funding": [
{
"type": "individual",

View File

@@ -35,7 +35,7 @@
"eslint": "^8.56.0"
},
"dependencies": {
"follow-redirects": "^1.15.3",
"follow-redirects": "^1.15.4",
"v8-compile-cache": "^2.4.0"
}
}