From b5e98fe3ee5f0e830ddd78078b7a9705b5490792 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Wed, 30 Oct 2024 23:26:00 +0100 Subject: [PATCH] Downgrade sinon Versions of sinon >= 11 is incompatible with Node.js v10, which breaks the ci tests. Also pin nise as it's not following Node.js version. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4954b5967..151acaa17 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "fs-jetpack": "^4", "sequelize": "^6", "@sequelize/core": "latest", - "sinon": "^13", + "sinon": "^10", "sinon-chai": "^3" }, "scripts": { @@ -69,6 +69,7 @@ "typescript": "~4.5" }, "resolutions": { - "chai-datetime/chai": "^4" + "chai-datetime/chai": "^4", + "nise": "5.0.1" } }