Browse Source

Bump truffle from 5.0.41 to 5.0.42 (#1971)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 6 years ago
parent
commit
91992eed0a
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

@@ -10682,9 +10682,9 @@
       "dev": true
     },
     "truffle": {
-      "version": "5.0.41",
-      "resolved": "https://registry.npmjs.org/truffle/-/truffle-5.0.41.tgz",
-      "integrity": "sha512-vQm7OHRN8qh4Te3QZ9A74JsDoZfcYoJLuI1FrcLpJoicdTrzCZU4UXGIYFUIZ+UmOTlMS07lUufxDSraSHxpdg==",
+      "version": "5.0.42",
+      "resolved": "https://registry.npmjs.org/truffle/-/truffle-5.0.42.tgz",
+      "integrity": "sha512-WbXGdHElluVbQP9FQljpvBLWjSEiKHaUx27TZ+RK7yEyrYDb8ATjpX0Owkc72bIy3AjKcbrlrptnqYswY1mtsg==",
       "dev": true,
       "requires": {
         "app-module-path": "^2.2.0",

+ 1 - 1
package.json

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