diff --git a/ui-super-heroes/src/main/webui/package-lock.json b/ui-super-heroes/src/main/webui/package-lock.json index 60a7b66ff..33ad3e056 100644 --- a/ui-super-heroes/src/main/webui/package-lock.json +++ b/ui-super-heroes/src/main/webui/package-lock.json @@ -21,7 +21,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2" } }, @@ -3269,9 +3269,9 @@ "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.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz", + "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5" @@ -18697,9 +18697,9 @@ } }, "@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.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz", + "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5" diff --git a/ui-super-heroes/src/main/webui/package.json b/ui-super-heroes/src/main/webui/package.json index 4335317b8..05421a705 100644 --- a/ui-super-heroes/src/main/webui/package.json +++ b/ui-super-heroes/src/main/webui/package.json @@ -44,7 +44,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2" }, "jest": {