From c753892ab879ab8e2be6064a700a1e900ff14a84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jun 2025 03:58:13 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f301000..b9070db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -630,9 +630,9 @@ } }, "@types/axios": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.0.tgz", - "integrity": "sha1-7CMA++fX3d1+udOr+HmZlkyvzkY=", + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.4.tgz", + "integrity": "sha512-9JgOaunvQdsQ/qW2OPmE5+hCeUB52lQSolecrFrthct55QekhmXEwT203s20RL+UHtCQc15y3VXpby9E7Kkh/g==", "requires": { "axios": "*" } diff --git a/package.json b/package.json index b54c3c2..6031a26 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "node": "14.13.x" }, "dependencies": { - "@types/axios": "^0.14.0", + "@types/axios": "^0.14.4", "@types/dotenv": "^6.1.0", "@types/glob": "^7.1.1", "@types/jest": "^25.1.0",