From bca949feb6b49678c85eb6fff95c3f32d863ef57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 27 Dec 2018 11:52:40 +0800 Subject: [PATCH] Update dependency eslint to v5.11.1 (https://github.com/woocommerce/woocommerce-admin/pull/1172) --- plugins/woocommerce-admin/package-lock.json | 6 +++--- plugins/woocommerce-admin/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-admin/package-lock.json b/plugins/woocommerce-admin/package-lock.json index 3f641e5ace1..4cefda8282a 100644 --- a/plugins/woocommerce-admin/package-lock.json +++ b/plugins/woocommerce-admin/package-lock.json @@ -7536,9 +7536,9 @@ } }, "eslint": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.10.0.tgz", - "integrity": "sha512-HpqzC+BHULKlnPwWae9MaVZ5AXJKpkxCVXQHrFaRw3hbDj26V/9ArYM4Rr/SQ8pi6qUPLXSSXC4RBJlyq2Z2OQ==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.11.1.tgz", + "integrity": "sha512-gOKhM8JwlFOc2acbOrkYR05NW8M6DCMSvfcJiBB5NDxRE1gv8kbvxKaC9u69e6ZGEMWXcswA/7eKR229cEIpvg==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", diff --git a/plugins/woocommerce-admin/package.json b/plugins/woocommerce-admin/package.json index 451987ea4f4..900c3723ee8 100644 --- a/plugins/woocommerce-admin/package.json +++ b/plugins/woocommerce-admin/package.json @@ -72,7 +72,7 @@ "deasync": "0.1.14", "deep-freeze": "0.0.1", "docsify-cli": "4.3.0", - "eslint": "5.10.0", + "eslint": "5.11.1", "eslint-config-wpcalypso": "4.0.1", "eslint-loader": "2.1.1", "eslint-plugin-jest": "22.1.2",