chore(deps): update dependency jest-chain to v1.1.6

This commit is contained in:
renovate[bot]
2022-10-03 05:06:10 +00:00
parent ab371f1c3a
commit c611df3f69
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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": {

View File

@@ -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": {