diff --git a/package-lock.json b/package-lock.json index 1e79388f..c8d35642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/chai": "^5.0.1", "@types/chai-as-promised": "^8.0.1", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/mock-knex": "^0.4.8", "@types/node": "^22.8.4", "@types/supertest": "^6.0.2", @@ -43,7 +43,7 @@ "cross-env": "^7.0.3", "eslint-formatter-gha": "^1.5.1", "eslint-plugin-mocha": "^10.5.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", "mocha-reporter-sonarqube": "^2.1.1", @@ -3977,9 +3977,9 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true, "license": "MIT" }, @@ -9355,9 +9355,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 4041fda9..3c915321 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/chai": "^5.0.1", "@types/chai-as-promised": "^8.0.1", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/mock-knex": "^0.4.8", "@types/node": "^22.8.4", "@types/supertest": "^6.0.2", @@ -57,7 +57,7 @@ "cross-env": "^7.0.3", "eslint-formatter-gha": "^1.5.1", "eslint-plugin-mocha": "^10.5.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", "mocha-reporter-sonarqube": "^2.1.1",