diff --git a/package-lock.json b/package-lock.json index aa89572..de1863c 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": "10.8.2", "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": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -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": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 4ac2668..4122f6c 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": "10.8.2", "rollup": "4.24.2", "typescript": "5.6.3", "yorkie": "2.0.0"