Skip to content

Commit 28a95d6

Browse files
authored
Merge pull request #427 from ndabAP/dependabot/npm_and_yarn/eslint-plugin-import-2.27.5
chore(deps-dev): bump eslint-plugin-import from 2.27.4 to 2.27.5
2 parents 2225a35 + 68c9cfd commit 28a95d6

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@vue/test-utils": "^2.2.6",
6767
"babel-eslint": "^10.1.0",
6868
"eslint": "^6.8.0",
69-
"eslint-plugin-import": "^2.26.0",
69+
"eslint-plugin-import": "^2.27.5",
7070
"eslint-plugin-modules-newline": "^0.0.6",
7171
"eslint-plugin-node": "^11.1.0",
7272
"eslint-plugin-promise": "^4.3.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3028,7 +3028,7 @@ array.prototype.flat@^1.3.1:
30283028
es-abstract "^1.20.4"
30293029
es-shim-unscopables "^1.0.0"
30303030

3031-
array.prototype.flatmap@^1.3.0:
3031+
array.prototype.flatmap@^1.3.1:
30323032
version "1.3.1"
30333033
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
30343034
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -5530,14 +5530,14 @@ eslint-plugin-es@^3.0.0:
55305530
eslint-utils "^2.0.0"
55315531
regexpp "^3.0.0"
55325532

5533-
eslint-plugin-import@^2.26.0:
5534-
version "2.27.4"
5535-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
5536-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
5533+
eslint-plugin-import@^2.27.5:
5534+
version "2.27.5"
5535+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
5536+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
55375537
dependencies:
55385538
array-includes "^3.1.6"
55395539
array.prototype.flat "^1.3.1"
5540-
array.prototype.flatmap "^1.3.0"
5540+
array.prototype.flatmap "^1.3.1"
55415541
debug "^3.2.7"
55425542
doctrine "^2.1.0"
55435543
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)