Browse Source

Bump truffle from 5.0.42 to 5.0.44 (#1990)

Bumps [truffle](https://github.com/trufflesuite/truffle) from 5.0.42 to 5.0.44.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/truffle@5.0.42...truffle@5.0.44)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 6 years ago
parent
commit
3608fb4ae9
2 changed files with 4 additions and 4 deletions
  1. 3 3
      package-lock.json
  2. 1 1
      package.json

+ 3 - 3
package-lock.json

@@ -10575,9 +10575,9 @@
       "dev": true
       "dev": true
     },
     },
     "truffle": {
     "truffle": {
-      "version": "5.0.42",
-      "resolved": "https://registry.npmjs.org/truffle/-/truffle-5.0.42.tgz",
-      "integrity": "sha512-WbXGdHElluVbQP9FQljpvBLWjSEiKHaUx27TZ+RK7yEyrYDb8ATjpX0Owkc72bIy3AjKcbrlrptnqYswY1mtsg==",
+      "version": "5.0.44",
+      "resolved": "https://registry.npmjs.org/truffle/-/truffle-5.0.44.tgz",
+      "integrity": "sha512-nbJAu5P76AU7wZxbQl/yPhf8g8gXMkVQtWZGRec5lz6w4fc4cOLrbAD6G6IJYVJqK3s8FTIjox0YKsI/Az/O6w==",
       "dev": true,
       "dev": true,
       "requires": {
       "requires": {
         "app-module-path": "^2.2.0",
         "app-module-path": "^2.2.0",

+ 1 - 1
package.json

@@ -66,6 +66,6 @@
     "solhint": "2.3.0",
     "solhint": "2.3.0",
     "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
     "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
     "solidity-docgen": "^0.3.9",
     "solidity-docgen": "^0.3.9",
-    "truffle": "^5.0.42"
+    "truffle": "^5.0.44"
   }
   }
 }
 }