From 4e6dbdbac11374ca6c6b2b97fa5bfb090b9d3ca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 22:07:13 +0000 Subject: [PATCH] Update Development Dependencies --- apps/draupnir/package.json | 4 ++-- package.json | 6 +++--- packages/matrix-protection-suite/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/draupnir/package.json b/apps/draupnir/package.json index 2c6b1e37..06dbb264 100644 --- a/apps/draupnir/package.json +++ b/apps/draupnir/package.json @@ -35,8 +35,8 @@ "@types/pg": "^8.6.5", "@types/request": "^2.48.12", "crypto-js": "^4.2.0", - "expect": "^29.7.0", - "mocha": "^10.7.0", + "expect": "^30.0.0", + "mocha": "^11.0.0", "ts-auto-mock": "^3.7.4", "ts-node": "^10.9.2" }, diff --git a/package.json b/package.json index a0eaa124..92e96c1f 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ }, "devDependencies": { "@changesets/cli": "^2.30.0", - "@eslint/js": "^9.39.3", + "@eslint/js": "^10.0.0", "@types/jest": "^30.0.0", - "eslint": "^9.39.3", + "eslint": "^10.0.0", "jest": "^30.3.0", "prettier": "^3.3.3", "ts-jest": "^29.4.6", - "typescript": "^5.9.3", + "typescript": "^6.0.0", "typescript-eslint": "^8.56.1" }, "overrides": { diff --git a/packages/matrix-protection-suite/package.json b/packages/matrix-protection-suite/package.json index 0ab1e8dd..5b05c98f 100644 --- a/packages/matrix-protection-suite/package.json +++ b/packages/matrix-protection-suite/package.json @@ -28,7 +28,7 @@ "@types/glob-to-regexp": "^0.4.4", "@types/node": "^24.12.0", "typedoc": "^0.28.16", - "wait-for-expect": "^3.0.2" + "wait-for-expect": "^4.0.0" }, "dependencies": { "@gnuxie/typescript-result": "^1.0.0",