From 4dece9825fc74eecaf9cf3ab5c9baa3344bf32d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:24:39 +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 2370c0c..41ce45f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "babel-loader": "^9.1.2", "babel-plugin-istanbul": "^6.1.1", "camunda-dmn-moddle": "^1.3.0", - "chai": "^4.4.1", + "chai": "^5.0.0", "cross-env": "^7.0.3", "dmn-js": "^16.4.0", "dmn-js-drd": "^16.4.0", @@ -83,7 +83,7 @@ "puppeteer": "^22.11.2", "rollup": "^4.18.0", "rollup-plugin-copy": "^3.4.0", - "sinon": "^17.0.1", + "sinon": "^18.0.0", "sinon-chai": "^3.7.0", "webpack": "^5.92.1" },