Merge pull request #639 from LiveSplit/dependabot/npm_and_yarn/mocha-9.1.3

Bump mocha from 9.1.2 to 9.1.3
This commit is contained in:
Christopher Serr
2021-11-01 16:14:57 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -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",
+1 -1
View File
@@ -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",