Skip to content

Commit 59822bf

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.27.5
1 parent 51df200 commit 59822bf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cross-env": "7.0.3",
4545
"eslint": "7.32.0",
4646
"eslint-config-prettier": "8.6.0",
47-
"eslint-plugin-import": "2.27.4",
47+
"eslint-plugin-import": "2.27.5",
4848
"eslint-plugin-node": "11.1.0",
4949
"eslint-plugin-prettier": "3.4.1",
5050
"husky": "7.0.4",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ array.prototype.flat@^1.3.1:
14721472
es-abstract "^1.20.4"
14731473
es-shim-unscopables "^1.0.0"
14741474

1475-
array.prototype.flatmap@^1.3.0:
1475+
array.prototype.flatmap@^1.3.1:
14761476
version "1.3.1"
14771477
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
14781478
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -2045,14 +2045,14 @@ eslint-plugin-es@^3.0.0:
20452045
eslint-utils "^2.0.0"
20462046
regexpp "^3.0.0"
20472047

2048-
2049-
version "2.27.4"
2050-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
2051-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
2048+
2049+
version "2.27.5"
2050+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
2051+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
20522052
dependencies:
20532053
array-includes "^3.1.6"
20542054
array.prototype.flat "^1.3.1"
2055-
array.prototype.flatmap "^1.3.0"
2055+
array.prototype.flatmap "^1.3.1"
20562056
debug "^3.2.7"
20572057
doctrine "^2.1.0"
20582058
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)