Skip to content

Commit

Permalink
v9.11.2: patch web3-client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 22, 2022
1 parent 6978094 commit 4faffca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-tokens",
"moduleName": "Web3Tokens",
"version": "9.11.1",
"version": "9.11.2",
"description": "JavaScript library providing basic functionalities to interact with web3 tokens.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {},
"peerDependencies": {
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-client": "^10.1.3",
"@depay/web3-client": "^10.1.4",
"@depay/web3-constants": "^6.3.1",
"ethers": "^5.7.1"
},
Expand All @@ -47,7 +47,7 @@
"@babel/preset-env": "^7.12.7",
"@depay/solana-web3.js": "^1.19.0",
"@depay/web3-blockchains": "^6.2.0",
"@depay/web3-client": "^10.1.3",
"@depay/web3-client": "^10.1.4",
"@depay/web3-constants": "^6.3.1",
"@depay/web3-mock": "^13.22.1",
"@peculiar/webcrypto": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -906,10 +906,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-6.2.0.tgz#5ab856ad1ed6aa153e9f25a89c6acb64017367ce"
integrity sha512-giZCoTFjRBoVDZ9WA1tlTtVtw7Pc81E8krjTrErCyoc94avuFUjFRVSf8k/oUdaQ3Yvt+yLQp3cAovlWD9Gnfg==

"@depay/web3-client@^10.1.3":
version "10.1.3"
resolved "https://registry.yarnpkg.com/@depay/web3-client/-/web3-client-10.1.3.tgz#26da3006ea418a2b8a4a7619dde43d72e6efeb86"
integrity sha512-VcZ0I0Nfo2R7lmihUKnIs/hmf//OfuFkVnvq8r2Vs0j0ybXL5ovOmXpiQQpTpw0VwrdD4if6hOBBSSNnCpisMw==
"@depay/web3-client@^10.1.4":
version "10.1.4"
resolved "https://registry.yarnpkg.com/@depay/web3-client/-/web3-client-10.1.4.tgz#ccc5bec6ce3c7d78d48f455cf8f528a7c6cd87bd"
integrity sha512-uatkwmZF5joQsk8vOfqH3QvalCGNJa90ImOH5geqyEToiUcJ/JGXC0+G3mSZYEdrQh+rsA759nIeYQny5nMhdw==

"@depay/web3-constants@^6.3.1":
version "6.3.1"
Expand Down

0 comments on commit 4faffca

Please sign in to comment.