From f3cc5153ca0d0026f385e6a3e6f9ed50ea659a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:37:59 +0000 Subject: [PATCH] build(deps): bump @solana/web3.js in /name-service/js Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.87.3 to 1.87.5. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.87.3...v1.87.5) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- name-service/js/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/name-service/js/yarn.lock b/name-service/js/yarn.lock index 5caf32627fb..889b089c7b0 100644 --- a/name-service/js/yarn.lock +++ b/name-service/js/yarn.lock @@ -335,9 +335,9 @@ buffer "~6.0.3" "@solana/web3.js@^1.11.0": - version "1.87.3" - resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.87.3.tgz#36871af8d41221d34bfefcf897f158e1793b3356" - integrity sha512-WGLzTZpi00vP443qGK3gL+LZXQJwaWkh6bzNXYpMTCAH2Z102y3YbPWOoQzJUeRSZWSXKh7MFkA3vDMFlMvGZQ== + version "1.87.5" + resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.87.5.tgz#74df3f19ef65e3a419bd1810f500f8e51f4ab63b" + integrity sha512-hy5RVGVw8eXq//g41mIFhk5Jx4QH1CwbkPiQn/3MmHp6VD2HBRVMMZUSGUhYZxbK7NoIjQUsiv4MOlnl3VaUag== dependencies: "@babel/runtime" "^7.23.2" "@noble/curves" "^1.2.0"