From d7136aadcff35d1ec6ff6e53017ee45773f80e4e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 05:02:16 +0000 Subject: [PATCH] fix(deps): update dependency prop-types to 15.8.x Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- integration_tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/package.json b/integration_tests/package.json index 81c914e6b..9f4851187 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -35,7 +35,7 @@ "murmurhash-js": "1.0.x", "openshift-logos-icon": "1.7.1", "plotly.js": "1.47.3", - "prop-types": "15.6.x", + "prop-types": "15.8.x", "react": "16.8.6", "react-copy-to-clipboard": "5.x", "react-dnd": "^2.6.0", @@ -70,7 +70,7 @@ "@types/jasmine": "2.8.x", "@types/jasminewd2": "2.0.x", "@types/lodash-es": "4.x", - "@types/prop-types": "15.5.6", + "@types/prop-types": "15.7.15", "@types/react": "16.8.13", "@types/react-dom": "16.8.4", "@types/react-helmet": "5.x",