From e98d6aaf2dc8f962da0d8a40e4945ebf1e001818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:23:28 +0000 Subject: [PATCH] chore: update test dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf7ac36..880af68 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "bpmn-js": "^17.0.0", "bpmnlint": "^10.0.0", "bpmnlint-loader": "^0.1.6", - "chai": "^4.4.0", + "chai": "^5.0.0", "cpx2": "^7.0.0", "cross-env": "^7.0.3", "diagram-js": "^14.0.0", @@ -57,7 +57,7 @@ "puppeteer": "^22.0.0", "rollup": "^4.9.4", "rollup-plugin-string": "^3.0.0", - "sinon": "^17.0.1", + "sinon": "^18.0.0", "sinon-chai": "^3.7.0", "webpack": "^5.89.0" },