From 301a326bbfdd2256c534f4d3318bef1443e80f28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 04:10:10 +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-7361793 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 389d8d9..268c0f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "asn1.js-rfc2560": "^5.0.1", "asn1.js-rfc5280": "^3.0.0", "autoprefixer": "^10.4.16", - "axios": "^1.6.8", + "axios": "^1.7.4", "bootstrap": "^5.3.3", "bwip-js": "^4.4.0", "chalk": "^3.0.0", @@ -1979,9 +1979,9 @@ } }, "node_modules/axios": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", - "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index dc576b1..4686f5b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "asn1.js-rfc2560": "^5.0.1", "asn1.js-rfc5280": "^3.0.0", "autoprefixer": "^10.4.16", - "axios": "^1.6.8", + "axios": "^1.7.4", "bootstrap": "^5.3.3", "bwip-js": "^4.4.0", "chalk": "^3.0.0",