udpate @types/node

This commit is contained in:
Joel Wetzell
2026-06-07 21:32:37 -05:00
parent acd4e490fe
commit 2181bddb9d
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -24,7 +24,7 @@
"@angular/cli": "22.0.0",
"@angular/compiler-cli": "22.0.0",
"@types/luxon": "3.7.1",
"@types/node": "22.16.5",
"@types/node": "24.1.0",
"prettier": "3.8.3",
"typescript": "6.0.3"
}
@@ -3369,13 +3369,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.16.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.5.tgz",
"integrity": "sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==",
"version": "24.1.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz",
"integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
"undici-types": "~7.8.0"
}
},
"node_modules/@vitejs/plugin-basic-ssl": {
@@ -6952,9 +6952,9 @@
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
"dev": true,
"license": "MIT"
},
+1 -1
View File
@@ -25,7 +25,7 @@
"@angular/cli": "22.0.0",
"@angular/compiler-cli": "22.0.0",
"@types/luxon": "3.7.1",
"@types/node": "22.16.5",
"@types/node": "24.1.0",
"prettier": "3.8.3",
"typescript": "6.0.3"
}