Merge pull request #22 from jwetzell/dependabot/npm_and_yarn/types/node-22.10.6

Bump @types/node from 22.10.1 to 22.10.6
This commit is contained in:
2025-01-20 10:51:56 -06:00
committed by GitHub
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -24,7 +24,7 @@
"@angular/cli": "19.0.7",
"@angular/compiler-cli": "19.0.6",
"@types/luxon": "3.4.2",
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"prettier": "3.4.1",
"typescript": "5.6.3"
}
@@ -3122,11 +3122,10 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.10.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
"integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
"version": "22.10.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.6.tgz",
"integrity": "sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
}
+1 -1
View File
@@ -25,7 +25,7 @@
"@angular/cli": "19.0.7",
"@angular/compiler-cli": "19.0.6",
"@types/luxon": "3.4.2",
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"prettier": "3.4.1",
"typescript": "5.6.3"
}