diff --git a/package-lock.json b/package-lock.json index 61ad996..ad3403d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "nyc": "15.1.0", "prettier": "3.4.2", "release-it": "^17.1.1", - "ts-mocha": "10.0.0", + "ts-mocha": "10.1.0", "typescript": "5.7.3", "ync": "0.0.9" }, @@ -10558,9 +10558,9 @@ } }, "node_modules/ts-mocha": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/ts-mocha/-/ts-mocha-10.0.0.tgz", - "integrity": "sha512-VRfgDO+iiuJFlNB18tzOfypJ21xn2xbuZyDvJvqpTbWgkAgD17ONGr8t+Tl8rcBtOBdjXp5e/Rk+d39f7XBHRw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/ts-mocha/-/ts-mocha-10.1.0.tgz", + "integrity": "sha512-T0C0Xm3/WqCuF2tpa0GNGESTBoKZaiqdUP8guNv4ZY316AFXlyidnrzQ1LUrCT0Wb1i3J0zFTgOh/55Un44WdA==", "dev": true, "dependencies": { "ts-node": "7.0.1" @@ -10575,7 +10575,7 @@ "tsconfig-paths": "^3.5.0" }, "peerDependencies": { - "mocha": "^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X || ^9.X.X || ^10.X.X" + "mocha": "^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X || ^9.X.X || ^10.X.X || ^11.X.X" } }, "node_modules/ts-node": { @@ -19970,9 +19970,9 @@ "requires": {} }, "ts-mocha": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/ts-mocha/-/ts-mocha-10.0.0.tgz", - "integrity": "sha512-VRfgDO+iiuJFlNB18tzOfypJ21xn2xbuZyDvJvqpTbWgkAgD17ONGr8t+Tl8rcBtOBdjXp5e/Rk+d39f7XBHRw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/ts-mocha/-/ts-mocha-10.1.0.tgz", + "integrity": "sha512-T0C0Xm3/WqCuF2tpa0GNGESTBoKZaiqdUP8guNv4ZY316AFXlyidnrzQ1LUrCT0Wb1i3J0zFTgOh/55Un44WdA==", "dev": true, "requires": { "ts-node": "7.0.1", diff --git a/package.json b/package.json index 6bcf875..dc2fa22 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "nyc": "15.1.0", "prettier": "3.4.2", "release-it": "^17.1.1", - "ts-mocha": "10.0.0", + "ts-mocha": "10.1.0", "typescript": "5.7.3", "ync": "0.0.9" },