diff --git a/package-lock.json b/package-lock.json index 1d6dab2..917f1bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@types/gulp": "^4.0.17", "@types/gulp-sass": "^5.0.4", "@types/http-errors": "^2.0.4", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.10", "@types/node-windows": "^0.1.6", "@types/papaparse": "^5.3.14", "@types/session-file-store": "^1.2.5", @@ -3384,11 +3384,10 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", - "dev": true, - "license": "MIT" + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", + "dev": true }, "node_modules/@types/ms": { "version": "0.7.31", @@ -17539,9 +17538,9 @@ "dev": true }, "@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "@types/ms": { diff --git a/package.json b/package.json index 1e7b2dc..da20578 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/gulp": "^4.0.17", "@types/gulp-sass": "^5.0.4", "@types/http-errors": "^2.0.4", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.10", "@types/node-windows": "^0.1.6", "@types/papaparse": "^5.3.14", "@types/session-file-store": "^1.2.5",