diff --git a/package-lock.json b/package-lock.json index 66c1221..25b547f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@playwright/browser-chromium": "^1.44.1", "@types/chai": "^4.3.16", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/node": "18", "@typescript-eslint/eslint-plugin": "^7.13.1", "chai": "^5.1.1", @@ -707,9 +707,9 @@ "dev": true }, "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.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "dev": true }, "node_modules/@types/node": { diff --git a/package.json b/package.json index 8f1b614..ea18d9b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@playwright/browser-chromium": "^1.44.1", "@types/chai": "^4.3.16", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/node": "18", "@typescript-eslint/eslint-plugin": "^7.13.1", "chai": "^5.1.1",