Merge pull request #147 from jwetzell/dependabot/npm_and_yarn/types/node-25.5.0

Bump @types/node from 25.4.0 to 25.5.0
This commit is contained in:
Joel Wetzell
2026-03-17 12:11:37 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -253,9 +253,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "25.4.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.4.0.tgz",
"integrity": "sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==",
"version": "25.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1479,7 +1479,7 @@
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "25.4.0",
"@types/node": "^25.5.0",
"rimraf": "6.1.3",
"typescript": "5.9.3"
}
+1 -1
View File
@@ -36,7 +36,7 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "25.4.0",
"@types/node": "25.5.0",
"rimraf": "6.1.3",
"typescript": "5.9.3"
}