From e57e2706a5a1d79e278f8e0b5731f923504b7eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 01:44:45 +0000 Subject: [PATCH] chore(deps): update dependency tsmatchers to v6 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fba51d16..e8d21506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "22.19.3", "commitlint": "19.8.1", "husky": "9.1.7", - "tsmatchers": "5.0.3", + "tsmatchers": "6.0.2", "tsx": "4.20.4" }, "engines": { @@ -8295,9 +8295,9 @@ "peer": true }, "node_modules/tsmatchers": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/tsmatchers/-/tsmatchers-5.0.3.tgz", - "integrity": "sha512-Rqc0qqhrlOR1pKGrVCERGXgEUOiGOwDN89vO8HRpccMvmejRJH3aRZZCdtUbKyeQedxvoB9ePHaaSnn57Kjz3Q==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/tsmatchers/-/tsmatchers-6.0.2.tgz", + "integrity": "sha512-0xuUP/L5e1KtsNgO8iymO8kCl/Mcd8jequhGHI6AtZxcfFnhR0crJueFw2DcCLP1ruHNzByXPn+VdqdGSb97EA==", "dev": true, "license": "ASL 2.0" }, diff --git a/package.json b/package.json index d2b7a78d..99520b6f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/node": "22.19.3", "commitlint": "19.8.1", "husky": "9.1.7", - "tsmatchers": "5.0.3", + "tsmatchers": "6.0.2", "tsx": "4.20.4" }, "lint-staged": {