Skip to content

Commit e0d6273

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 74c24f6 commit e0d6273

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
"eslint-config-salesforce-license": "^0.1.6",
3535
"eslint-config-salesforce-typescript": "^1.1.1",
3636
"eslint-plugin-header": "^3.0.0",
37-
"eslint-plugin-import": "2.27.4",
37+
"eslint-plugin-import": "2.27.5",
3838
"eslint-plugin-jsdoc": "^39.6.7",
3939
"eslint-plugin-sf-plugin": "^1.7.0",
4040
"husky": "^7.0.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,7 @@ array.prototype.flat@^1.2.5, array.prototype.flat@^1.3.1:
19131913
es-abstract "^1.20.4"
19141914
es-shim-unscopables "^1.0.0"
19151915

1916-
array.prototype.flatmap@^1.3.0:
1916+
array.prototype.flatmap@^1.3.1:
19171917
version "1.3.1"
19181918
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
19191919
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -3199,14 +3199,14 @@ [email protected]:
31993199
resolve "^1.22.0"
32003200
tsconfig-paths "^3.14.1"
32013201

3202-
3203-
version "2.27.4"
3204-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
3205-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
3202+
3203+
version "2.27.5"
3204+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
3205+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
32063206
dependencies:
32073207
array-includes "^3.1.6"
32083208
array.prototype.flat "^1.3.1"
3209-
array.prototype.flatmap "^1.3.0"
3209+
array.prototype.flatmap "^1.3.1"
32103210
debug "^3.2.7"
32113211
doctrine "^2.1.0"
32123212
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)