Skip to content

Commit d1a7e66

Browse files
authored
Merge pull request #266 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-import-2.27.5
chore(dev-deps): bump eslint-plugin-import from 2.27.4 to 2.27.5
2 parents 16bd0cd + 4315fb8 commit d1a7e66

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
@@ -2118,7 +2118,7 @@ array.prototype.flat@^1.2.5, array.prototype.flat@^1.3.1:
21182118
es-abstract "^1.20.4"
21192119
es-shim-unscopables "^1.0.0"
21202120

2121-
array.prototype.flatmap@^1.3.0:
2121+
array.prototype.flatmap@^1.3.1:
21222122
version "1.3.1"
21232123
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
21242124
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
@@ -3931,14 +3931,14 @@ [email protected]:
39313931
resolve "^1.22.0"
39323932
tsconfig-paths "^3.14.1"
39333933

3934-
3935-
version "2.27.4"
3936-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
3937-
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
3934+
3935+
version "2.27.5"
3936+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
3937+
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
39383938
dependencies:
39393939
array-includes "^3.1.6"
39403940
array.prototype.flat "^1.3.1"
3941-
array.prototype.flatmap "^1.3.0"
3941+
array.prototype.flatmap "^1.3.1"
39423942
debug "^3.2.7"
39433943
doctrine "^2.1.0"
39443944
eslint-import-resolver-node "^0.3.7"

0 commit comments

Comments
 (0)