Skip to content

Commit 5dd41e5

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.27.5
1 parent 80be260 commit 5dd41e5

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint": "6.8.0",
5454
"eslint-config-algolia": "14.0.1",
5555
"eslint-config-prettier": "6.15.0",
56-
"eslint-plugin-import": "2.27.4",
56+
"eslint-plugin-import": "2.27.5",
5757
"eslint-plugin-jest": "22.21.0",
5858
"eslint-plugin-prettier": "3.4.1",
5959
"eslint-plugin-react": "7.31.1",

yarn.lock

+15-5
Original file line numberDiff line numberDiff line change
@@ -2645,6 +2645,16 @@ array.prototype.flatmap@^1.3.0:
26452645
es-abstract "^1.19.2"
26462646
es-shim-unscopables "^1.0.0"
26472647

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+
26482658
arrify@^1.0.1:
26492659
version "1.0.1"
26502660
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -4473,14 +4483,14 @@ eslint-module-utils@^2.7.4:
44734483
dependencies:
44744484
debug "^3.2.7"
44754485

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==
44804490
dependencies:
44814491
array-includes "^3.1.6"
44824492
array.prototype.flat "^1.3.1"
4483-
array.prototype.flatmap "^1.3.0"
4493+
array.prototype.flatmap "^1.3.1"
44844494
debug "^3.2.7"
44854495
doctrine "^2.1.0"
44864496
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)