diff --git a/package-lock.json b/package-lock.json index b087cdc4d..21ed8287d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@types/express": "^4.17.21", "@types/express-ejs-layouts": "^2.5.4", "@types/fs-extra": "^11.0.4", - "@types/mocha": "10.0.6", + "@types/mocha": "10.0.7", "@types/node": "20.14.8", "@types/selenium-webdriver": "^4.1.23", "@types/superagent": "^8.1.6", @@ -89,7 +89,7 @@ "jsonc-parser": "^3.3.1", "listr2": "8.2.3", "minimatch": "9.0.4", - "mocha": "10.4.0", + "mocha": "10.5.1", "node-fetch": "3.3.2", "nodemon": "3.1.4", "open-cli": "8.0.0", @@ -3483,9 +3483,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/ms": { @@ -11287,14 +11287,14 @@ "dev": true }, "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.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz", + "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==", "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 acb3410ae..dda2bba03 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@types/express": "^4.17.21", "@types/express-ejs-layouts": "^2.5.4", "@types/fs-extra": "^11.0.4", - "@types/mocha": "10.0.6", + "@types/mocha": "10.0.7", "@types/node": "20.14.8", "@types/selenium-webdriver": "^4.1.23", "@types/superagent": "^8.1.6", @@ -123,7 +123,7 @@ "jsonc-parser": "^3.3.1", "listr2": "8.2.3", "minimatch": "9.0.4", - "mocha": "10.4.0", + "mocha": "10.5.1", "node-fetch": "3.3.2", "nodemon": "3.1.4", "open-cli": "8.0.0",