From dc0b717e62f9a5b1b8159876f9552a07547b30b9 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 18 May 2023 00:26:05 +0100 Subject: [PATCH] chore: update test dependencies Mocha/Chai has known security issues, this update makes npm audit happy. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0434402..cc70184 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ }, "devDependencies": { "async": "^2.6.1", - "chai": "^4.1.2", + "chai": "^4.3.7", "glob": "^7.1.2", - "mocha": "^5.2.0", + "mocha": "^10.2.0", "node-gyp": "^9.3.0" }, "scripts": {