Merge pull request #30 from jwetzell/dependabot/npm_and_yarn/types/node-22.8.1

Bump @types/node from 22.7.7 to 22.8.1
This commit is contained in:
2024-10-28 09:59:22 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -255,12 +255,12 @@
"peer": true
},
"node_modules/@types/node": {
"version": "22.7.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz",
"integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==",
"version": "22.8.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz",
"integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==",
"dev": true,
"dependencies": {
"undici-types": "~6.19.2"
"undici-types": "~6.19.8"
}
},
"node_modules/@ungap/structured-clone": {
@@ -3654,7 +3654,7 @@
"version": "1.6.0",
"license": "MIT",
"devDependencies": {
"@types/node": "22.7.7",
"@types/node": "22.8.1",
"rimraf": "6.0.1",
"typescript": "5.6.3"
}
+1 -1
View File
@@ -36,7 +36,7 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "22.7.7",
"@types/node": "22.8.1",
"rimraf": "6.0.1",
"typescript": "5.6.3"
}