From 9cde14d3d86b0c7639d482cee3aab52243789db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 08:21:39 +0000 Subject: [PATCH] chore:(deps): bump @solana/web3.js from 1.28.0 to 1.29.0 in /explorer (#20060) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.28.0 to 1.29.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](https://github.com/solana-labs/solana-web3.js/compare/v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: "@solana/web3.js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 14 +++++++------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 34b862bea3..29af030eac 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -15,7 +15,7 @@ "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.13.1", "@solana/spl-token-registry": "^0.2.247", - "@solana/web3.js": "^1.28.0", + "@solana/web3.js": "^1.29.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", "@testing-library/user-event": "^13.2.1", @@ -3597,9 +3597,9 @@ } }, "node_modules/@solana/web3.js": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.28.0.tgz", - "integrity": "sha512-9sCXVVsRNR8MO4Ww3yyTYLXqNmpz7qX0wVeKHpwYtLTzKh3inncGOniYwpYPFRwEo8ivh0Q+c/GM2EnUHOviRg==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.29.0.tgz", + "integrity": "sha512-5427ZZ7l34xdf07EU6e/8IDQ0gr87lMAU+6UHGrlmOp+lhM39rwN6RmRoOiQYailH15TM5pM3YeQO8KZXEOMIA==", "dependencies": { "@babel/runtime": "^7.12.5", "@solana/buffer-layout": "^3.0.0", @@ -27457,9 +27457,9 @@ } }, "@solana/web3.js": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.28.0.tgz", - "integrity": "sha512-9sCXVVsRNR8MO4Ww3yyTYLXqNmpz7qX0wVeKHpwYtLTzKh3inncGOniYwpYPFRwEo8ivh0Q+c/GM2EnUHOviRg==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.29.0.tgz", + "integrity": "sha512-5427ZZ7l34xdf07EU6e/8IDQ0gr87lMAU+6UHGrlmOp+lhM39rwN6RmRoOiQYailH15TM5pM3YeQO8KZXEOMIA==", "requires": { "@babel/runtime": "^7.12.5", "@solana/buffer-layout": "^3.0.0", diff --git a/explorer/package.json b/explorer/package.json index 38739caf4a..5542b58fa2 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -10,7 +10,7 @@ "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.13.1", "@solana/spl-token-registry": "^0.2.247", - "@solana/web3.js": "^1.28.0", + "@solana/web3.js": "^1.29.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", "@testing-library/user-event": "^13.2.1",