diff --git a/package-lock.json b/package-lock.json index f103561..75c44fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint": "^9.13.0", "eslint-config-prettier": "^9.0.0", "eslint-config-pythoncoderas-combo": "^1.1.3", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "prettier": "^2.8.8", "ts-node": "^10.9.1", "typescript": "^5.6.3" @@ -3590,9 +3590,9 @@ } }, "node_modules/mocha": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", - "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", + "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", diff --git a/package.json b/package.json index ffc1843..2a22941 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "^9.13.0", "eslint-config-prettier": "^9.0.0", "eslint-config-pythoncoderas-combo": "^1.1.3", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "prettier": "^2.8.8", "ts-node": "^10.9.1", "typescript": "^5.6.3"