Skip to content

Commit

Permalink
fix: bump tedious dependency to fix vulnerability (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-moncel authored Mar 8, 2024
1 parent 7268395 commit 837ac03
Show file tree
Hide file tree
Showing 3 changed files with 701 additions and 177 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 14.21.3
- uses: actions/cache@v2
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"semantic-release-slack-bot": "3.5.2",
"sequelize": "6.29.0",
"sequelize-fixtures": "1.1.1",
"tedious": "11.0.8",
"tedious": "15.1.3",
"typescript": "4.3.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 837ac03

Please sign in to comment.