chore: bump eslint-plugin-import from 2.28.1 to 2.29.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0. - [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.1...v2.29.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Oct 23, 2023 at 18:56 UTC
893df3d9468fe1e0afa2e9988f0900452109a217
1 file changed
+14
-14
package-lock.json
+14
-14
@@ -15448,25 +15448,25 @@
15448
}
15449
},
15450
"node_modules/eslint-plugin-import": {
15451
- "version": "2.28.1",
15452
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz",
15453
- "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==",
15454
- "dependencies": {
15455
- "array-includes": "^3.1.6",
15456
- "array.prototype.findlastindex": "^1.2.2",
15457
- "array.prototype.flat": "^1.3.1",
15458
- "array.prototype.flatmap": "^1.3.1",
15451
+ "version": "2.29.0",
15452
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
15453
+ "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
15454
+ "dependencies": {
15455
+ "array-includes": "^3.1.7",
15456
+ "array.prototype.findlastindex": "^1.2.3",
15457
+ "array.prototype.flat": "^1.3.2",
15458
+ "array.prototype.flatmap": "^1.3.2",
15459
"debug": "^3.2.7",
15460
"doctrine": "^2.1.0",
15461
- "eslint-import-resolver-node": "^0.3.7",
15461
+ "eslint-import-resolver-node": "^0.3.9",
15462
"eslint-module-utils": "^2.8.0",
15463
- "has": "^1.0.3",
15464
- "is-core-module": "^2.13.0",
15463
+ "hasown": "^2.0.0",
15464
+ "is-core-module": "^2.13.1",
15465
"is-glob": "^4.0.3",
15466
"minimatch": "^3.1.2",
15467
- "object.fromentries": "^2.0.6",
15468
- "object.groupby": "^1.0.0",
15469
- "object.values": "^1.1.6",
15467
+ "object.fromentries": "^2.0.7",
15468
+ "object.groupby": "^1.0.1",
15469
+ "object.values": "^1.1.7",
15470
"semver": "^6.3.1",
15471
"tsconfig-paths": "^3.14.2"
15472
},