diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index c074f2e0a..777fdc1f5 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -44,7 +44,7 @@ "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^7.5.3", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.1.2", "@types/cytoscape": "^3.19.11", "@types/cytoscape-popper": "^2.0.3", "@types/jest": "^29.5.6", @@ -9814,9 +9814,9 @@ } }, "node_modules/@testing-library/react": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.0.0.tgz", - "integrity": "sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/dashboard/package.json b/dashboard/package.json index e07e1b6a2..699a7acaa 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -51,7 +51,7 @@ "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^7.5.3", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.1.2", "@types/cytoscape": "^3.19.11", "@types/cytoscape-popper": "^2.0.3", "@types/jest": "^29.5.6",