From 57eaaf8483323634aed4d1d88fb5e577d45a2445 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 03:27:54 +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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e77ff34f8d..f33e13ec8d5 100644 --- a/package.json +++ b/package.json @@ -39,12 +39,12 @@ "license": "Apache-2.0", "devDependencies": { "@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0", - "axios": "^0.26.1", + "axios": "^1.13.5", "chai": "^4.3.7", "chai-as-promised": "*", "chalk": "^4.1.2", - "cypress": "^9.7.0", - "eslint": "^8.33.0", + "cypress": "^13.0.0", + "eslint": "^10.0.0", "eslint-plugin-vue": "^9.9.0", "jest": "^27.5.1", "mocha": "^9.2.2",