Skip to content

Commit e1ea490

Browse files
byCedricmarionebl
authored andcommitted
Fix dependency security issues (#474)
fix: solve dependency security issues
1 parent 0618cd7 commit e1ea490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: @commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-cli": "6.26.0",
6464
"babel-preset-commitlint": "^7.1.2",
6565
"babel-register": "6.26.0",
66-
"commitizen": "2.9.6",
66+
"commitizen": "3.0.4",
6767
"concurrently": "3.5.1",
6868
"cross-env": "5.1.1",
6969
"xo": "0.20.3"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@marionebl/sander": "0.6.1"
9393
},
9494
"devDependencies": {
95-
"docsify-cli": "4.2.0",
95+
"docsify-cli": "4.2.1",
9696
"eslint": "4.18.1",
9797
"eslint-config-prettier": "2.9.0",
9898
"husky": "1.1.2",

0 commit comments

Comments
 (0)