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

Merge pull request #201 from oceanprotocol/dependabot/npm_and_yarn/ora-5.0.0

Bump ora from 4.1.0 to 5.0.0
This commit is contained in:
Ahmed Ali 2020-08-10 09:25:47 +02:00 committed by GitHub
commit d489dc8e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7198,9 +7198,9 @@
}
},
"ora": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ora/-/ora-4.1.0.tgz",
"integrity": "sha512-PhDvXi7I+dLVyFekgqXt0iBDdo5ARzOxJNoj72TysoXkW4/oi1lRaeakr4skciyWgPpk6JPPGwO1V4zPr6YRZA==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ora/-/ora-5.0.0.tgz",
"integrity": "sha512-s26qdWqke2kjN/wC4dy+IQPBIMWBJlSU/0JZhk30ZDBLelW25rv66yutUWARMigpGPzcXHb+Nac5pNhN/WsARw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@ -70,7 +70,7 @@
"mocha": "^8.0.1",
"mock-local-storage": "^1.1.11",
"nyc": "^15.1.0",
"ora": "^4.0.2",
"ora": "^5.0.0",
"prettier": "^2.0.5",
"source-map-support": "^0.5.19",
"ts-node": "^8.10.2",