diff --git a/package-lock.json b/package-lock.json index 4880ab8..d6f384a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@eslint/js": "^9.9.0", "@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@types/eslint__js": "^8.42.3", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/node": "^22.5.2", "@types/uuid": "^10.0.0", "@typescript-eslint/parser": "^8.6.0", @@ -2057,11 +2057,10 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", - "dev": true, - "license": "MIT" + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", + "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "dev": true }, "node_modules/@types/node": { "version": "22.5.2", diff --git a/package.json b/package.json index d51ae5d..883a644 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@changesets/get-github-info": "^0.6.0", "@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@types/eslint__js": "^8.42.3", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/node": "^22.5.2", "@types/uuid": "^10.0.0", "@typescript-eslint/parser": "^8.6.0",