diff --git a/frontend/distiller/package-lock.json b/frontend/distiller/package-lock.json index 49fcbe2b..d5d30432 100644 --- a/frontend/distiller/package-lock.json +++ b/frontend/distiller/package-lock.json @@ -40,7 +40,7 @@ "devDependencies": { "@testing-library/jest-dom": "^6.4.6", "@types/jest": "^29.5.14", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.10", "@vitejs/plugin-react": "^4.3.1", "prettier": "^3.3.2", "pretty-quick": "^4.0.0", @@ -1951,9 +1951,9 @@ "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==" }, "node_modules/@types/mocha": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", - "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "node_modules/@types/node": { diff --git a/frontend/distiller/package.json b/frontend/distiller/package.json index fe8df555..11454bb9 100644 --- a/frontend/distiller/package.json +++ b/frontend/distiller/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@testing-library/jest-dom": "^6.4.6", "@types/jest": "^29.5.14", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.10", "@vitejs/plugin-react": "^4.3.1", "prettier": "^3.3.2", "pretty-quick": "^4.0.0", diff --git a/frontend/distiller/yarn.lock b/frontend/distiller/yarn.lock index 525269f9..58043338 100644 --- a/frontend/distiller/yarn.lock +++ b/frontend/distiller/yarn.lock @@ -953,10 +953,10 @@ resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.4.2.tgz#e4fc7214a420173cea47739c33cdf10874694db7" integrity sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA== -"@types/mocha@^10.0.6": - version "10.0.6" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b" - integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg== +"@types/mocha@^10.0.10": + version "10.0.10" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0" + integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q== "@types/node@*", "@types/node@^22.10.2": version "22.10.2"