From c611df3f69d0e1e8472629331dea22ae7b0f99c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 05:06:10 +0000 Subject: [PATCH] chore(deps): update dependency jest-chain to v1.1.6 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e05ed4c..07959b4 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 de0f6b0..83535a5 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": {