mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
chore(deps): update dependency eslint-plugin-jest to v27.9.0
This commit is contained in:
parent
583db7af0d
commit
4dfabfd9f5
2 changed files with 11 additions and 10 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -32,7 +32,7 @@
|
|||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-ava": "13.2.0",
|
||||
"eslint-plugin-github": "4.4.1",
|
||||
"eslint-plugin-jest": "27.1.5",
|
||||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-simple-import-sort": "8.0.0",
|
||||
"husky": "9.0.10",
|
||||
"lint-staged": "15.2.1",
|
||||
|
@ -2284,9 +2284,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/eslint-plugin-jest": {
|
||||
"version": "27.1.5",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.5.tgz",
|
||||
"integrity": "sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==",
|
||||
"version": "27.9.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz",
|
||||
"integrity": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@typescript-eslint/utils": "^5.10.0"
|
||||
|
@ -2295,8 +2295,9 @@
|
|||
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"eslint": "^7.0.0 || ^8.0.0"
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
||||
"eslint": "^7.0.0 || ^8.0.0",
|
||||
"jest": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@typescript-eslint/eslint-plugin": {
|
||||
|
@ -7407,9 +7408,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-jest": {
|
||||
"version": "27.1.5",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.5.tgz",
|
||||
"integrity": "sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==",
|
||||
"version": "27.9.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz",
|
||||
"integrity": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@typescript-eslint/utils": "^5.10.0"
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-ava": "13.2.0",
|
||||
"eslint-plugin-github": "4.4.1",
|
||||
"eslint-plugin-jest": "27.1.5",
|
||||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-simple-import-sort": "8.0.0",
|
||||
"husky": "9.0.10",
|
||||
"lint-staged": "15.2.1",
|
||||
|
|
Loading…
Reference in a new issue