diff --git a/package-lock.json b/package-lock.json index 9541420b0..68bca6ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/chai-like": "^1.1.3", "@types/chai-things": "^0.0.38", "@types/chrome": "0.0.148", - "@types/mocha": "^10.0.5", + "@types/mocha": "^10.0.6", "@types/node": "^20.9.4", "@types/simulant": "^0.2.2", "@types/sinon-chai": "^3.2.10", @@ -3242,9 +3242,9 @@ } }, "node_modules/@types/mocha": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.5.tgz", - "integrity": "sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", + "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", "dev": true }, "node_modules/@types/ms": { @@ -26863,9 +26863,9 @@ } }, "@types/mocha": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.5.tgz", - "integrity": "sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", + "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", "dev": true }, "@types/ms": { diff --git a/package.json b/package.json index 4940c6f94..326fa5541 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/chai-like": "^1.1.3", "@types/chai-things": "^0.0.38", "@types/chrome": "0.0.148", - "@types/mocha": "^10.0.5", + "@types/mocha": "^10.0.6", "@types/node": "^20.9.4", "@types/simulant": "^0.2.2", "@types/sinon-chai": "^3.2.10",