aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-03 12:52:25 +0200
committerGitHub <[email protected]>2020-02-03 12:52:25 +0200
commit3df79f0c4b0375818965a55541a97dd4564257e9 (patch)
treee8504957e3c94d75fb191304c82c329876b0dc49
parentd947ccd515345a60d26585b9f0cef04c042cdad9 (diff)
downloadbootstrap-3df79f0c4b0375818965a55541a97dd4564257e9.tar.xz
bootstrap-3df79f0c4b0375818965a55541a97dd4564257e9.zip
Bump eslint-plugin-import from 2.20.0 to 2.20.1 (#30125)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.0 to 2.20.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
-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 00e18503f..c26e77f51 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4241,9 +4241,9 @@
}
},
"eslint-plugin-import": {
- "version": "2.20.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.0.tgz",
- "integrity": "sha512-NK42oA0mUc8Ngn4kONOPsPB1XhbUvNHqF+g307dPV28aknPoiNnKLFd9em4nkswwepdF5ouieqv5Th/63U7YJQ==",
+ "version": "2.20.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz",
+ "integrity": "sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==",
"dev": true,
"requires": {
"array-includes": "^3.0.3",
diff --git a/package.json b/package.json
index e500d5714..66254a666 100644
--- a/package.json
+++ b/package.json
@@ -104,7 +104,7 @@
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-xo": "^0.27.2",
- "eslint-plugin-import": "^2.20.0",
+ "eslint-plugin-import": "^2.20.1",
"eslint-plugin-unicorn": "^15.0.1",
"find-unused-sass-variables": "^1.0.5",
"glob": "^7.1.6",