From 4953a557f43e77c88c2c83d8d5825d8ec6bfc944 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Nov 2020 03:58:00 +0000 Subject: [PATCH] Update dependency @testing-library/user-event to v12.2.1 --- packages/core/package-lock.json | 6 ------ packages/dashboard/package-lock.json | 12 ++++++------ packages/dashboard/package.json | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index 70f18876..c4aa20e8 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -14,12 +14,6 @@ "js-yaml": "^3.13.1" } }, - "@commun/test-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@commun/test-utils/-/test-utils-1.0.0.tgz", - "integrity": "sha512-Ma4uV5KPFBUCXGVp9agrYwPZBeYG8PQjnFwW23ya1bOULC/KiPX1+SETjGLv2WFxPV9JXDu9tISvAVerCersdA==", - "dev": true - }, "@jsdevtools/ono": { "version": "7.1.3", "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz", diff --git a/packages/dashboard/package-lock.json b/packages/dashboard/package-lock.json index 7cd35475..9feb92f6 100644 --- a/packages/dashboard/package-lock.json +++ b/packages/dashboard/package-lock.json @@ -2155,18 +2155,18 @@ } }, "@testing-library/user-event": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.3.tgz", - "integrity": "sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw==", + "version": "12.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.1.tgz", + "integrity": "sha512-r8tIFA5K+KopddKozJZcHsIBmWvhTdhZP6XS8yWr/4btxMpKXCZH/hsoV2MvwafZcRUEgjhZXSBXn6N4NWc71Q==", "dev": true, "requires": { "@babel/runtime": "^7.10.2" }, "dependencies": { "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 0996e149..a5285baa 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@testing-library/jest-dom": "5.11.4", "@testing-library/react": "11.0.2", - "@testing-library/user-event": "12.1.3", + "@testing-library/user-event": "12.2.1", "@types/express": "4.17.7", "@types/jest": "26.0.13", "@types/json-schema": "7.0.6",