diff --git a/package-lock.json b/package-lock.json index eb632ff..15e3575 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "todo-list-react-pwa", "version": "1.0.0", "dependencies": { - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "nanoid": "^5.0.4", @@ -5030,9 +5030,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz", - "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.0.tgz", + "integrity": "sha512-GgGT3OR8qhIjk2SBMy51AYDWoMnAyR/cwjZO4SttuBmIQ9wWy9QmVOeaSbgT5Bm0J6qLBaf4+dsJWfisvafoaA==", "dependencies": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index 19bc535..1a438df 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^6.3.0", + "@testing-library/jest-dom": "^6.4.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "nanoid": "^5.0.4",