File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 38
38
"@typescript-eslint/parser" : " 5.48.1" ,
39
39
"eslint" : " 8.32.0" ,
40
40
"eslint-config-prettier" : " 8.6.0" ,
41
- "eslint-plugin-import" : " 2.27.4 " ,
41
+ "eslint-plugin-import" : " 2.27.5 " ,
42
42
"husky" : " 8.0.3" ,
43
43
"lint-staged" : " 13.1.0" ,
44
44
"prettier" : " 2.8.3" ,
Original file line number Diff line number Diff line change @@ -1461,7 +1461,7 @@ array.prototype.flat@^1.3.1:
1461
1461
es-abstract "^1.20.4"
1462
1462
es-shim-unscopables "^1.0.0"
1463
1463
1464
- array.prototype.flatmap@^1.3.0 :
1464
+ array.prototype.flatmap@^1.3.1 :
1465
1465
version "1.3.1"
1466
1466
resolved "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz"
1467
1467
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -2422,14 +2422,14 @@ eslint-module-utils@^2.7.4:
2422
2422
dependencies :
2423
2423
debug "^3.2.7"
2424
2424
2425
- eslint-plugin-import@2.27.4 :
2426
- version "2.27.4 "
2427
- resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.4 .tgz"
2428
- integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA ==
2425
+ eslint-plugin-import@2.27.5 :
2426
+ version "2.27.5 "
2427
+ resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5 .tgz"
2428
+ integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow ==
2429
2429
dependencies :
2430
2430
array-includes "^3.1.6"
2431
2431
array.prototype.flat "^1.3.1"
2432
- array.prototype.flatmap "^1.3.0 "
2432
+ array.prototype.flatmap "^1.3.1 "
2433
2433
debug "^3.2.7"
2434
2434
doctrine "^2.1.0"
2435
2435
eslint-import-resolver-node "^0.3.7"
You can’t perform that action at this time.
0 commit comments