Skip to content

Commit a0052ac

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.27.5
1 parent 2a8a705 commit a0052ac

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/parser": "5.48.2",
3535
"eslint": "8.32.0",
3636
"eslint-config-prettier": "8.6.0",
37-
"eslint-plugin-import": "2.27.4",
37+
"eslint-plugin-import": "2.27.5",
3838
"eslint-plugin-prettier": "4.2.1",
3939
"jest": "26.6.3",
4040
"lerna": "6.4.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3184,7 +3184,7 @@ array.prototype.flat@^1.3.1:
31843184
es-abstract "^1.20.4"
31853185
es-shim-unscopables "^1.0.0"
31863186

3187-
array.prototype.flatmap@^1.3.0:
3187+
array.prototype.flatmap@^1.3.1:
31883188
version "1.3.1"
31893189
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
31903190
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -4965,14 +4965,14 @@ eslint-module-utils@^2.7.4:
49654965
dependencies:
49664966
debug "^3.2.7"
49674967

4968-
eslint-plugin-import@2.27.4:
4969-
version "2.27.4"
4970-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
4971-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
4968+
eslint-plugin-import@2.27.5:
4969+
version "2.27.5"
4970+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
4971+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
49724972
dependencies:
49734973
array-includes "^3.1.6"
49744974
array.prototype.flat "^1.3.1"
4975-
array.prototype.flatmap "^1.3.0"
4975+
array.prototype.flatmap "^1.3.1"
49764976
debug "^3.2.7"
49774977
doctrine "^2.1.0"
49784978
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)