From ac31b954eaa2e4c1532a224cf61bcf27d433505f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Korpim=C3=A4ki?= Date: Sun, 31 Jan 2021 20:35:53 +0100 Subject: [PATCH 1/2] Update devDependency mocha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e619ef5..3f7f1c3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "async": "^3.0.1", - "mocha": "^7.1.2", + "mocha": "^8.2.1", "sax": "^1.2.4", "should": "^13.2.1", "sinon": "^7.2.5" From f8c1bbc0be682f227f37e469ea22b858b7f14d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Korpim=C3=A4ki?= Date: Sun, 31 Jan 2021 20:38:40 +0100 Subject: [PATCH 2/2] Update devDependency sinon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f7f1c3..e0475e7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "mocha": "^8.2.1", "sax": "^1.2.4", "should": "^13.2.1", - "sinon": "^7.2.5" + "sinon": "^9.2.4" }, "scripts": { "test": "node test-runner.js",