From 2d9103f85401d9a1501e67080f478ef06810ee86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 06:22:56 +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 61a69a4..ea14f37 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.19.2", + "axios": "^1.12.0", "codemirror": "^5.56.0", "concurrently": "^5.2.0", "cors": "^2.8.5",