mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
fix(deps): update dependency eslint-plugin-jest to v24.4.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
bb2fcd3719
commit
75b6975632
2 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@
|
||||||
"class-validator": "0.13.1",
|
"class-validator": "0.13.1",
|
||||||
"cli-color": "2.0.0",
|
"cli-color": "2.0.0",
|
||||||
"connect-typeorm": "1.1.4",
|
"connect-typeorm": "1.1.4",
|
||||||
"eslint-plugin-jest": "24.3.6",
|
"eslint-plugin-jest": "24.4.0",
|
||||||
"eslint-plugin-local-rules": "1.1.0",
|
"eslint-plugin-local-rules": "1.1.0",
|
||||||
"file-type": "16.5.1",
|
"file-type": "16.5.1",
|
||||||
"joi": "17.4.1",
|
"joi": "17.4.1",
|
||||||
|
|
|
@ -2813,10 +2813,10 @@ eslint-plugin-import@2.23.4:
|
||||||
resolve "^1.20.0"
|
resolve "^1.20.0"
|
||||||
tsconfig-paths "^3.9.0"
|
tsconfig-paths "^3.9.0"
|
||||||
|
|
||||||
eslint-plugin-jest@24.3.6:
|
eslint-plugin-jest@24.4.0:
|
||||||
version "24.3.6"
|
version "24.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz#fa4b614dbd46a98b652d830377971f097bda9262"
|
||||||
integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==
|
integrity sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/experimental-utils" "^4.0.1"
|
"@typescript-eslint/experimental-utils" "^4.0.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue