fix @types/node version

This commit is contained in:
2025-10-11 11:35:48 -05:00
parent 706bffd33f
commit fb290270c6
3 changed files with 16 additions and 9 deletions
+7
View File
@@ -6,6 +6,13 @@ updates:
schedule: schedule:
interval: 'weekly' interval: 'weekly'
groups: groups:
node-types:
applies-to: version-updates
pattersn:
- '@types/node'
update-types:
- 'minor'
- 'patch'
angular: angular:
applies-to: version-updates applies-to: version-updates
patterns: patterns:
+8 -8
View File
@@ -24,7 +24,7 @@
"@angular/cli": "20.1.6", "@angular/cli": "20.1.6",
"@angular/compiler-cli": "20.1.7", "@angular/compiler-cli": "20.1.7",
"@types/luxon": "3.7.1", "@types/luxon": "3.7.1",
"@types/node": "24.2.1", "@types/node": "22.16.5",
"prettier": "3.6.2", "prettier": "3.6.2",
"typescript": "5.8.3" "typescript": "5.8.3"
} }
@@ -3326,13 +3326,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "24.2.1", "version": "22.16.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.1.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.5.tgz",
"integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==", "integrity": "sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~7.10.0" "undici-types": "~6.21.0"
} }
}, },
"node_modules/@vitejs/plugin-basic-ssl": { "node_modules/@vitejs/plugin-basic-ssl": {
@@ -7527,9 +7527,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "7.10.0", "version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
+1 -1
View File
@@ -25,7 +25,7 @@
"@angular/cli": "20.1.6", "@angular/cli": "20.1.6",
"@angular/compiler-cli": "20.1.7", "@angular/compiler-cli": "20.1.7",
"@types/luxon": "3.7.1", "@types/luxon": "3.7.1",
"@types/node": "24.2.1", "@types/node": "22.16.5",
"prettier": "3.6.2", "prettier": "3.6.2",
"typescript": "5.8.3" "typescript": "5.8.3"
} }