Merge pull request #10 from jwetzell/dependabot/npm_and_yarn/types/node-22.10.1

Bump @types/node from 20.5.9 to 22.10.1
This commit is contained in:
2024-11-29 19:39:44 -06:00
committed by GitHub
2 changed files with 16 additions and 6 deletions
+15 -5
View File
@@ -24,7 +24,7 @@
"@angular/cli": "19.0.1",
"@angular/compiler-cli": "19.0.1",
"@types/luxon": "3.3.2",
"@types/node": "20.5.9",
"@types/node": "22.10.1",
"prettier": "3.4.1",
"typescript": "5.6.3"
}
@@ -3135,11 +3135,14 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "20.5.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz",
"integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==",
"version": "22.10.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
"integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
"dev": true,
"license": "MIT"
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
}
},
"node_modules/@vitejs/plugin-basic-ssl": {
"version": "1.1.0",
@@ -7077,6 +7080,13 @@
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
"dev": true,
"license": "MIT"
},
"node_modules/unique-filename": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz",
+1 -1
View File
@@ -25,7 +25,7 @@
"@angular/cli": "19.0.1",
"@angular/compiler-cli": "19.0.1",
"@types/luxon": "3.3.2",
"@types/node": "20.5.9",
"@types/node": "22.10.1",
"prettier": "3.4.1",
"typescript": "5.6.3"
}