Skip to content

Commit ec96804

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint-plugin-import to v2.27.2
1 parent 5b56c2d commit ec96804

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@commitlint/config-angular": "17.4.0",
5252
"eslint": "8.31.0",
5353
"eslint-config-airbnb-base": "15.0.0",
54-
"eslint-plugin-import": "2.27.0",
54+
"eslint-plugin-import": "2.27.2",
5555
"husky": "8.0.3",
5656
"lint-staged": "13.1.0"
5757
}

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,16 @@ array.prototype.flat@^1.3.1:
449449
es-abstract "^1.20.4"
450450
es-shim-unscopables "^1.0.0"
451451

452+
array.prototype.flatmap@^1.3.0:
453+
version "1.3.1"
454+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
455+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
456+
dependencies:
457+
call-bind "^1.0.2"
458+
define-properties "^1.1.4"
459+
es-abstract "^1.20.4"
460+
es-shim-unscopables "^1.0.0"
461+
452462
arrify@^1.0.1:
453463
version "1.0.1"
454464
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1019,13 +1029,14 @@ eslint-module-utils@^2.7.4:
10191029
dependencies:
10201030
debug "^3.2.7"
10211031

1022-
eslint-plugin-import@2.27.0:
1023-
version "2.27.0"
1024-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.0.tgz#29824226ae1c14965af445e4f71769ef1e3fe365"
1025-
integrity sha512-g+25RejC0uMcimFhm55XGPkbXR5qJMZ8KRN9hEJrQ+9U1VLrt76IjHD3/+QKu/0h1Wm6S2a73DFK8UYZRmfnYg==
1032+
eslint-plugin-import@2.27.2:
1033+
version "2.27.2"
1034+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.2.tgz#4619f1952566a3cc1471ee07716322d4b0254526"
1035+
integrity sha512-/S1QaM52PzKy1C4c5Sw7hB6glROSUpMZ8RVREVC4se7z4AlyDxv0kU7uWkHc8aIVNb19oz86z7c6vdtuKUwLvw==
10261036
dependencies:
10271037
array-includes "^3.1.6"
10281038
array.prototype.flat "^1.3.1"
1039+
array.prototype.flatmap "^1.3.0"
10291040
debug "^3.2.7"
10301041
doctrine "^2.1.0"
10311042
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)