Skip to content

Commit b2b61f8

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint-plugin-import to v2.27.4
1 parent d55090a commit b2b61f8

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

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

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,16 @@ array.prototype.flat@^1.3.1:
465465
es-abstract "^1.20.4"
466466
es-shim-unscopables "^1.0.0"
467467

468+
array.prototype.flatmap@^1.3.0:
469+
version "1.3.1"
470+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
471+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
472+
dependencies:
473+
call-bind "^1.0.2"
474+
define-properties "^1.1.4"
475+
es-abstract "^1.20.4"
476+
es-shim-unscopables "^1.0.0"
477+
468478
arrify@^1.0.1:
469479
version "1.0.1"
470480
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1063,13 +1073,14 @@ eslint-module-utils@^2.7.4:
10631073
dependencies:
10641074
debug "^3.2.7"
10651075

1066-
eslint-plugin-import@2.27.0:
1067-
version "2.27.0"
1068-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.0.tgz#29824226ae1c14965af445e4f71769ef1e3fe365"
1069-
integrity sha512-g+25RejC0uMcimFhm55XGPkbXR5qJMZ8KRN9hEJrQ+9U1VLrt76IjHD3/+QKu/0h1Wm6S2a73DFK8UYZRmfnYg==
1076+
eslint-plugin-import@2.27.4:
1077+
version "2.27.4"
1078+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
1079+
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
10701080
dependencies:
10711081
array-includes "^3.1.6"
10721082
array.prototype.flat "^1.3.1"
1083+
array.prototype.flatmap "^1.3.0"
10731084
debug "^3.2.7"
10741085
doctrine "^2.1.0"
10751086
eslint-import-resolver-node "^0.3.7"
@@ -1080,6 +1091,7 @@ eslint-plugin-import@2.27.0:
10801091
minimatch "^3.1.2"
10811092
object.values "^1.1.6"
10821093
resolve "^1.22.1"
1094+
semver "^6.3.0"
10831095
tsconfig-paths "^3.14.1"
10841096

10851097
eslint-scope@^7.1.1:

0 commit comments

Comments
 (0)