diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 0cc0d929d19f..c528a75e2a3a 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -92,7 +92,7 @@ "@4tw/cypress-drag-drop": "^2.2.5", "@testing-library/cypress": "^10.0.1", "@testing-library/jest-dom": "^6.3.0", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.3.0", "@types/dagre": "^0.7.52", "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.12", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 7ff48dd74d4c..23defc780b8c 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -233,8 +233,8 @@ importers: specifier: ^6.3.0 version: 6.3.0(vitest@1.2.1) '@testing-library/react': - specifier: ^14.1.2 - version: 14.1.2(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.3.0 + version: 14.3.0(react-dom@18.2.0)(react@18.2.0) '@types/dagre': specifier: ^0.7.52 version: 0.7.52 @@ -1826,8 +1826,8 @@ packages: vitest: 1.2.1(@types/node@20.11.6)(jsdom@24.0.0)(lightningcss@1.23.0) dev: true - /@testing-library/react@14.1.2(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==} + /@testing-library/react@14.3.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==} engines: {node: '>=14'} peerDependencies: react: ^18.0.0