Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 33244bb

Browse files
build(deps-dev): bump @solana/web3.js in /token-lending/js (#2051)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.20.0 to 1.20.2. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json) - [Commits](solana-foundation/solana-web3.js@v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad00d7b commit 33244bb

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

token-lending/js/yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@
131131
estree-walker "^1.0.1"
132132
picomatch "^2.2.2"
133133

134+
"@solana/buffer-layout@^3.0.0":
135+
version "3.0.0"
136+
resolved "https://registry.yarnpkg.com/@solana/buffer-layout/-/buffer-layout-3.0.0.tgz#b9353caeb9a1589cb77a1b145bcb1a9a93114326"
137+
integrity sha512-MVdgAKKL39tEs0l8je0hKaXLQFb7Rdfb0Xg2LjFZd8Lfdazkg6xiS98uAZrEKvaoF3i4M95ei9RydkGIDMeo3w==
138+
dependencies:
139+
buffer "~6.0.3"
140+
134141
"@solana/spl-token@^0.1.6":
135142
version "0.1.6"
136143
resolved "https://registry.yarnpkg.com/@solana/spl-token/-/spl-token-0.1.6.tgz#fa136b0a3db84f07a99bc0e54cf4e91f2d6da2e8"
@@ -144,16 +151,16 @@
144151
dotenv "10.0.0"
145152

146153
"@solana/web3.js@^1.12.0", "@solana/web3.js@^1.20.0":
147-
version "1.20.0"
148-
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.20.0.tgz#9a1855a239c96c5b946bdbe4cc5e3768ee3b2a77"
149-
integrity sha512-s/hmbeC7h0QeMKDHl5HTJbY4NSrT3IK1oGerNwdmFfnbs9ygtBbXo1MXaeYVDcNazsthKgiYE+unNd+cpVH8HA==
154+
version "1.20.2"
155+
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.20.2.tgz#accaec39572563024f2d08c2721e081d705d957c"
156+
integrity sha512-ndde6LPIO9l+3s5f9kbkUO84pbj1QYyiQf76la4g5jrKCCMQlq/cPCN3pt0iv6yFI0MX4778yZx/bGwgQioEuw==
150157
dependencies:
151158
"@babel/runtime" "^7.12.5"
159+
"@solana/buffer-layout" "^3.0.0"
152160
bn.js "^5.0.0"
153161
borsh "^0.4.0"
154162
bs58 "^4.0.1"
155163
buffer "6.0.1"
156-
buffer-layout "^1.2.0"
157164
crypto-hash "^1.2.2"
158165
jayson "^3.4.4"
159166
js-sha3 "^0.8.0"
@@ -565,7 +572,7 @@ [email protected]:
565572
base64-js "^1.3.1"
566573
ieee754 "^1.2.1"
567574

568-
575+
[email protected], buffer@~6.0.3:
569576
version "6.0.3"
570577
resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
571578
integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==

0 commit comments

Comments
 (0)