From d36d4a50de24cc017f8c9a2a515da4b47361311d Mon Sep 17 00:00:00 2001 From: Achal Talati Date: Mon, 18 Mar 2024 12:23:26 +0530 Subject: [PATCH] Update package.json --- vscode/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode/package.json b/vscode/package.json index 5f62bc9..491cc98 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -738,8 +738,8 @@ "dependencies": { "@vscode/debugadapter": "1.55.1", "@vscode/webview-ui-toolkit": "^1.2.2", - "axios": "^1.6.7", + "axios": "^1.6.8", "jsonc-parser": "3.2.0", "vscode-languageclient": "^8.1.0" } -} \ No newline at end of file +}