From 72fe69407ef5b3f2b101500a2935128bccd6c777 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 02:27:43 +0000 Subject: [PATCH] build(deps): bump @testing-library/user-event from 7.2.1 to 13.1.9 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 13.1.9. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v7.2.1...v13.1.9) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2750af..a927e8e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@bit/paclife.egghead.footer": "^0.0.16", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", - "@testing-library/user-event": "^7.1.2", + "@testing-library/user-event": "^13.1.9", "react": "^16.13.1", "react-async": "^10.0.1", "react-dom": "^16.13.1", diff --git a/yarn.lock b/yarn.lock index b82ad73..82f8a48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1985,10 +1985,12 @@ "@testing-library/dom" "^6.15.0" "@types/testing-library__react" "^9.1.2" -"@testing-library/user-event@^7.1.2": - version "7.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c" - integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA== +"@testing-library/user-event@^13.1.9": + version "13.1.9" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.1.9.tgz#29e49a42659ac3c1023565ff56819e0153a82e99" + integrity sha512-NZr0zL2TMOs2qk+dNlqrAdbaRW5dAmYwd1yuQ4r7HpkVEOj0MWuUjDWwKhcLd/atdBy8ZSMHSKp+kXSQe47ezg== + dependencies: + "@babel/runtime" "^7.12.5" "@tootallnate/once@1": version "1.1.2"