Skip to content

Commit a417fa7

Browse files
build(deps-dev): bump eslint-plugin-import from 2.27.2 to 2.27.4
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.2 to 2.27.4. - [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.2...v2.27.4) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 344a77e commit a417fa7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,9 +1584,9 @@ eslint-module-utils@^2.7.4:
15841584
debug "^3.2.7"
15851585

15861586
eslint-plugin-import@^2.26.0:
1587-
version "2.27.2"
1588-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.2.tgz#4619f1952566a3cc1471ee07716322d4b0254526"
1589-
integrity sha512-/S1QaM52PzKy1C4c5Sw7hB6glROSUpMZ8RVREVC4se7z4AlyDxv0kU7uWkHc8aIVNb19oz86z7c6vdtuKUwLvw==
1587+
version "2.27.4"
1588+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz#319c2f6f6580e1678d674a258ee5e981c10cc25b"
1589+
integrity sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==
15901590
dependencies:
15911591
array-includes "^3.1.6"
15921592
array.prototype.flat "^1.3.1"
@@ -1601,6 +1601,7 @@ eslint-plugin-import@^2.26.0:
16011601
minimatch "^3.1.2"
16021602
object.values "^1.1.6"
16031603
resolve "^1.22.1"
1604+
semver "^6.3.0"
16041605
tsconfig-paths "^3.14.1"
16051606

16061607
eslint-rule-composer@^0.3.0:
@@ -4895,6 +4896,11 @@ semver-greatest-satisfied-range@^1.1.0:
48954896
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
48964897
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
48974898

4899+
semver@^6.3.0:
4900+
version "6.3.0"
4901+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
4902+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
4903+
48984904
semver@^7.3.4, semver@^7.3.5:
48994905
version "7.3.8"
49004906
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"

0 commit comments

Comments
 (0)