build(deps): bump @types/node from 20.11.17 to 20.11.19 (#979)

This commit is contained in:
dependabot[bot] 2024-02-19 14:40:33 +01:00 committed by GitHub
parent 552a57d5dc
commit 1eba11c6d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.11.17", "@types/node": "^20.11.19",
"@types/semver": "^7.5.7", "@types/semver": "^7.5.7",
"@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.11.17", "version": "20.11.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
"integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
} }
@ -4560,9 +4560,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "20.11.17", "version": "20.11.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
"integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
"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.11.17", "@types/node": "^20.11.19",
"@types/semver": "^7.5.7", "@types/semver": "^7.5.7",
"@types/tmp": "^0.2.6", "@types/tmp": "^0.2.6",
"tmp": "^0.2.1" "tmp": "^0.2.1"