Skip to content

Commit

Permalink
chore: update JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore committed Dec 4, 2024
1 parent 4d8d008 commit cbfa7e2
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 279 deletions.
12 changes: 6 additions & 6 deletions clients/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"dayjs": "1.11.13"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/jest": "^29.5.13",
"@biomejs/biome": "1.9.4",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "20.14.10",
"@types/node": "22.10.1",
"@types/uuid": "10.0.0",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsup": "8.3.0",
"typescript": "5.6.3",
"uuid": "10.0.0"
"tsup": "8.3.5",
"typescript": "5.7.2",
"uuid": "11.0.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.3"
"@biomejs/biome": "1.9.4"
}
}
Loading

0 comments on commit cbfa7e2

Please sign in to comment.