diff --git a/package-lock.json b/package-lock.json index ff067676a2..5d6c507be5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/cross-spawn": "6.0.6", "@types/fs-extra": "11.0.4", "@types/jsdom": "21.1.7", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/nanoid": "3.0.0", "@types/sinon": "^17.0.0", "@types/sinon-chai": "^3.2.5", @@ -1477,9 +1477,9 @@ } }, "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==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true }, "node_modules/@types/nanoid": { @@ -13834,9 +13834,9 @@ } }, "@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.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true }, "@types/nanoid": { diff --git a/package.json b/package.json index 90719d039d..2982ea03cb 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/cross-spawn": "6.0.6", "@types/fs-extra": "11.0.4", "@types/jsdom": "21.1.7", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/nanoid": "3.0.0", "@types/sinon": "^17.0.0", "@types/sinon-chai": "^3.2.5",