build(deps): bump @types/node from 20.10.6 to 20.10.7 (#941)

This commit is contained in:
dependabot[bot] 2024-01-09 00:08:47 +01:00 committed by GitHub
parent cfaf0f0750
commit effc519e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@actions/github": "^6.0.0", "@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.0", "@actions/http-client": "^2.2.0",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/node": "^20.10.6", "@types/node": "^20.10.7",
"@types/semver": "^7.5.6", "@types/semver": "^7.5.6",
"@types/tmp": "^0.2.6", "@types/tmp": "^0.2.6",
"tmp": "^0.2.1" "tmp": "^0.2.1"
@ -643,9 +643,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.10.6", "version": "20.10.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz",
"integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==", "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==",
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
} }
@ -4674,9 +4674,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "20.10.6", "version": "20.10.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz",
"integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==", "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==",
"requires": { "requires": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
} }

View File

@ -30,7 +30,7 @@
"@actions/github": "^6.0.0", "@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.0", "@actions/http-client": "^2.2.0",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/node": "^20.10.6", "@types/node": "^20.10.7",
"@types/semver": "^7.5.6", "@types/semver": "^7.5.6",
"@types/tmp": "^0.2.6", "@types/tmp": "^0.2.6",
"tmp": "^0.2.1" "tmp": "^0.2.1"