Skip to content

Commit 1f71c65

Browse files
fix(security): patch commitlint dependency vulnerabilities (#650)
1 parent 8cbdea3 commit 1f71c65

File tree

3 files changed

+482
-434
lines changed

3 files changed

+482
-434
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
NODE_VERSION: 14.17.6
13+
NODE_VERSION: 14.21.3
1414

1515
jobs:
1616
lint:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"homepage": "https://github.com/ForestAdmin/forest-rails#readme",
2222
"devDependencies": {
23-
"@commitlint/cli": "11.0.0",
24-
"@commitlint/config-conventional": "11.0.0",
23+
"@commitlint/cli": "17.4.2",
24+
"@commitlint/config-conventional": "17.4.2",
2525
"@semantic-release/changelog": "6.0.1",
2626
"@semantic-release/exec": "6.0.3",
2727
"@semantic-release/git": "10.0.1",

0 commit comments

Comments
 (0)