From 163a61eb2770a621eba8bdcec5cf3224fe4351d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Dec 2019 05:12:17 +0000 Subject: [PATCH] fix: upgrade eslint from 5.5.0 to 5.16.0 Snyk has created this PR to upgrade eslint from 5.5.0 to 5.16.0. See this package in NPM: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/juslee/project/7b036ed0-b97d-49dd-b9b7-631b89f59a99?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fc01b7..62a10bf 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "cross-env": "^5.2.0", - "eslint": "^5.5.0", + "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^3.0.1", "eslint-plugin-import": "^2.14.0",