Skip to content

Commit d411424

Browse files
fix(security): patch semantic-release dependency vulnerabilities (#671)
1 parent a32fb0b commit d411424

File tree

3 files changed

+1304
-1971
lines changed

3 files changed

+1304
-1971
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-node@v1
25+
with:
26+
node-version: 14.17.6
2527
- uses: actions/cache@v2
2628
with:
2729
path: '**/node_modules'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"jest-extended": "0.11.5",
6161
"mongoose": "5.12.14",
6262
"mongoose-fixture-loader": "1.0.2",
63-
"semantic-release": "17.4.2",
63+
"semantic-release": "17.4.7",
6464
"semantic-release-npm-deprecate-old-versions": "1.1.2",
6565
"semantic-release-slack-bot": "1.6.2",
6666
"simple-git": "1.65.0",

0 commit comments

Comments
 (0)