diff --git a/turn_table_ui/package-lock.json b/turn_table_ui/package-lock.json index 74c27e2..877f07a 100644 --- a/turn_table_ui/package-lock.json +++ b/turn_table_ui/package-lock.json @@ -62,7 +62,7 @@ "devDependencies": { "@biomejs/biome": "1.9.4", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/enzyme": "^3.10.18", "@types/jest": "^29.5.14", @@ -5050,10 +5050,11 @@ "dev": true }, "node_modules/@testing-library/react": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.1.0.tgz", - "integrity": "sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz", + "integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5" }, diff --git a/turn_table_ui/package.json b/turn_table_ui/package.json index eb602c3..4910390 100644 --- a/turn_table_ui/package.json +++ b/turn_table_ui/package.json @@ -66,7 +66,7 @@ "devDependencies": { "@biomejs/biome": "1.9.4", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/enzyme": "^3.10.18", "@types/jest": "^29.5.14",