From 9150cbc37e043a41fac1ad9981eac5d02b8af784 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 11:43:19 +0000 Subject: [PATCH] Bump @testing-library/user-event from 10.4.1 to 11.4.1 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.4.1 to 11.4.1. - [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/v10.4.1...v11.4.1) 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 6fe075d03..12e9dcb44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3544,9 +3544,9 @@ } }, "@testing-library/user-event": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.4.1.tgz", - "integrity": "sha512-3sdJAfjT0i4aNvo0Gqod5MvZXutMXarVsLtb+r1t65AaRJY7BgMIzWgOtfM5dxRvZsc7IdXnCt9+gcWhiXk1xg==", + "version": "11.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-11.4.1.tgz", + "integrity": "sha512-ZaK+3AmocU2WjJ7UyrlnmdPecYt4fridqMwrniENCqoy/Pj2Nc9tTnpjCvMN/Ql/DQ0eRqfBoZdKNqYPBMZFhA==", "dev": true, "requires": { "@babel/runtime": "^7.10.2" diff --git a/package.json b/package.json index 311fdcb62..4fdbbba08 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@testing-library/jest-dom": "5.7.0", "@testing-library/react": "10.0.4", - "@testing-library/user-event": "10.4.1", + "@testing-library/user-event": "11.4.1", "@wordpress/api-fetch": "3.16.0", "@wordpress/babel-preset-default": "4.12.1", "@wordpress/block-editor": "3.11.0",