diff --git a/package-lock.json b/package-lock.json index afaaa51078..921ab999d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@snowpack/plugin-react-refresh": "^2.5.0", "@snowpack/plugin-typescript": "^1.2.1", "@testing-library/cypress": "^8.0.2", - "@testing-library/jest-dom": "^5.16.0", + "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.1", "@testing-library/react-hooks": "^7.0.2", "@types/dagre": "^0.7.45", @@ -4379,9 +4379,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.0.tgz", - "integrity": "sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz", + "integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -25019,9 +25019,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.0.tgz", - "integrity": "sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz", + "integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index e08976ef47..a1e102f153 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@snowpack/plugin-react-refresh": "^2.5.0", "@snowpack/plugin-typescript": "^1.2.1", "@testing-library/cypress": "^8.0.2", - "@testing-library/jest-dom": "^5.16.0", + "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.1", "@testing-library/react-hooks": "^7.0.2", "@types/dagre": "^0.7.45",