diff --git a/package-lock.json b/package-lock.json index ca7fe351a..f73189b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-promise": "7.1.0", "lerna": "7.2.0", "lerna-changelog": "2.2.0", - "mocha": "10.8.1", + "mocha": "10.8.2", "nyc": "17.1.0", "prettier": "3.0.3", "sinon": "19.0.2", @@ -8253,9 +8253,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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8c1e85028..954cb2c41 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-promise": "7.1.0", "lerna": "7.2.0", "lerna-changelog": "2.2.0", - "mocha": "10.8.1", + "mocha": "10.8.2", "nyc": "17.1.0", "prettier": "3.0.3", "sinon": "19.0.2",