From 5895c36361f31a3875609ffba0f138ca968bf5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:42:04 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 (#1979) Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.28.1. - [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](https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 31 +++++++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 02373688..fdf563bd 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "eslint-config-react-app": "^7.0.1", "eslint-config-typed-fp": "^4.4.0", "eslint-plugin-functional": "^5.0.8", - "eslint-plugin-import": "^2.28.0", + "eslint-plugin-import": "^2.28.1", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-total-functions": "^6.10.5", diff --git a/yarn.lock b/yarn.lock index 0dd8d33d..6c22b576 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2676,7 +2676,7 @@ __metadata: eslint-config-react-app: ^7.0.1 eslint-config-typed-fp: ^4.4.0 eslint-plugin-functional: ^5.0.8 - eslint-plugin-import: ^2.28.0 + eslint-plugin-import: ^2.28.1 eslint-plugin-prettier: ^5.0.0 eslint-plugin-react: ^7.33.2 eslint-plugin-total-functions: ^6.10.5 @@ -8435,7 +8435,7 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-import@npm:^2.25.3, eslint-plugin-import@npm:^2.28.0": +"eslint-plugin-import@npm:^2.25.3": version: 2.28.0 resolution: "eslint-plugin-import@npm:2.28.0" dependencies: @@ -8463,6 +8463,33 @@ __metadata: languageName: node linkType: hard +"eslint-plugin-import@npm:^2.28.1": + version: 2.28.1 + resolution: "eslint-plugin-import@npm:2.28.1" + dependencies: + array-includes: ^3.1.6 + array.prototype.findlastindex: ^1.2.2 + array.prototype.flat: ^1.3.1 + array.prototype.flatmap: ^1.3.1 + debug: ^3.2.7 + doctrine: ^2.1.0 + eslint-import-resolver-node: ^0.3.7 + eslint-module-utils: ^2.8.0 + has: ^1.0.3 + is-core-module: ^2.13.0 + is-glob: ^4.0.3 + minimatch: ^3.1.2 + object.fromentries: ^2.0.6 + object.groupby: ^1.0.0 + object.values: ^1.1.6 + semver: ^6.3.1 + tsconfig-paths: ^3.14.2 + peerDependencies: + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + checksum: e8ae6dd8f06d8adf685f9c1cfd46ac9e053e344a05c4090767e83b63a85c8421ada389807a39e73c643b9bff156715c122e89778169110ed68d6428e12607edf + languageName: node + linkType: hard + "eslint-plugin-jest@npm:^25.3.0": version: 25.7.0 resolution: "eslint-plugin-jest@npm:25.7.0"