Skip to content

Commit 65031bf

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.27.5
1 parent 01d3658 commit 65031bf

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
@@ -43,7 +43,7 @@
4343
"class-validator": "0.14.0",
4444
"eslint": "8.32.0",
4545
"eslint-config-prettier": "8.6.0",
46-
"eslint-plugin-import": "2.27.4",
46+
"eslint-plugin-import": "2.27.5",
4747
"eslint-plugin-prettier": "4.2.1",
4848
"graphql": "15.8.0",
4949
"graphql-subscriptions": "2.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3712,7 +3712,7 @@ array.prototype.flat@^1.3.1:
37123712
es-abstract "^1.20.4"
37133713
es-shim-unscopables "^1.0.0"
37143714

3715-
array.prototype.flatmap@^1.3.0:
3715+
array.prototype.flatmap@^1.3.1:
37163716
version "1.3.1"
37173717
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
37183718
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -5367,14 +5367,14 @@ eslint-module-utils@^2.7.4:
53675367
dependencies:
53685368
debug "^3.2.7"
53695369

5370-
5371-
version "2.27.4"
5372-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
5373-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
5370+
5371+
version "2.27.5"
5372+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
5373+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
53745374
dependencies:
53755375
array-includes "^3.1.6"
53765376
array.prototype.flat "^1.3.1"
5377-
array.prototype.flatmap "^1.3.0"
5377+
array.prototype.flatmap "^1.3.1"
53785378
debug "^3.2.7"
53795379
doctrine "^2.1.0"
53805380
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)