diff --git a/package-lock.json b/package-lock.json index ca9442c..d0a06e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@lukka/run-cmake-lib": "4.1.11", "@types/follow-redirects": "1.14.3", "@types/jest": "29.5.6", - "follow-redirects": "^1.15.6", + "follow-redirects": "^1.16.0", "jest-cli": "29.7.0", "strip-json-comments": "^3.0.1" }, @@ -2923,15 +2923,16 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, diff --git a/package.json b/package.json index 7d37cb7..6afe0d6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@lukka/run-cmake-lib": "4.1.11", "@types/follow-redirects": "1.14.3", "@types/jest": "29.5.6", - "follow-redirects": "^1.15.6", + "follow-redirects": "^1.16.0", "jest-cli": "29.7.0", "strip-json-comments": "^3.0.1" }