Skip to content

Commit 6050273

Browse files
Bump eslint-plugin-import from 2.21.1 to 2.21.2 (#49)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.1 to 2.21.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.21.1...v2.21.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 633109e commit 6050273

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/parser": "^3.2.0",
3434
"eslint": "^7.2.0",
3535
"eslint-import-resolver-typescript": "^2.0.0",
36-
"eslint-plugin-import": "^2.21.1",
36+
"eslint-plugin-import": "^2.21.2",
3737
"jest": "^26.0.1",
3838
"sinon": "^9.0.2",
3939
"typedoc": "^0.17.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,10 +1531,10 @@ eslint-module-utils@^2.6.0:
15311531
debug "^2.6.9"
15321532
pkg-dir "^2.0.0"
15331533

1534-
eslint-plugin-import@^2.21.1:
1535-
version "2.21.1"
1536-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.1.tgz#3398318e5e4abbd23395c4964ce61538705154c8"
1537-
integrity sha512-qYOOsgUv63vHof7BqbzuD+Ud34bXHxFJxntuAC1ZappFZXYbRIek3aJ7jc9i2dHDGDyZ/0zlO0cpioES265Lsw==
1534+
eslint-plugin-import@^2.21.2:
1535+
version "2.21.2"
1536+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.2.tgz#8fef77475cc5510801bedc95f84b932f7f334a7c"
1537+
integrity sha512-FEmxeGI6yaz+SnEB6YgNHlQK1Bs2DKLM+YF+vuTk5H8J9CLbJLtlPvRFgZZ2+sXiKAlN5dpdlrWOjK8ZoZJpQA==
15381538
dependencies:
15391539
array-includes "^3.1.1"
15401540
array.prototype.flat "^1.2.3"

0 commit comments

Comments
 (0)