1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump mocha from 9.2.0 to 9.2.1 (#1299)

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.0 to 9.2.1.
- [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.2.0...v9.2.1)

---
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>
This commit is contained in:
dependabot[bot] 2022-02-21 07:12:12 +02:00 committed by GitHub
parent ce8842701a
commit ab3eee475c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0-next.21", "version": "1.0.0-next.21",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@oceanprotocol/contracts": "^1.0.0-alpha.21", "@oceanprotocol/contracts": "1.0.0-alpha.21",
"bignumber.js": "^9.0.2", "bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.5", "cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
@ -38,7 +38,7 @@
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"fs": "0.0.1-security", "fs": "0.0.1-security",
"microbundle": "^0.14.2", "microbundle": "^0.14.2",
"mocha": "^9.2.0", "mocha": "^9.2.1",
"mock-local-storage": "^1.1.20", "mock-local-storage": "^1.1.20",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"ora": "5.4.1", "ora": "5.4.1",
@ -16455,9 +16455,9 @@
} }
}, },
"node_modules/mocha": { "node_modules/mocha": {
"version": "9.2.0", "version": "9.2.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.2.0.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.2.1.tgz",
"integrity": "sha512-kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q==", "integrity": "sha512-T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@ungap/promise-all-settled": "1.1.2", "@ungap/promise-all-settled": "1.1.2",
@ -38257,9 +38257,9 @@
} }
}, },
"mocha": { "mocha": {
"version": "9.2.0", "version": "9.2.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.2.0.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.2.1.tgz",
"integrity": "sha512-kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q==", "integrity": "sha512-T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@ungap/promise-all-settled": "1.1.2", "@ungap/promise-all-settled": "1.1.2",

View File

@ -86,7 +86,7 @@
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"fs": "0.0.1-security", "fs": "0.0.1-security",
"microbundle": "^0.14.2", "microbundle": "^0.14.2",
"mocha": "^9.2.0", "mocha": "^9.2.1",
"mock-local-storage": "^1.1.20", "mock-local-storage": "^1.1.20",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"ora": "5.4.1", "ora": "5.4.1",