From 26fe2bf1ba799b52e252535fda1b7bf2539041e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 09:39:56 +0000 Subject: [PATCH] feat: upgrade @testing-library/user-event from 13.5.0 to 14.6.1 Snyk has created this PR to upgrade @testing-library/user-event from 13.5.0 to 14.6.1. See this package in npm: @testing-library/user-event See this project in Snyk: https://app.snyk.io/org/lcsogthb/project/c2b95214-2aa7-47c9-b51d-ab7a1c993cf2?utm_source=github&utm_medium=referral&page=upgrade-pr --- aq-dashboard/package-lock.json | 13 +++++-------- aq-dashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/aq-dashboard/package-lock.json b/aq-dashboard/package-lock.json index 3f52d63..1dcc64c 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 5fc8fe9..5f219e3 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",