Merge pull request #186 from jwetzell/dependabot/npm_and_yarn/types/node-26.0.0

Bump @types/node from 25.9.2 to 26.1.2
This commit is contained in:
Joel Wetzell
2026-08-06 08:25:05 -05:00
committed by GitHub
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -736,13 +736,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "25.9.2", "version": "26.1.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz",
"integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==", "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"undici-types": ">=7.24.0 <7.24.7" "undici-types": "~8.3.0"
} }
}, },
"node_modules/@typescript-eslint/eslint-plugin": { "node_modules/@typescript-eslint/eslint-plugin": {
@@ -2291,9 +2291,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "7.24.6", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@@ -2351,9 +2351,9 @@
"version": "0.1.0", "version": "0.1.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "25.9.2", "@types/node": "^26.1.2",
"rimraf": "6.1.3", "rimraf": "6.1.3",
"tsdown": "^0.22.3", "tsdown": "0.22.3",
"typescript": "6.0.3" "typescript": "6.0.3"
} }
} }
+1 -1
View File
@@ -33,7 +33,7 @@
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "25.9.2", "@types/node": "26.1.2",
"rimraf": "6.1.3", "rimraf": "6.1.3",
"tsdown": "0.22.3", "tsdown": "0.22.3",
"typescript": "6.0.3" "typescript": "6.0.3"