From 6171cf986435b4d3a333eefce08697c4d8cba5bb Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Tue, 21 Apr 2026 07:01:57 +0200 Subject: [PATCH] Fix securit issue in axios and updated deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b1a4c201c..7135e2e72 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@xmldom/xmldom": "0.9.9", "acorn": "8.16.0", "arrify": "3.0.0", - "axios": "1.15.0", + "axios": "1.15.1", "chalk": "4.1.2", "cheerio": "^1.2.0", "chokidar": "^4.0.3", @@ -115,7 +115,7 @@ "lodash.merge": "4.6.2", "mkdirp": "3.0.1", "mocha": "11.7.5", - "monocart-coverage-reports": "2.12.10", + "monocart-coverage-reports": "2.12.11", "ms": "2.1.3", "multer": "^2.1.1", "ora-classic": "5.4.2", @@ -144,7 +144,7 @@ "@wdio/sauce-service": "9.12.5", "@wdio/selenium-standalone-service": "8.15.0", "@wdio/utils": "9.19.2", - "@xmldom/xmldom": "0.9.9", + "@xmldom/xmldom": "0.9.10", "chai": "^4.5.0", "chai-as-promised": "7.1.2", "chai-subset": "1.6.0", @@ -198,8 +198,8 @@ } }, "overrides": { - "@xmldom/xmldom": "0.9.9", - "axios": "1.15.0", + "@xmldom/xmldom": "0.9.10", + "axios": "1.15.1", "diff": "~8.0.3", "fast-xml-parser": "~5.5.6", "js-yaml": "~4.1.1",