From c3aba0e2b1a03d84acb1963f7b8d4be675e2a3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Baudisch?= Date: Thu, 21 Aug 2025 13:45:26 +0200 Subject: [PATCH] update dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a77b40..5df1358 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ "author": "Astin Choi ", "license": "Apache-2.0", "devDependencies": { - "chai": "^3.5.0", - "mocha": "^3.2.0", + "chai": "^5.3.1", + "mocha": "^11.7.1", "pre-commit": "^1.2.2" }, "dependencies": { - "https-proxy-agent": "^2.1.1", + "https-proxy-agent": "^7.0.6", "lodash": "^4.17.4", - "xml2js": "^0.4.17", - "http-proxy-agent": "^2.1.0" + "xml2js": "^0.6.2", + "http-proxy-agent": "^7.0.2" } }