diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4b2932257..442bb95f6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@phosphor-icons/react": "^2.1.7", "@reach/router": "^1.3.4", "@sentry/react": "7.108.0", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.5.2", "@types/accounting": "^0.4.5", @@ -6581,10 +6581,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz", - "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==", - "license": "MIT", + "version": "6.4.7", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.7.tgz", + "integrity": "sha512-GaKJ0nijoNf30dWSOOzQEBkWBRk4rG3C/efw8zKrimNuZpnS/6/AEwo0WvZHgJxG84cNCgxt+mtbe1fsvfLp2A==", "dependencies": { "@adobe/css-tools": "^4.4.0", "@babel/runtime": "^7.9.2", diff --git a/frontend/package.json b/frontend/package.json index 20d76a0e8..74d7b0f3b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@phosphor-icons/react": "^2.1.7", "@reach/router": "^1.3.4", "@sentry/react": "7.108.0", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.5.2", "@types/accounting": "^0.4.5",