aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-09-28 14:02:41 +0300
committerGitHub <[email protected]>2020-09-28 14:02:41 +0300
commite03c37f75e88b801c3c9956a82e12a39ddde83e8 (patch)
tree1b810e853bc796df162684390cf5a574c6863058
parent09da023591d533533c0ac1642367e81b3169883c (diff)
downloadbootstrap-e03c37f75e88b801c3c9956a82e12a39ddde83e8.tar.xz
bootstrap-e03c37f75e88b801c3c9956a82e12a39ddde83e8.zip
Bump eslint-plugin-import from 2.22.0 to 2.22.1 (#31781)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.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.22.0...v2.22.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 56f9ed1c7..ca0cb7e4a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4038,9 +4038,9 @@
}
},
"eslint-plugin-import": {
- "version": "2.22.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz",
- "integrity": "sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==",
+ "version": "2.22.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz",
+ "integrity": "sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==",
"dev": true,
"requires": {
"array-includes": "^3.1.1",
@@ -4048,7 +4048,7 @@
"contains-path": "^0.1.0",
"debug": "^2.6.9",
"doctrine": "1.5.0",
- "eslint-import-resolver-node": "^0.3.3",
+ "eslint-import-resolver-node": "^0.3.4",
"eslint-module-utils": "^2.6.0",
"has": "^1.0.3",
"minimatch": "^3.0.4",
diff --git a/package.json b/package.json
index a1af55abb..f2eb09a2e 100644
--- a/package.json
+++ b/package.json
@@ -104,7 +104,7 @@
"cross-env": "^7.0.2",
"eslint": "^7.10.0",
"eslint-config-xo": "^0.32.1",
- "eslint-plugin-import": "^2.22.0",
+ "eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^22.0.0",
"find-unused-sass-variables": "^2.0.0",
"glob": "^7.1.6",