Skip to content

Commit 4315fb8

Browse files
chore(dev-deps): bump eslint-plugin-import from 2.27.4 to 2.27.5
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.4 to 2.27.5. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.27.4...v2.27.5) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e913cb2 commit 4315fb8

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
@@ -33,7 +33,7 @@
3333
"eslint-config-salesforce-license": "^0.2.0",
3434
"eslint-config-salesforce-typescript": "^1.1.1",
3535
"eslint-plugin-header": "^3.0.0",
36-
"eslint-plugin-import": "2.27.4",
36+
"eslint-plugin-import": "2.27.5",
3737
"eslint-plugin-jsdoc": "^39.9.1",
3838
"husky": "^7.0.4",
3939
"mocha": "^9.1.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@ array.prototype.flat@^1.2.5, array.prototype.flat@^1.3.1:
21022102
es-abstract "^1.20.4"
21032103
es-shim-unscopables "^1.0.0"
21042104

2105-
array.prototype.flatmap@^1.3.0:
2105+
array.prototype.flatmap@^1.3.1:
21062106
version "1.3.1"
21072107
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
21082108
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -3915,14 +3915,14 @@ [email protected]:
39153915
resolve "^1.22.0"
39163916
tsconfig-paths "^3.14.1"
39173917

3918-
3919-
version "2.27.4"
3920-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
3921-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
3918+
3919+
version "2.27.5"
3920+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
3921+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
39223922
dependencies:
39233923
array-includes "^3.1.6"
39243924
array.prototype.flat "^1.3.1"
3925-
array.prototype.flatmap "^1.3.0"
3925+
array.prototype.flatmap "^1.3.1"
39263926
debug "^3.2.7"
39273927
doctrine "^2.1.0"
39283928
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)