From 61b086a03bc54d23c6494743cc07b11e55e12143 Mon Sep 17 00:00:00 2001 From: Joe Matthews Date: Sat, 23 Mar 2024 20:37:18 -0500 Subject: [PATCH] fix(package-lock.json): fix follow-redirects vunerability run `npm audit fix` and add package-lock.json to .eslintignore re #40 --- .eslintignore | 1 + package-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index 32bc53c..79da897 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ /dist /node-modules +package-lock.json !.cspell.json diff --git a/package-lock.json b/package-lock.json index cdebe79..d5f2708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11614,9 +11614,9 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", - "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, "funding": [ {