diff --git a/package-lock.json b/package-lock.json index 89f39193ae..d475c0cc15 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.15.0", + "@testing-library/jest-dom": "^5.15.1", "@testing-library/react": "^12.1.1", "@types/dagre": "^0.7.45", "@types/file-saver": "^2.0.4", @@ -4378,9 +4378,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.0.tgz", - "integrity": "sha512-lOMuQidnL1tWHLEWIhL6UvSZC1Qt3OkNe1khvi2h6xFiqpe5O8arYs46OU0qyUGq0cSTbroQyMktYNXu3a7sAA==", + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.1.tgz", + "integrity": "sha512-kmj8opVDRE1E4GXyLlESsQthCXK7An28dFWxhiMwD7ZUI7ZxA6sjdJRxLerD9Jd8cHX4BDc1jzXaaZKqzlUkvg==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -24583,9 +24583,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.0.tgz", - "integrity": "sha512-lOMuQidnL1tWHLEWIhL6UvSZC1Qt3OkNe1khvi2h6xFiqpe5O8arYs46OU0qyUGq0cSTbroQyMktYNXu3a7sAA==", + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.1.tgz", + "integrity": "sha512-kmj8opVDRE1E4GXyLlESsQthCXK7An28dFWxhiMwD7ZUI7ZxA6sjdJRxLerD9Jd8cHX4BDc1jzXaaZKqzlUkvg==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index 7cbc9885c1..216c3a99d3 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.15.0", + "@testing-library/jest-dom": "^5.15.1", "@testing-library/react": "^12.1.1", "@types/dagre": "^0.7.45", "@types/file-saver": "^2.0.4",