Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/node to v22.10.7 #112

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"@types/uuid": "10.0.0"
},
"packageManager": "yarn@4.6.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.10.6":
version: 22.10.6
resolution: "@types/node@npm:22.10.6"
"@types/node@npm:22.10.7":
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/8b67affc211e5f9c74f7949cda04ca669721e50b83d71b8772a7bed7a4a3c41d663b3a794413f618e763ca6c5da8c234c25ffebcb0737983fc3e7415818ab9a7
checksum: 10c0/c941b4689dfc4044b64a5f601306cbcb0c7210be853ba378a5dd44137898c45accedd796ee002ad9407024cac7ecaf5049304951cb1d80ce3d7cebbbae56f20e
languageName: node
linkType: hard

Expand Down Expand Up @@ -924,7 +924,7 @@ __metadata:
"@actions/core": "npm:1.11.1"
"@biomejs/biome": "npm:1.9.4"
"@types/jsonwebtoken": "npm:9.0.7"
"@types/node": "npm:22.10.6"
"@types/node": "npm:22.10.7"
"@types/uuid": "npm:10.0.0"
"@vercel/ncc": "npm:0.38.3"
jsonwebtoken: "npm:9.0.2"
Expand Down
Loading