aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-18 06:11:12 +0000
committerGitHub <noreply@github.com>2021-10-18 06:11:12 +0000
commit6292eeb06d5130526a1647c5cc40e4d605a8f251 (patch)
treef80bfecee9a2752a0a3be3705898c8540237debf
parent75c3c1b3bead3b4634b55c597f63eadbae315b1e (diff)
downloadskyblock-api-6292eeb06d5130526a1647c5cc40e4d605a8f251.tar.gz
skyblock-api-6292eeb06d5130526a1647c5cc40e4d605a8f251.tar.bz2
skyblock-api-6292eeb06d5130526a1647c5cc40e4d605a8f251.zip
Bump mocha from 9.1.2 to 9.1.3 (#142)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.2 to 9.1.3. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v9.1.2...v9.1.3) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 0a746c4..ffdb2b1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,7 @@
"@types/mongodb": "^4.0.7",
"@types/node": "^16.11.1",
"dotenv": "^10.0.0",
- "mocha": "^9.1.2",
+ "mocha": "^9.1.3",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
@@ -1253,9 +1253,9 @@
}
},
"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",
@@ -3090,9 +3090,9 @@
}
},
"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 de9d357..fa2af9e 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"@types/mongodb": "^4.0.7",
"@types/node": "^16.11.1",
"dotenv": "^10.0.0",
- "mocha": "^9.1.2",
+ "mocha": "^9.1.3",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},