Skip to content

Commit

Permalink
Merge pull request #19 from Endava/fix/update-braces-version
Browse files Browse the repository at this point in the history
Fix/update braces version
  • Loading branch information
jcendava authored Jun 18, 2024
2 parents 938e688 + 17ee849 commit b0f33ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@
"@types/luxon": "^3.4.2",
"@types/node": "^20.8.9",
"dotenv": "^16.4.5",
"gts": "^5.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5",
"gts": "^5.3.0"
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.6.8",
"zod": "^3.22.4"
},
"overrides": {
"braces@<3.0.3": "3.0.3"
}
}

0 comments on commit b0f33ba

Please sign in to comment.