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

Bump @types/node from 22.8.1 to 22.8.7
This commit is contained in:
2024-11-04 13:36:28 -06:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
"version": "1.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "22.8.1",
"@types/node": "22.8.7",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.6.3"
@@ -43,9 +43,9 @@
}
},
"node_modules/@types/node": {
"version": "22.8.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz",
"integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==",
"version": "22.8.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.7.tgz",
"integrity": "sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==",
"dev": true,
"dependencies": {
"undici-types": "~6.19.8"
+1 -1
View File
@@ -33,7 +33,7 @@
"repository": "https://github.com/jwetzell/psn-js",
"license": "MIT",
"devDependencies": {
"@types/node": "22.8.1",
"@types/node": "22.8.7",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.6.3"