From ff139f9a17700a5f9cbd31cc9c003d1a3bbb0d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Nov 2021 14:50:28 -0600 Subject: [PATCH] chore:(deps): bump @testing-library/user-event in /explorer (#20780) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.4.1 to 13.5.0. - [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.4.1...v13.5.0) --- updated-dependencies: - dependency-name: "@testing-library/user-event" 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 69fbe5dee..80ea79415 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -21,7 +21,7 @@ "@solana/web3.js": "^1.30.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.4.1", + "@testing-library/user-event": "^13.5.0", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.22", @@ -5834,9 +5834,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz", - "integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", + "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -31775,9 +31775,9 @@ } }, "@testing-library/user-event": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz", - "integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", + "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/explorer/package.json b/explorer/package.json index 7f0bb79f9..a443fe932 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -16,7 +16,7 @@ "@solana/web3.js": "^1.30.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.4.1", + "@testing-library/user-event": "^13.5.0", "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.22",