Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-04-17 10:27:28 +01:00 committed by GitHub
parent 48ef1e5d93
commit 59e4d12a7d
2 changed files with 6 additions and 6 deletions

View File

@ -15406,14 +15406,14 @@
}
},
"jest": {
"version": "25.2.4",
"resolved": "https://registry.npmjs.org/jest/-/jest-25.2.4.tgz",
"integrity": "sha512-Lu4LXxf4+durzN/IFilcAoQSisOwgHIXgl9vffopePpSSwFqfj1Pj4y+k3nL8oTbnvjxgDIsEcepy6he4bWqnQ==",
"version": "25.3.0",
"resolved": "https://registry.npmjs.org/jest/-/jest-25.3.0.tgz",
"integrity": "sha512-iKd5ShQSHzFT5IL/6h5RZJhApgqXSoPxhp5HEi94v6OAw9QkF8T7X+liEU2eEHJ1eMFYTHmeWLrpBWulsDpaUg==",
"dev": true,
"requires": {
"@jest/core": "^25.2.4",
"@jest/core": "^25.3.0",
"import-local": "^3.0.2",
"jest-cli": "^25.2.4"
"jest-cli": "^25.3.0"
},
"dependencies": {
"@jest/console": {

View File

@ -120,7 +120,7 @@
"eslint-plugin-woocommerce": "file:bin/eslint-plugin-woocommerce",
"husky": "2.4.1",
"ignore-loader": "0.1.2",
"jest": "25.2.4",
"jest": "25.3.0",
"jest-puppeteer": "4.4.0",
"lint-staged": "9.5.0",
"merge-config": "2.0.0",