mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(deps): update dependency eslint-plugin-import to v2.25.4 (#1959)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d2b5910d2c
commit
2851334deb
2 changed files with 13 additions and 23 deletions
|
@ -79,7 +79,7 @@
|
|||
"@typescript-eslint/parser": "5.8.1",
|
||||
"eslint": "8.6.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-import": "2.25.3",
|
||||
"eslint-plugin-import": "2.25.4",
|
||||
"eslint-plugin-jest": "25.3.4",
|
||||
"eslint-plugin-local-rules": "1.1.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
|
|
34
yarn.lock
34
yarn.lock
|
@ -4119,37 +4119,36 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-module-utils@npm:^2.7.1":
|
||||
version: 2.7.1
|
||||
resolution: "eslint-module-utils@npm:2.7.1"
|
||||
"eslint-module-utils@npm:^2.7.2":
|
||||
version: 2.7.2
|
||||
resolution: "eslint-module-utils@npm:2.7.2"
|
||||
dependencies:
|
||||
debug: ^3.2.7
|
||||
find-up: ^2.1.0
|
||||
pkg-dir: ^2.0.0
|
||||
checksum: c30dfa125aafe65e5f6a30a31c26932106fcf09934a2f47d7f8a393ed9106da7b07416f2337b55c85f9db0175c873ee0827be5429a24ec381b49940f342b9ac3
|
||||
checksum: 3e6407461d12b1568556fc9a84668415693ecce92d17d7407353defcfcafec5d3d8dfa2d9eda3743b3b53ef04101d8aa69072b3d634d92e766c3dfa10505542d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-import@npm:2.25.3":
|
||||
version: 2.25.3
|
||||
resolution: "eslint-plugin-import@npm:2.25.3"
|
||||
"eslint-plugin-import@npm:2.25.4":
|
||||
version: 2.25.4
|
||||
resolution: "eslint-plugin-import@npm:2.25.4"
|
||||
dependencies:
|
||||
array-includes: ^3.1.4
|
||||
array.prototype.flat: ^1.2.5
|
||||
debug: ^2.6.9
|
||||
doctrine: ^2.1.0
|
||||
eslint-import-resolver-node: ^0.3.6
|
||||
eslint-module-utils: ^2.7.1
|
||||
eslint-module-utils: ^2.7.2
|
||||
has: ^1.0.3
|
||||
is-core-module: ^2.8.0
|
||||
is-glob: ^4.0.3
|
||||
minimatch: ^3.0.4
|
||||
object.values: ^1.1.5
|
||||
resolve: ^1.20.0
|
||||
tsconfig-paths: ^3.11.0
|
||||
tsconfig-paths: ^3.12.0
|
||||
peerDependencies:
|
||||
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
|
||||
checksum: 8bdf4b1fafb0e5c8f57a1673f72d84307d32c06a23942990d198c8b32a85a5ae0098872d1ef5bf80d7dfe8ec542f6a671e3c5e706731a80b493c9015f7a147f5
|
||||
checksum: 0af24f5c7c6ca692f42e3947127f0ae7dfe44f1e02740f7cbe988b510a9c52bab0065d7df04e2d953dcc88a4595a00cbdcf14018acf8cd75cfd47b72efcbb734
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -5248,7 +5247,7 @@ __metadata:
|
|||
connect-typeorm: 1.1.4
|
||||
eslint: 8.6.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-plugin-import: 2.25.3
|
||||
eslint-plugin-import: 2.25.4
|
||||
eslint-plugin-jest: 25.3.4
|
||||
eslint-plugin-local-rules: 1.1.0
|
||||
eslint-plugin-prettier: 4.0.0
|
||||
|
@ -8023,15 +8022,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"pkg-dir@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "pkg-dir@npm:2.0.0"
|
||||
dependencies:
|
||||
find-up: ^2.1.0
|
||||
checksum: 8c72b712305b51e1108f0ffda5ec1525a8307e54a5855db8fb1dcf77561a5ae98e2ba3b4814c9806a679f76b2f7e5dd98bde18d07e594ddd9fdd25e9cf242ea1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"pkg-dir@npm:^4.2.0":
|
||||
version: 4.2.0
|
||||
resolution: "pkg-dir@npm:4.2.0"
|
||||
|
@ -9567,7 +9557,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tsconfig-paths@npm:3.12.0, tsconfig-paths@npm:^3.11.0, tsconfig-paths@npm:^3.9.0":
|
||||
"tsconfig-paths@npm:3.12.0, tsconfig-paths@npm:^3.12.0, tsconfig-paths@npm:^3.9.0":
|
||||
version: 3.12.0
|
||||
resolution: "tsconfig-paths@npm:3.12.0"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue