From 1f7fa82eeb2f00334bd5577c220ac65936e36ac4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 22:14: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-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e99d8d..a3cf762 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "vscode": "^1.1.21" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.30.0", "codesandbox": "^1.3.0", "codesandbox-import-utils": "^1.3.0", "fast-memoize": "^2.5.1",