File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 53
53
"eslint" : " 6.8.0" ,
54
54
"eslint-config-algolia" : " 14.0.1" ,
55
55
"eslint-config-prettier" : " 6.15.0" ,
56
- "eslint-plugin-import" : " 2.27.4 " ,
56
+ "eslint-plugin-import" : " 2.27.5 " ,
57
57
"eslint-plugin-jest" : " 22.21.0" ,
58
58
"eslint-plugin-prettier" : " 3.4.1" ,
59
59
"eslint-plugin-react" : " 7.31.1" ,
Original file line number Diff line number Diff line change @@ -2645,6 +2645,16 @@ array.prototype.flatmap@^1.3.0:
2645
2645
es-abstract "^1.19.2"
2646
2646
es-shim-unscopables "^1.0.0"
2647
2647
2648
+ array.prototype.flatmap@^1.3.1 :
2649
+ version "1.3.1"
2650
+ resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
2651
+ integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
2652
+ dependencies :
2653
+ call-bind "^1.0.2"
2654
+ define-properties "^1.1.4"
2655
+ es-abstract "^1.20.4"
2656
+ es-shim-unscopables "^1.0.0"
2657
+
2648
2658
arrify@^1.0.1 :
2649
2659
version "1.0.1"
2650
2660
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -4473,14 +4483,14 @@ eslint-module-utils@^2.7.4:
4473
4483
dependencies :
4474
4484
debug "^3.2.7"
4475
4485
4476
- eslint-plugin-import@2.27.4 :
4477
- version "2.27.4 "
4478
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4 .tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b "
4479
- integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA ==
4486
+ eslint-plugin-import@2.27.5 :
4487
+ version "2.27.5 "
4488
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5 .tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65 "
4489
+ integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow ==
4480
4490
dependencies :
4481
4491
array-includes "^3.1.6"
4482
4492
array.prototype.flat "^1.3.1"
4483
- array.prototype.flatmap "^1.3.0 "
4493
+ array.prototype.flatmap "^1.3.1 "
4484
4494
debug "^3.2.7"
4485
4495
doctrine "^2.1.0"
4486
4496
eslint-import-resolver-node "^0.3.7"
You can’t perform that action at this time.
0 commit comments