From 6626b9cffec0307f520c6169f703832a735a7854 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 May 2019 22:03:38 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-import to v2.17.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5caa5d0..20db2fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -868,9 +868,9 @@ } }, "eslint-plugin-import": { - "version": "2.17.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.17.2.tgz", - "integrity": "sha512-m+cSVxM7oLsIpmwNn2WXTJoReOF9f/CtLMo7qOVmKd1KntBy0hEcuNZ3erTmWjx+DxRO0Zcrm5KwAvI9wHcV5g==", + "version": "2.17.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.17.3.tgz", + "integrity": "sha512-qeVf/UwXFJbeyLbxuY8RgqDyEKCkqV7YC+E5S5uOjAp4tOc8zj01JP3ucoBM8JcEqd1qRasJSg6LLlisirfy0Q==", "dev": true, "requires": { "array-includes": "^3.0.3", @@ -883,7 +883,7 @@ "lodash": "^4.17.11", "minimatch": "^3.0.4", "read-pkg-up": "^2.0.0", - "resolve": "^1.10.0" + "resolve": "^1.11.0" } }, "eslint-restricted-globals": { diff --git a/package.json b/package.json index 4efa92f..fded727 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "devDependencies": { "eslint": "5.16.0", "eslint-config-airbnb-base": "13.1.0", - "eslint-plugin-import": "2.17.2", + "eslint-plugin-import": "2.17.3", "jasmine-fix": "1.3.1" }, "renovate": {