Merge pull request #188 from jwetzell/dependabot/npm_and_yarn/types/node-25.9.2

Bump @types/node from 25.9.1 to 25.9.2
This commit is contained in:
Joel Wetzell
2026-06-10 11:31:00 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -691,9 +691,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "25.9.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz",
"integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==",
"version": "25.9.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz",
"integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2339,7 +2339,7 @@
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "25.9.1",
"@types/node": "^25.9.2",
"rimraf": "6.1.3",
"tsdown": "0.22.1",
"typescript": "6.0.3"