Merge pull request #44 from jwetzell/dependabot/npm_and_yarn/types/node-22.13.11

Bump @types/node from 22.13.10 to 22.13.11
This commit is contained in:
2025-03-30 13:23:21 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -321,9 +321,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.13.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
"version": "22.13.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.11.tgz",
"integrity": "sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1951,7 +1951,7 @@
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "22.13.10",
"@types/node": "22.13.11",
"rimraf": "6.0.1",
"typescript": "5.8.2"
}
+1 -1
View File
@@ -36,7 +36,7 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "22.13.10",
"@types/node": "22.13.11",
"rimraf": "6.0.1",
"typescript": "5.8.2"
}