diff --git a/package-lock.json b/package-lock.json index b3f3d58..26fe276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "BSD", "devDependencies": { - "mocha": "^11.7.6", + "mocha": "^11.8.0", "should": "^13.2.3" } }, @@ -594,9 +594,9 @@ } }, "node_modules/mocha": { - "version": "11.7.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", - "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.8.0.tgz", + "integrity": "sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6978b3d..3facc31 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ ], "devDependencies": { "should": "^13.2.3", - "mocha": "^11.7.6" + "mocha": "^11.8.0" } }