From bcf026e5c3a109bcbe1756622c4d8abed4e48286 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 14:44:48 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.1.7 to 12.1.8 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.1.7 to 12.1.8. - [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.1.7...v12.1.8) Signed-off-by: dependabot-preview[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 8af8c607..647a81f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3052,9 +3052,9 @@ } }, "@testing-library/user-event": { - "version": "12.1.7", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.7.tgz", - "integrity": "sha512-wuJiPqSQTVIHsYuumv1PAOBjblSrYA5vyN1nkUDF5HgfuWGz44jQsO22u7PQNkuACGYJE4eU0sybX8CzsySv+Q==", + "version": "12.1.8", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.8.tgz", + "integrity": "sha512-UUcTuT8HyDwGaRXgNgvMS1uOlreLv9+WsXi1FNj3mmumnB2d3hv2cov0RAd99lx8QI2CtAAOELxoihGj8x/nWg==", "dev": true, "requires": { "@babel/runtime": "^7.10.2" diff --git a/package.json b/package.json index 2a3631b2..b762eec2 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@svgr/webpack": "5.4.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", - "@testing-library/user-event": "^12.1.7", + "@testing-library/user-event": "^12.1.8", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0", "babel-eslint": "^10.1.0",