diff --git a/console/react/package-lock.json b/console/react/package-lock.json index a07e3ce4d7..683d7f52b7 100644 --- a/console/react/package-lock.json +++ b/console/react/package-lock.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@react-mock/localstorage": "^0.1.2", - "@testing-library/jest-dom": "^5.16.2", + "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.4", "@types/jest": "^27.4.1", "body-parser": "^1.19.2", @@ -3384,9 +3384,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz", - "integrity": "sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz", + "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -25950,9 +25950,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz", - "integrity": "sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz", + "integrity": "sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/console/react/package.json b/console/react/package.json index 69666ceaf6..749f6a0da0 100644 --- a/console/react/package.json +++ b/console/react/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "@react-mock/localstorage": "^0.1.2", - "@testing-library/jest-dom": "^5.16.2", + "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.4", "@types/jest": "^27.4.1", "body-parser": "^1.19.2",