diff --git a/package-lock.json b/package-lock.json index 0f9d9a92..cba72b5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/chai": "^4.3.10", "@types/chai-as-promised": "^7.1.8", "@types/gulp": "^4.0.17", - "@types/mocha": "^10.0.4", + "@types/mocha": "^10.0.5", "@types/node": "^20.9.2", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.1", @@ -1104,9 +1104,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz", - "integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.5.tgz", + "integrity": "sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg==", "dev": true }, "node_modules/@types/node": { @@ -9249,9 +9249,9 @@ "dev": true }, "@types/mocha": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz", - "integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.5.tgz", + "integrity": "sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 3e4b9e41..c3f308f3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/chai": "^4.3.10", "@types/chai-as-promised": "^7.1.8", "@types/gulp": "^4.0.17", - "@types/mocha": "^10.0.4", + "@types/mocha": "^10.0.5", "@types/node": "^20.9.2", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.1",