From 1ddb3239ea7c96f77c9b065cc3cfd3bb59b3ef72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 08:17:14 +0000 Subject: [PATCH] chore:(deps): bump @testing-library/user-event in /explorer (#18887) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.2.0...v13.2.1) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-patch ... 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 01beb5fe95..6faf0e2943 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -16,7 +16,7 @@ "@solana/web3.js": "^1.22.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", - "@testing-library/user-event": "^13.2.0", + "@testing-library/user-event": "^13.2.1", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.21", @@ -3774,9 +3774,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz", - "integrity": "sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.1.tgz", + "integrity": "sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw==", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -27841,9 +27841,9 @@ } }, "@testing-library/user-event": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz", - "integrity": "sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.1.tgz", + "integrity": "sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/explorer/package.json b/explorer/package.json index bbbe10d33e..878c2c8e22 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -12,7 +12,7 @@ "@solana/web3.js": "^1.22.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", - "@testing-library/user-event": "^13.2.0", + "@testing-library/user-event": "^13.2.1", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.21",