Merge pull request #84 from jwetzell/dependabot/npm_and_yarn/types/node-24.2.1

Bump @types/node from 24.0.10 to 24.2.1
This commit is contained in:
2025-08-12 16:25:20 -05:00
committed by GitHub
2 changed files with 10 additions and 9 deletions
+9 -8
View File
@@ -24,7 +24,7 @@
"@angular/cli": "20.0.3",
"@angular/compiler-cli": "20.0.4",
"@types/luxon": "3.6.2",
"@types/node": "24.0.10",
"@types/node": "24.2.1",
"prettier": "3.6.2",
"typescript": "5.8.3"
}
@@ -3172,12 +3172,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.0.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz",
"integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
"version": "24.2.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.1.tgz",
"integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"
"undici-types": "~7.10.0"
}
},
"node_modules/@vitejs/plugin-basic-ssl": {
@@ -6548,9 +6549,9 @@
}
},
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
"dev": true,
"license": "MIT"
},
+1 -1
View File
@@ -25,7 +25,7 @@
"@angular/cli": "20.0.3",
"@angular/compiler-cli": "20.0.4",
"@types/luxon": "3.6.2",
"@types/node": "24.0.10",
"@types/node": "24.2.1",
"prettier": "3.6.2",
"typescript": "5.8.3"
}