diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 8f33339..c420b5a 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -59,7 +59,7 @@ "devDependencies": { "@eslint/js": "^9.39.2", "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.3.1", "@testing-library/user-event": "^14.5.2", "@types/node": "^24.10.1", "@types/react": "^19.2.5", @@ -3691,9 +3691,9 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz", - "integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.1.tgz", + "integrity": "sha512-gr4KtAWqIOQoucWYD/f6ki+j5chXfcPc74Col/6poTyqTmn7zRmodWahWRCp8tYd+GMqBonw6hstNzqjbs6gjw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/dashboard/package.json b/dashboard/package.json index 8f75b80..ebde33d 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -66,7 +66,7 @@ "devDependencies": { "@eslint/js": "^9.39.2", "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.3.1", "@testing-library/user-event": "^14.5.2", "@types/node": "^24.10.1", "@types/react": "^19.2.5",