diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index 6fa59e7..b8ebc71 100644 --- a/Sample-01/package-lock.json +++ b/Sample-01/package-lock.json @@ -31,7 +31,7 @@ "@babel/core": "^7.23.0", "@testing-library/dom": "^9.0.1", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^14.1.0", + "@testing-library/react": "^14.3.0", "babel-jest": "^29.7.0", "cypress": "^12.7.0", "identity-obj-proxy": "^3.0.0", @@ -1877,9 +1877,9 @@ } }, "node_modules/@testing-library/react": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.0.tgz", - "integrity": "sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==", + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.3.0.tgz", + "integrity": "sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/Sample-01/package.json b/Sample-01/package.json index 9be2f75..248db53 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -39,7 +39,7 @@ "@babel/core": "^7.23.0", "@testing-library/dom": "^9.0.1", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^14.1.0", + "@testing-library/react": "^14.3.0", "babel-jest": "^29.7.0", "cypress": "^12.7.0", "identity-obj-proxy": "^3.0.0",