Skip to content

Commit c2fd793

Browse files
committed
fix(deps): update dependency @truffle/contract to v4.1.15
1 parent 5bfa35a commit c2fd793

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"license": "MIT",
2828
"dependencies": {
29-
"@truffle/contract": "4.1.14",
29+
"@truffle/contract": "4.1.15",
3030
"bn.js": "5.1.1",
3131
"date-fns": "2.11.1",
3232
"lodash": "^4.17.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3288,10 +3288,10 @@
32883288
crypto-js "^3.1.9-1"
32893289
debug "^4.1.0"
32903290

3291-
"@truffle/contract@4.1.14":
3292-
version "4.1.14"
3293-
resolved "https://registry.yarnpkg.com/@truffle/contract/-/contract-4.1.14.tgz#1fe30d17ddee573390c81a2dc2b1b2d5b3cbad86"
3294-
integrity sha512-rXopHO62w0tnQ+aD2X5FANvopzfD3/lXTiuY7pU0GnHPpCjlj00fG/oh1FAEevQiTLKZaJXiHftWg1tbPAcZ5w==
3291+
"@truffle/contract@4.1.15":
3292+
version "4.1.15"
3293+
resolved "https://registry.yarnpkg.com/@truffle/contract/-/contract-4.1.15.tgz#c82ef6e98e02d069f3cbf9c6d2fc88e142769ad1"
3294+
integrity sha512-3LHxoVYBziLguvPq6u0VdZsc1l2OIXjDuVGJDYdddfKuDNX/2NuH1JYRP2FM0PA8OYBuGyFolmlldPWRzuucng==
32953295
dependencies:
32963296
"@truffle/blockchain-utils" "^0.0.18"
32973297
"@truffle/contract-schema" "^3.0.23"

0 commit comments

Comments
 (0)