From 59e4d12a7de92cdd0c96373b83abd289056858fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 10:27:28 +0100 Subject: [PATCH] Update dependency jest to v25.3.0 (https://github.com/woocommerce/woocommerce-blocks/pull/2226) Co-authored-by: Renovate Bot --- plugins/woocommerce-blocks/package-lock.json | 10 +++++----- plugins/woocommerce-blocks/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/woocommerce-blocks/package-lock.json b/plugins/woocommerce-blocks/package-lock.json index a9b89298df6..63471d84d75 100644 --- a/plugins/woocommerce-blocks/package-lock.json +++ b/plugins/woocommerce-blocks/package-lock.json @@ -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": { diff --git a/plugins/woocommerce-blocks/package.json b/plugins/woocommerce-blocks/package.json index 4adc13b4f3d..d5f1575a353 100644 --- a/plugins/woocommerce-blocks/package.json +++ b/plugins/woocommerce-blocks/package.json @@ -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",