From ed9ba873cc4b99457bdfdb3e8b7e77b974ad18ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 12:45:16 +0100 Subject: [PATCH] chore(deps): update kiali test packages (minor) (#1711) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- plugins/kiali-backend/package.json | 2 +- plugins/kiali/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/kiali-backend/package.json b/plugins/kiali-backend/package.json index e5d9a677a2..05a8d58687 100644 --- a/plugins/kiali-backend/package.json +++ b/plugins/kiali-backend/package.json @@ -62,7 +62,7 @@ "@types/express": "4.17.20", "@types/supertest": "2.0.16", "msw": "1.3.2", - "supertest": "6.3.3" + "supertest": "6.3.4" }, "files": [ "dist", diff --git a/plugins/kiali/package.json b/plugins/kiali/package.json index 0cd4eb1a7e..068e365c1e 100644 --- a/plugins/kiali/package.json +++ b/plugins/kiali/package.json @@ -78,9 +78,9 @@ "@janus-idp/cli": "1.8.10", "@playwright/test": "1.41.2", "@redhat-developer/red-hat-developer-hub-theme": "*", - "@testing-library/jest-dom": "6.4.2", - "@testing-library/react": "14.2.1", - "@testing-library/user-event": "14.5.1", + "@testing-library/jest-dom": "6.4.5", + "@testing-library/react": "14.3.1", + "@testing-library/user-event": "14.5.2", "@types/node": "20.2.5", "@types/react-copy-to-clipboard": "5.0.6", "cross-fetch": "4.0.0",