Merge pull request #207 from jwetzell/dependabot/npm_and_yarn/types/node-26.1.2

Bump @types/node from 26.0.1 to 26.1.2
This commit is contained in:
Joel Wetzell
2026-08-12 08:14:51 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -534,9 +534,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "26.0.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz",
"integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==",
"version": "26.1.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz",
"integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2489,7 +2489,7 @@
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "26.0.1",
"@types/node": "^26.1.2",
"rimraf": "6.1.3",
"tsdown": "0.22.14",
"typescript": "6.0.3"
+1 -1
View File
@@ -33,7 +33,7 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "26.0.1",
"@types/node": "26.1.2",
"rimraf": "6.1.3",
"tsdown": "0.22.14",
"typescript": "6.0.3"