From dca37f41115d55a76e2c2e1d62d7b8df801f2380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 14:13:38 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.8.3 to 13.0.9 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.3 to 13.0.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/v12.8.3...v13.0.9) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12584ca..8083f29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2210,9 +2210,9 @@ } }, "@testing-library/user-event": { - "version": "12.8.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz", - "integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==", + "version": "13.0.9", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.9.tgz", + "integrity": "sha512-q32yG1q/QRbtwr0ywt1f1P8hZeYz8DnXr0ejh3nT23RrqWAHuiB4ziHvLccC6c2hkaqXzwvxtG1Dx9/JavGQ4Q==", "dev": true, "requires": { "@babel/runtime": "^7.12.5" diff --git a/package.json b/package.json index 0812472..12c5f58 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^12.8.3", + "@testing-library/user-event": "^13.0.9", "@types/jest": "^26.0.20", "@types/node": "^14.14.34", "@types/react": "^17.0.3",