chore: bump eslint-plugin-import from 2.29.0 to 2.29.1 (#881)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.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.29.0...v2.29.1) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jan 3, 2024 at 10:57 UTC
7de310887cce82499b0e88acb49873006b977af8
1 file changed
+7
-7
package-lock.json
+7
-7
@@ -16393,9 +16393,9 @@
16393
}
16394
},
16395
"node_modules/eslint-plugin-import": {
16396
- "version": "2.29.0",
16397
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
16398
- "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
16396
+ "version": "2.29.1",
16397
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
16398
+ "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
16399
"dependencies": {
16400
"array-includes": "^3.1.7",
16401
"array.prototype.findlastindex": "^1.2.3",
@@ -16413,7 +16413,7 @@
16413
"object.groupby": "^1.0.1",
16414
"object.values": "^1.1.7",
16415
"semver": "^6.3.1",
16416
- "tsconfig-paths": "^3.14.2"
16416
+ "tsconfig-paths": "^3.15.0"
16417
},
16418
"engines": {
16419
"node": ">=4"
@@ -37862,9 +37862,9 @@
37862
}
37863
},
37864
"node_modules/tsconfig-paths": {
37865
- "version": "3.14.2",
37866
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
37867
- "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==",
37865
+ "version": "3.15.0",
37866
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
37867
+ "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
37868
"dependencies": {
37869
"@types/json5": "^0.0.29",
37870
"json5": "^1.0.2",