From 875ceccefec8761a2b7048c0c5df1663f5cd5f7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:43:48 +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 86c39a2..27d6a15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "22.18.8", "commitlint": "19.8.1", "husky": "9.1.7", - "tsmatchers": "5.0.3", + "tsmatchers": "6.0.1", "tsx": "4.20.4" }, "engines": { @@ -7515,9 +7515,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsmatchers": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/tsmatchers/-/tsmatchers-5.0.3.tgz", - "integrity": "sha512-Rqc0qqhrlOR1pKGrVCERGXgEUOiGOwDN89vO8HRpccMvmejRJH3aRZZCdtUbKyeQedxvoB9ePHaaSnn57Kjz3Q==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/tsmatchers/-/tsmatchers-6.0.1.tgz", + "integrity": "sha512-6mob5glkHS5kAcgsjWHYbe+ZIjB9rfnEg7rPb+8V0PI5fuCQN7PpjXCePjAAXcP7ymkJboIp9k/b1Qn1b8c3yQ==", "dev": true, "license": "ASL 2.0" }, diff --git a/package.json b/package.json index 90a7e4e..36d2188 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/node": "22.18.8", "commitlint": "19.8.1", "husky": "9.1.7", - "tsmatchers": "5.0.3", + "tsmatchers": "6.0.1", "tsx": "4.20.4" }, "lint-staged": {