Skip to content

Commit

Permalink
fix(deps): pin dependencies (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: tradeshift-renovate[bot] <121954292+tradeshift-renovate[bot]@users.noreply.github.com>
  • Loading branch information
tradeshift-renovate[bot] authored Jan 19, 2023
1 parent a4d959f commit 5c7ae2e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
16.19.0
12 changes: 6 additions & 6 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"homepage": "https://github.com/tradeshift/actions-semantic-release#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.0.4",
"@actions/github": "^5.0.0",
"semantic-release": "^19.0.3"
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"semantic-release": "19.0.5"
},
"devDependencies": {
"@types/node": "^18.7.23",
"typescript": "^4.7.4"
"@types/node": "18.11.18",
"typescript": "4.9.4"
}
}

0 comments on commit 5c7ae2e

Please sign in to comment.