From 292990a3a3ab855a9cea096bacef2d45a6a34973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:07:26 +0000 Subject: [PATCH] chore: update test dependencies --- example/bpmnlint-plugin-local/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/bpmnlint-plugin-local/package.json b/example/bpmnlint-plugin-local/package.json index e46c730..6405481 100644 --- a/example/bpmnlint-plugin-local/package.json +++ b/example/bpmnlint-plugin-local/package.json @@ -13,8 +13,8 @@ ], "devDependencies": { "bpmnlint": "^10.0.0", - "chai": "^4.2.0", - "mocha": "^10.0.0" + "chai": "^5.0.0", + "mocha": "^11.0.0" }, "dependencies": { "bpmnlint-utils": "^1.0.2"