Skip to content

Commit

Permalink
Merge ca07dbf into 47e06b5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Sep 14, 2020
2 parents 47e06b5 + ca07dbf commit 705f414
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"build": "truffle compile && typechain --target truffle --outDir types/truffle-contracts './build/contracts/*.json'"
},
"peerDependencies": {
"@openzeppelin/contracts": "3.1.0"
"@openzeppelin/contracts": "3.2.0"
},
"devDependencies": {
"@openzeppelin/contracts": "3.1.0",
"@openzeppelin/contracts": "3.2.0",
"@openzeppelin/test-helpers": "0.5.6",
"@truffle/hdwallet-provider": "1.0.44",
"@types/bignumber.js": "5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@
fs-extra "^8.1.0"
try-require "^1.2.1"

"@openzeppelin/contracts@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.1.0.tgz#bcea457ef89069fbe5a617f50b25b6a8272895d5"
integrity sha512-dVXDnUKxrAKLzPdCRkz+N8qsVkK1XxJ6kk3zuI6zaQmcKxN7CkizoDP7lXxcs/Mi2I0mxceTRjJBqlzFffLJrQ==
"@openzeppelin/contracts@3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-3.2.0.tgz#3e6b3a7662d8ed64271ade96ef42655db983fd9d"
integrity sha512-bUOmkSoPkjnUyMiKo6RYnb0VHBk5D9KKDAgNLzF41aqAM3TeE0yGdFF5dVRcV60pZdJLlyFT/jjXIZCWyyEzAQ==

"@openzeppelin/test-helpers@0.5.6":
version "0.5.6"
Expand Down

0 comments on commit 705f414

Please sign in to comment.