From 13cd97d60944b843f8a464942b0ec065b72bbae9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 06:48:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e99d8d..c8c7bc7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "vscode": "^1.1.21" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.12.0", "codesandbox": "^1.3.0", "codesandbox-import-utils": "^1.3.0", "fast-memoize": "^2.5.1",