diff --git a/package-lock.json b/package-lock.json index 19d562f..ac9e02d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "esbuild": "^0.28.2", "eslint": "^10.9.1", "glob": "^13.0.6", - "mocha": "^12.0.0-rc.6", + "mocha": "^12.0.0", "rimraf": "^6.1.3", "typescript": "~6.0.3", "typescript-eslint": "^8.68.0", @@ -5656,9 +5656,9 @@ "optional": true }, "node_modules/mocha": { - "version": "12.0.0-rc.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-12.0.0-rc.6.tgz", - "integrity": "sha512-JfQk/OfLIU+Ajm76oTYM5YZn7gHWUZZF9+V9FQhveAv4mnB5I0Qwmtqx6O8uWGwmK+rPaqCBPlXS5+mcmgYbKg==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-12.0.0.tgz", + "integrity": "sha512-NYNh5IFt6WYqm9bi4601m7vix8MZdXC0DwS4gY6WhXO2RgJWhivhISVmq1oklCif18OSI9l+vx5Mdm5oh1XGiQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3d9bfaa..8c59ccf 100644 --- a/package.json +++ b/package.json @@ -259,7 +259,7 @@ "esbuild": "^0.28.2", "eslint": "^10.9.1", "glob": "^13.0.6", - "mocha": "^12.0.0-rc.6", + "mocha": "^12.0.0", "rimraf": "^6.1.3", "typescript": "~6.0.3", "typescript-eslint": "^8.68.0",