diff --git a/package-lock.json b/package-lock.json index 7c17b7e..6e0fd62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "http-server": "^14.0.0", "imghash": "0.0.9", "leven": "^3.1.0", - "mocha": "^9.1.2", + "mocha": "^9.1.3", "moment": "^2.29.1", "node-fetch": "^2.6.1", "pixelmatch": "^5.2.1", @@ -7055,9 +7055,9 @@ "dev": true }, "node_modules/mocha": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.2.tgz", - "integrity": "sha512-ta3LtJ+63RIBP03VBjMGtSqbe6cWXRejF9SyM9Zyli1CKZJZ+vfCTj3oW24V7wAphMJdpOFLoMI3hjJ1LWbs0w==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.3.tgz", + "integrity": "sha512-Xcpl9FqXOAYqI3j79pEtHBBnQgVXIhpULjGQa7DVb0Po+VzmSIK9kanAiWLHoRR/dbZ2qpdPshuXr8l1VaHCzw==", "dev": true, "dependencies": { "@ungap/promise-all-settled": "1.1.2", @@ -17225,9 +17225,9 @@ "dev": true }, "mocha": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.2.tgz", - "integrity": "sha512-ta3LtJ+63RIBP03VBjMGtSqbe6cWXRejF9SyM9Zyli1CKZJZ+vfCTj3oW24V7wAphMJdpOFLoMI3hjJ1LWbs0w==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.3.tgz", + "integrity": "sha512-Xcpl9FqXOAYqI3j79pEtHBBnQgVXIhpULjGQa7DVb0Po+VzmSIK9kanAiWLHoRR/dbZ2qpdPshuXr8l1VaHCzw==", "dev": true, "requires": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 266b618..8b6a619 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "http-server": "^14.0.0", "imghash": "0.0.9", "leven": "^3.1.0", - "mocha": "^9.1.2", + "mocha": "^9.1.3", "moment": "^2.29.1", "node-fetch": "^2.6.1", "pixelmatch": "^5.2.1",