diff --git a/package-lock.json b/package-lock.json index d28745c..2515c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "globals": "^15.9.0", "husky": "^9.1.5", "lint-staged": "^15.2.10", - "mocha": "^10.7.3", + "mocha": "^11.0.1", "nodemon": "^3.1.4", "prettier": "^3.3.3", "rimraf": "^6.0.1", @@ -2002,9 +2002,10 @@ } }, "node_modules/mocha": { - "version": "10.7.3", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.0.1.tgz", + "integrity": "sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==", "dev": true, - "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", @@ -2013,7 +2014,7 @@ "diff": "^5.2.0", "escape-string-regexp": "^4.0.0", "find-up": "^5.0.0", - "glob": "^8.1.0", + "glob": "^10.4.5", "he": "^1.2.0", "js-yaml": "^4.1.0", "log-symbols": "^4.1.0", @@ -2032,7 +2033,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/cliui": { diff --git a/package.json b/package.json index da29b66..004c15c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "globals": "^15.9.0", "husky": "^9.1.5", "lint-staged": "^15.2.10", - "mocha": "^10.7.3", + "mocha": "^11.0.1", "nodemon": "^3.1.4", "prettier": "^3.3.3", "rimraf": "^6.0.1",