Skip to content

Commit

Permalink
chore(ci): patch semantic-release dependency vulnerabilities (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier authored May 10, 2022
1 parent 5165089 commit 14c3674
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 838 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 12.13.0
node-version: 14.17.6
- uses: actions/cache@v2
with:
path: '**/node_modules'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@babel/register": "7.15.3",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/express": "4.17.13",
"@types/jest": "26.0.9",
"@typescript-eslint/eslint-plugin": "4.26.0",
Expand All @@ -63,9 +63,9 @@
"mysql2": "2.1.0",
"onchange": "6.0.0",
"pg": "8.4.2",
"semantic-release": "17.4.7",
"semantic-release": "19.0.2",
"semantic-release-npm-deprecate-old-versions": "1.3.2",
"semantic-release-slack-bot": "2.1.1",
"semantic-release-slack-bot": "3.5.2",
"sequelize": "5.21.3",
"sequelize-fixtures": "1.1.1",
"simple-git": "1.65.0",
Expand Down
Loading

0 comments on commit 14c3674

Please sign in to comment.