chore(deps): Bump @types/node from 20.14.9 to 20.14.10 (#42)

This commit is contained in:
dependabot[bot] 2024-07-16 05:52:29 +00:00 committed by GitHub
parent 03c94b448c
commit 48a5fd481e
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.9",
"@types/node": "^20.14.10",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.5.3"
}
@ -69,9 +69,9 @@
}
},
"node_modules/@types/node": {
"version": "20.14.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
"integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
"version": "20.14.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
"integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
"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.9",
"@types/node": "^20.14.10",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.5.3"
}