mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
chore(deps): update dependency @types/node to v18.19.21
This commit is contained in:
parent
5e9d0e3230
commit
76c17a2565
2 changed files with 30 additions and 12 deletions
38
package-lock.json
generated
38
package-lock.json
generated
|
@ -14,7 +14,7 @@
|
|||
"@actions/github": "^6.0.0",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"@octokit/plugin-throttling": "^8.1.3",
|
||||
"@types/node": "^17.0.44",
|
||||
"@types/node": "^18.11.9",
|
||||
"async-retry": "^1.3.3",
|
||||
"semver": "^7.3.7"
|
||||
},
|
||||
|
@ -22,7 +22,7 @@
|
|||
"@ava/typescript": "3.0.1",
|
||||
"@tsconfig/node16": "1.0.3",
|
||||
"@types/async-retry": "1.4.5",
|
||||
"@types/node": "18.11.9",
|
||||
"@types/node": "18.19.21",
|
||||
"@types/semver": "7.3.13",
|
||||
"@typescript-eslint/parser": "5.42.1",
|
||||
"@vercel/ncc": "0.34.0",
|
||||
|
@ -495,10 +495,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "18.11.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
|
||||
"integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==",
|
||||
"dev": true
|
||||
"version": "18.19.21",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.21.tgz",
|
||||
"integrity": "sha512-2Q2NeB6BmiTFQi4DHBzncSoq/cJMLDdhPaAoJFnFCyD9a8VPZRf7a1GAwp1Edb7ROaZc5Jz/tnZyL6EsWMRaqw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/retry": {
|
||||
"version": "0.12.2",
|
||||
|
@ -5386,6 +5389,12 @@
|
|||
"node": ">=14.0"
|
||||
}
|
||||
},
|
||||
"node_modules/undici-types": {
|
||||
"version": "5.26.5",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
||||
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/universal-user-agent": {
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
|
||||
|
@ -6047,10 +6056,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "18.11.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
|
||||
"integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==",
|
||||
"dev": true
|
||||
"version": "18.19.21",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.21.tgz",
|
||||
"integrity": "sha512-2Q2NeB6BmiTFQi4DHBzncSoq/cJMLDdhPaAoJFnFCyD9a8VPZRf7a1GAwp1Edb7ROaZc5Jz/tnZyL6EsWMRaqw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
},
|
||||
"@types/retry": {
|
||||
"version": "0.12.2",
|
||||
|
@ -9439,6 +9451,12 @@
|
|||
"@fastify/busboy": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"undici-types": {
|
||||
"version": "5.26.5",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
||||
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
||||
"dev": true
|
||||
},
|
||||
"universal-user-agent": {
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"@actions/github": "^6.0.0",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"@octokit/plugin-throttling": "^8.1.3",
|
||||
"@types/node": "^17.0.44",
|
||||
"@types/node": "^18.11.9",
|
||||
"async-retry": "^1.3.3",
|
||||
"semver": "^7.3.7"
|
||||
},
|
||||
|
@ -60,7 +60,7 @@
|
|||
"@ava/typescript": "3.0.1",
|
||||
"@tsconfig/node16": "1.0.3",
|
||||
"@types/async-retry": "1.4.5",
|
||||
"@types/node": "18.11.9",
|
||||
"@types/node": "18.19.21",
|
||||
"@types/semver": "7.3.13",
|
||||
"@typescript-eslint/parser": "5.42.1",
|
||||
"@vercel/ncc": "0.34.0",
|
||||
|
|
Loading…
Reference in a new issue