diff --git a/0x03-React_component/task_0/dashboard/package-lock.json b/0x03-React_component/task_0/dashboard/package-lock.json index 8f6d663..7d64147 100644 --- a/0x03-React_component/task_0/dashboard/package-lock.json +++ b/0x03-React_component/task_0/dashboard/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@testing-library/jest-dom": "^5.11.9", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.7.1", "clean-webpack-plugin": "^3.0.0", @@ -3588,9 +3588,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz", - "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz", + "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==", + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.0.1", "@babel/runtime": "^7.9.2", diff --git a/0x03-React_component/task_0/dashboard/package.json b/0x03-React_component/task_0/dashboard/package.json index 3bfef1b..07d79f8 100644 --- a/0x03-React_component/task_0/dashboard/package.json +++ b/0x03-React_component/task_0/dashboard/package.json @@ -7,7 +7,7 @@ "test": "test" }, "dependencies": { - "@testing-library/jest-dom": "^5.11.9", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.7.1", "clean-webpack-plugin": "^3.0.0",