From 0cd9158a47d1040dfa36039492166829ae2d3d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 22:31:22 -0700 Subject: [PATCH] Bump @testing-library/user-event from 14.2.5 to 14.2.6 in /playground (#824) Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.2.5 to 14.2.6. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.2.5...v14.2.6) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- playground/package-lock.json | 14 +++++++------- playground/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/playground/package-lock.json b/playground/package-lock.json index d6551e5b57a9..0b833762716f 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -12,7 +12,7 @@ "@monaco-editor/react": "^4.4.5", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", - "@testing-library/user-event": "^14.2.5", + "@testing-library/user-event": "^14.2.6", "monaco-editor": "^0.33.0", "prql-js": "file:../prql-js", "react": "^18.1.0", @@ -3222,9 +3222,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.5.tgz", - "integrity": "sha512-xcSw47H8JidxQPAqPlHp4l51EYJx+2TlHgYBW9i+noNlgUMMrhgtefnrWcpZ1k9ep6SMhJVyx3N7F4tIKTuJ9w==", + "version": "14.2.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.6.tgz", + "integrity": "sha512-l/4W4x3Lm24wkWNkPasXqvEzG+a6n2X872XCUjhyfbNqcoOapaWyCxC5Fz+E4r7JPu8gysQKSSCrK0OO2x+D+A==", "engines": { "node": ">=12", "npm": ">=6" @@ -18219,9 +18219,9 @@ } }, "@testing-library/user-event": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.5.tgz", - "integrity": "sha512-xcSw47H8JidxQPAqPlHp4l51EYJx+2TlHgYBW9i+noNlgUMMrhgtefnrWcpZ1k9ep6SMhJVyx3N7F4tIKTuJ9w==", + "version": "14.2.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.6.tgz", + "integrity": "sha512-l/4W4x3Lm24wkWNkPasXqvEzG+a6n2X872XCUjhyfbNqcoOapaWyCxC5Fz+E4r7JPu8gysQKSSCrK0OO2x+D+A==", "requires": {} }, "@tootallnate/once": { diff --git a/playground/package.json b/playground/package.json index 63621c9cb474..fdde49bc682b 100644 --- a/playground/package.json +++ b/playground/package.json @@ -15,7 +15,7 @@ "@monaco-editor/react": "^4.4.5", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", - "@testing-library/user-event": "^14.2.5", + "@testing-library/user-event": "^14.2.6", "monaco-editor": "^0.33.0", "prql-js": "file:../prql-js", "react": "^18.1.0",