From 3ccc6507643fbb1c044673c59c58eee628de3230 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 04:05:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b014847..452cfda 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ "@fortawesome/free-solid-svg-icons": "^5.13.0", "@fortawesome/vue-fontawesome": "^0.1.9", "@mrjeffapp/vue-braintree-paypal-button": "^1.1.1", - "axios": "^0.19.2", + "axios": "^1.13.5", "bootstrap": "^4.5.0", "bootstrap-vue": "^2.15.0", "js-cookie": "^2.2.1", - "qs": "^6.9.4", + "qs": "^6.14.2", "underscore": "^1.10.2", "vue": "^2.6.11", "vue-bootstrap-typeahead": "^0.2.6",