diff --git a/package-lock.json b/package-lock.json index aa89572..0f2998c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,11 +18,14 @@ "chai": "4.5.0", "eslint": "^9.0.0", "lint-staged": "15.2.10", - "mocha": "10.7.3", + "mocha": "11.0.0", "rollup": "4.24.2", "typescript": "5.6.3", "yorkie": "2.0.0" }, + "engines": { + "node": "^16.20.0 || ^18.0.0 || ^20.0.0 || ^22.0.0" + }, "funding": { "type": "github", "url": "https://github.com/sponsors/nzakas" @@ -2072,9 +2075,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.0.0.tgz", + "integrity": "sha512-9VQaK0N4YQ2F89Vy4wTIEyTm/Ggcv1PejfVeI82wOw0vBO6BjFyBGHCiNbl+wyHmgWDyFmHb2Yw1QlLaWzaEoA==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -2103,7 +2106,7 @@ "mocha": "bin/mocha.js" }, "engines": { - "node": ">= 14.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/mocha/node_modules/brace-expansion": { @@ -4493,9 +4496,9 @@ } }, "mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.0.0.tgz", + "integrity": "sha512-9VQaK0N4YQ2F89Vy4wTIEyTm/Ggcv1PejfVeI82wOw0vBO6BjFyBGHCiNbl+wyHmgWDyFmHb2Yw1QlLaWzaEoA==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 4ac2668..8be8900 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "chai": "4.5.0", "eslint": "^9.0.0", "lint-staged": "15.2.10", - "mocha": "10.7.3", + "mocha": "11.0.0", "rollup": "4.24.2", "typescript": "5.6.3", "yorkie": "2.0.0"