From f4efe0ab85fb35468e7f0cbbbd3b04b1e8f20533 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:01:18 +0000 Subject: [PATCH] chore(deps): update types (#3521) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb02c403d..9ea3bac2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,8 +18,8 @@ "@stryker-mutator/typescript-checker": "8.5.0", "@stryker-mutator/vitest-runner": "8.5.0", "@types/chai": "5.0.1", - "@types/mocha": "10.0.9", - "@types/node": "22.9.0", + "@types/mocha": "10.0.10", + "@types/node": "22.9.1", "@types/sinon": "17.0.3", "chai": "5.1.2", "json-schema-to-typescript": "15.0.3", @@ -4261,9 +4261,9 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true, "license": "MIT" }, @@ -4278,9 +4278,9 @@ } }, "node_modules/@types/node": { - "version": "22.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", - "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", + "version": "22.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.1.tgz", + "integrity": "sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5a254474e..3c1acbf22 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "@stryker-mutator/typescript-checker": "8.5.0", "@stryker-mutator/vitest-runner": "8.5.0", "@types/chai": "5.0.1", - "@types/mocha": "10.0.9", - "@types/node": "22.9.0", + "@types/mocha": "10.0.10", + "@types/node": "22.9.1", "@types/sinon": "17.0.3", "chai": "5.1.2", "json-schema-to-typescript": "15.0.3",