From dbfda4df8b5e77408b2fbfd49fc2376833fcc10b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 08:02:27 +0200 Subject: [PATCH] Update dependency @types/react to v16.9.46 (https://github.com/woocommerce/woocommerce-blocks/pull/2997) Co-authored-by: Renovate Bot --- plugins/woocommerce-blocks/package-lock.json | 6 +++--- plugins/woocommerce-blocks/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-blocks/package-lock.json b/plugins/woocommerce-blocks/package-lock.json index 3084266dccb..8e42d8f1c81 100644 --- a/plugins/woocommerce-blocks/package-lock.json +++ b/plugins/woocommerce-blocks/package-lock.json @@ -4844,9 +4844,9 @@ } }, "@types/react": { - "version": "16.9.44", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.44.tgz", - "integrity": "sha512-BtLoJrXdW8DVZauKP+bY4Kmiq7ubcJq+H/aCpRfvPF7RAT3RwR73Sg8szdc2YasbAlWBDrQ6Q+AFM0KwtQY+WQ==", + "version": "16.9.46", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.46.tgz", + "integrity": "sha512-dbHzO3aAq1lB3jRQuNpuZ/mnu+CdD3H0WVaaBQA8LTT3S33xhVBUj232T8M3tAhSWJs/D/UqORYUlJNl/8VQZg==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/plugins/woocommerce-blocks/package.json b/plugins/woocommerce-blocks/package.json index 2c51986a5a7..40ffdaad01a 100644 --- a/plugins/woocommerce-blocks/package.json +++ b/plugins/woocommerce-blocks/package.json @@ -79,7 +79,7 @@ "@testing-library/jest-dom": "5.11.3", "@testing-library/react": "10.4.8", "@types/jest": "25.2.3", - "@types/react": "16.9.44", + "@types/react": "16.9.46", "@types/wordpress__data": "4.6.7", "@types/wordpress__element": "2.4.1", "@woocommerce/woocommerce-rest-api": "1.0.1",