From 4dba8b64c2acf191cc1d6a28da056f02e4156e02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 21:51:08 +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 5e99d8d..5091634 100644 --- a/package.json +++ b/package.json @@ -60,13 +60,13 @@ "vscode": "^1.1.21" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.13.5", "codesandbox": "^1.3.0", "codesandbox-import-utils": "^1.3.0", "fast-memoize": "^2.5.1", "fs": "0.0.1-security", "path": "^0.12.7", - "snyk": "^1.192.5" + "snyk": "^1.996.0" }, "husky": { "hooks": {