summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2019-04-21 07:26:35 +0000
committerGitHub <noreply@github.com>2019-04-21 07:26:35 +0000
commitcbc225b5facb65a0910070c1e4b5bf84bd848776 (patch)
tree9c24f88d46c0ed9aba716b06c6e16912ea2be644
parent61e080623c3a018478c3ba13931a6797229014d5 (diff)
parentf72cdf82cc7ba0294544593441f03e849306e7d2 (diff)
Merge pull request #1069 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.17.2
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 82d7644f..d76a9073 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3736,9 +3736,9 @@
}
},
"eslint-plugin-import": {
- "version": "2.17.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.17.1.tgz",
- "integrity": "sha512-lzD9uvRvW4MsHzIOMJEDSb5MOV9LzgxRPBaovvOhJqzgxRHYfGy9QOrMuwHIh5ehKFJ7Z3DcrcGKDQ0IbP0EdQ==",
+ "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==",
"dev": true,
"requires": {
"array-includes": "^3.0.3",
diff --git a/package.json b/package.json
index 9a6dde50..cb9decc4 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,7 @@
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.1.2",
- "eslint-plugin-import": "^2.17.1",
+ "eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",