From 9f39f062d880727e00d1f3e85dec522aafe599d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 18:44:32 -0400 Subject: [PATCH] Bump @testing-library/user-event from 13.1.2 to 13.1.5 in /ui (#1051) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.2 to 13.1.5. - [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.1.2...v13.1.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 12 ++++++------ ui/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 6fa5b143..6da5c2ad 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -2191,18 +2191,18 @@ } }, "@testing-library/user-event": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.2.tgz", - "integrity": "sha512-89S/QELVCXbcHmgAfPrk0U8kCu9qESqV8/QQaUe5B4+7qi3kJlfQYCiB7Pfi2XInBtO0qm7vDmJb+/Oa+TFdyQ==", + "version": "13.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.5.tgz", + "integrity": "sha512-dD1FRHuWhfdcnb6H9/oaIIZHx9LQKGxbTtYV3i5Zru8I3GWWJoG2WtlAlXZ/56djO+6TvfsWPj5cXQvoTFQATQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5" }, "dependencies": { "@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "version": "7.13.17", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", + "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/ui/package.json b/ui/package.json index 26800982..ef6ccd48 100644 --- a/ui/package.json +++ b/ui/package.json @@ -31,7 +31,7 @@ "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/react-hooks": "^5.1.1", - "@testing-library/user-event": "^13.1.2", + "@testing-library/user-event": "^13.1.5", "css-mediaquery": "^0.1.2", "jest-environment-jsdom-sixteen": "^1.0.3", "prettier": "^2.2.1",