chore(deps): Bump @types/node from 20.14.10 to 20.14.11 (#44)

This commit is contained in:
dependabot[bot] 2024-07-22 05:55:35 +00:00 committed by GitHub
parent 7b1dc67a98
commit 40f5205a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/tool-cache": "^2.0.1",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.5.3"
}
@ -69,9 +69,9 @@
}
},
"node_modules/@types/node": {
"version": "20.14.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
"integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
"version": "20.14.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
"integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
"dependencies": {
"undici-types": "~5.26.4"
}

View File

@ -19,7 +19,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/tool-cache": "^2.0.1",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.5.3"
}