diff --git a/aq-dashboard/package-lock.json b/aq-dashboard/package-lock.json index ecf2992..6462fdd 100644 --- a/aq-dashboard/package-lock.json +++ b/aq-dashboard/package-lock.json @@ -11,7 +11,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.6.1", "@types/jest": "^27.5.2", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", @@ -3550,15 +3550,12 @@ } }, "node_modules/@testing-library/user-event": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", - "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", + "version": "14.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", + "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.12.5" - }, "engines": { - "node": ">=10", + "node": ">=12", "npm": ">=6" }, "peerDependencies": { diff --git a/aq-dashboard/package.json b/aq-dashboard/package.json index 32049f8..4c04500 100644 --- a/aq-dashboard/package.json +++ b/aq-dashboard/package.json @@ -7,7 +7,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.6.1", "@types/jest": "^27.5.2", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6",