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

Commit e0b4741

Browse files
build(deps-dev): bump @solana/web3.js in /token-lending/js (#2385)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.24.2 to 1.25.0. - [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.24.2...v1.25.0) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87a5c79 commit e0b4741

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
@@ -163,20 +163,20 @@
163163
dotenv "10.0.0"
164164

165165
"@solana/web3.js@^1.20.0", "@solana/web3.js@^1.21.0":
166-
version "1.24.2"
167-
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.24.2.tgz#ff98c635effac3c49bfe757bf182792feb973fc6"
168-
integrity sha512-zpW/QumeNBg8BfXB4LWFjrRlutWhwCKOaffP0+V0SF47pJsH/eShTOCl0I3Dibv6KeVgJzauNyKug6wnZVtXVQ==
166+
version "1.25.0"
167+
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.25.0.tgz#6677259badf105dc19f4be522edd1e6af117e511"
168+
integrity sha512-GH0dzLfbiD8L68qujEhVCshSAcLpQpenHr1quwU8gybphmZsHUe5FIEyd7g7mpLMC7WEHEiEuFKEZnLOAx/TaA==
169169
dependencies:
170170
"@babel/runtime" "^7.12.5"
171171
"@solana/buffer-layout" "^3.0.0"
172172
bn.js "^5.0.0"
173173
borsh "^0.4.0"
174174
bs58 "^4.0.1"
175175
buffer "6.0.1"
176+
cross-fetch "^3.1.4"
176177
crypto-hash "^1.2.2"
177178
jayson "^3.4.4"
178179
js-sha3 "^0.8.0"
179-
node-fetch "^2.6.1"
180180
rpc-websockets "^7.4.2"
181181
secp256k1 "^4.0.2"
182182
superstruct "^0.14.2"
@@ -724,6 +724,13 @@ create-require@^1.1.0:
724724
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
725725
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
726726

727+
cross-fetch@^3.1.4:
728+
version "3.1.4"
729+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
730+
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
731+
dependencies:
732+
node-fetch "2.6.1"
733+
727734
cross-spawn@^7.0.2:
728735
version "7.0.3"
729736
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -1576,7 +1583,7 @@ node-addon-api@^2.0.0:
15761583
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-2.0.2.tgz#432cfa82962ce494b132e9d72a15b29f71ff5d32"
15771584
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
15781585

1579-
node-fetch@^2.6.1:
1586+
15801587
version "2.6.1"
15811588
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
15821589
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

0 commit comments

Comments
 (0)