diff --git a/package-lock.json b/package-lock.json index 1826252..3626a83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/chai": "^4.3.14", "@types/chai-as-promised": "^7.1.8", "@types/gulp": "^4.0.17", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/node": "^20.12.7", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", @@ -33,7 +33,7 @@ "glob-parent": "^6.0.2", "gulp": "^5.0.0", "minimatch": ">=9.0.4", - "mocha": "^10.4.0", + "mocha": "^10.5.2", "path-parse": ">=1.0.7", "proxyquire": "^2.1.3", "set-value": ">=4.1.0", @@ -1315,9 +1315,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": { @@ -4132,14 +4132,14 @@ } }, "node_modules/mocha": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", - "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", + "version": "10.5.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz", + "integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", - "chokidar": "3.5.3", + "chokidar": "^3.5.3", "debug": "4.3.4", "diff": "5.0.0", "escape-string-regexp": "4.0.0", diff --git a/package.json b/package.json index b514fa5..a07477e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/chai": "^4.3.14", "@types/chai-as-promised": "^7.1.8", "@types/gulp": "^4.0.17", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/node": "^20.12.7", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", @@ -43,7 +43,7 @@ "glob-parent": "^6.0.2", "gulp": "^5.0.0", "minimatch": ">=9.0.4", - "mocha": "^10.4.0", + "mocha": "^10.5.2", "path-parse": ">=1.0.7", "proxyquire": "^2.1.3", "set-value": ">=4.1.0",