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/jsonwebtoken to v9.0.9 #123

Merged
merged 1 commit into from
Feb 23, 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 @@ -21,7 +21,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jsonwebtoken": "9.0.8",
"@types/jsonwebtoken": "9.0.9",
"@types/node": "22.13.5",
"@types/uuid": "10.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonwebtoken@npm:9.0.8":
version: 9.0.8
resolution: "@types/jsonwebtoken@npm:9.0.8"
"@types/jsonwebtoken@npm:9.0.9":
version: 9.0.9
resolution: "@types/jsonwebtoken@npm:9.0.9"
dependencies:
"@types/ms": "npm:*"
"@types/node": "npm:*"
checksum: 10c0/dd3ccea05115ad9c4458d0c2a487179b1abf8886eaa8cc77d64031a8ef47abd3ff038cdde26e76893372238c8612e4f5fd578b3400e525b65c0e8d3abefe5282
checksum: 10c0/d754a7b65fc021b298fc94e8d7a7d71f35dedf24296ac89286f80290abc5dbb0c7830a21440ee9ecbb340efc1b0a21f5609ea298a35b874cae5ad29a65440741
languageName: node
linkType: hard

Expand Down Expand Up @@ -931,7 +931,7 @@ __metadata:
dependencies:
"@actions/core": "npm:1.11.1"
"@biomejs/biome": "npm:1.9.4"
"@types/jsonwebtoken": "npm:9.0.8"
"@types/jsonwebtoken": "npm:9.0.9"
"@types/node": "npm:22.13.5"
"@types/uuid": "npm:10.0.0"
"@vercel/ncc": "npm:0.38.3"
Expand Down
Loading