From 6af45d6eea3307523bde7122ab7111c341de7c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 01:12:35 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.0.7 to 13.1.1 in /ui Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.0.7 to 13.1.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/v13.0.7...v13.1.1) Signed-off-by: dependabot[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index a098607c..e7364b92 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -2182,9 +2182,9 @@ } }, "@testing-library/user-event": { - "version": "13.0.7", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.7.tgz", - "integrity": "sha512-EJBruqe7mV9OwPrZBx9HhFXt84KLinNNiGB0gqVp6+gPJ1ZP99Nq5FieChb/54fzmddGLkMp5ndbZBaEADdxrQ==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.1.tgz", + "integrity": "sha512-B4roX+0mpXKGj8ndd38YoIo3IV9pmTTWxr/2cOke5apTtrNabEUE0KMBccpcAcYlfPcr7uMu+dxeeC3HdXd9qQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5" diff --git a/ui/package.json b/ui/package.json index 0bbe2984..41a29f5d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -31,7 +31,7 @@ "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.6", "@testing-library/react-hooks": "^5.1.0", - "@testing-library/user-event": "^13.0.7", + "@testing-library/user-event": "^13.1.1", "css-mediaquery": "^0.1.2", "prettier": "^2.2.1" },