From a2f4912c6d95e1c23405a106295c9ee5b206347c Mon Sep 17 00:00:00 2001 From: assitantforjess Date: Mon, 13 Apr 2026 20:45:05 -0600 Subject: [PATCH] chore: bump axios to 1.15.0 to address security advisories --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 13bb342..4e15df4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "Error report for: CSSLint/EditorConfig/ESLint/HTMLHint/JSCS/JSHint/PostCSS/Standard/TSLint/XO", "dependencies": { "ansi-escapes": "^3.1.0", - "axios": "^0.18.0", + "axios": "^1.15.0", "buffered-spawn": "^3.3.2", "bufferstreams": "^2.0.1", "chalk": "^2.4.1", @@ -125,4 +125,4 @@ "test": "env npm-run-all --parallel lint:* test-cov" }, "version": "2.10.0" -} +} \ No newline at end of file