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..1e4d788e 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.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz", + "integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==", "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..059a55bf 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.2", "@types/express": "4.17.7", "@types/jest": "26.0.13", "@types/json-schema": "7.0.6",