diff --git a/package-lock.json b/package-lock.json index e05ed4c7a..07959b47f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "enzyme-adapter-react-16": "1.15.6", "husky": "7.0.4", "jest": "28.1.3", - "jest-chain": "1.1.5", + "jest-chain": "1.1.6", "prop-types": "15.8.1", "react": "16.14.0", "react-dom": "16.14.0", @@ -15571,9 +15571,9 @@ } }, "node_modules/jest-chain": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/jest-chain/-/jest-chain-1.1.5.tgz", - "integrity": "sha512-bTx51vQP/6/XVDrMtz0WmT3wZoXvj5QAAnw1to+o6pvtjcwTIVuB6uR5URRXH/9rHf1WuM1UgsfVTWhTC/QAzw==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/jest-chain/-/jest-chain-1.1.6.tgz", + "integrity": "sha512-eIkGzVBGQ1VuEErDceMYAET53pcwYVVTXtJEbY+x60Dwi+2M2uOt4rhKAej+wfVOAlE4G0plI9mstmv6GBtJjw==", "dev": true }, "node_modules/jest-changed-files": { @@ -39498,9 +39498,9 @@ } }, "jest-chain": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/jest-chain/-/jest-chain-1.1.5.tgz", - "integrity": "sha512-bTx51vQP/6/XVDrMtz0WmT3wZoXvj5QAAnw1to+o6pvtjcwTIVuB6uR5URRXH/9rHf1WuM1UgsfVTWhTC/QAzw==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/jest-chain/-/jest-chain-1.1.6.tgz", + "integrity": "sha512-eIkGzVBGQ1VuEErDceMYAET53pcwYVVTXtJEbY+x60Dwi+2M2uOt4rhKAej+wfVOAlE4G0plI9mstmv6GBtJjw==", "dev": true }, "jest-changed-files": { diff --git a/package.json b/package.json index de0f6b068..83535a5bf 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@testing-library/dom": "8.18.1", "@testing-library/jest-dom": "5.16.5", "jest": "28.1.3", - "jest-chain": "1.1.5", + "jest-chain": "1.1.6", "@testing-library/react": "10.4.9" }, "dependencies": {