Skip to content

Commit 49f05b5

Browse files
byCedricmarionebl
authored andcommitted
Fix dependency security issues (#474)
fix: solve dependency security issues
1 parent b761b78 commit 49f05b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

@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"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@marionebl/sander": "0.6.1"
9191
},
9292
"devDependencies": {
93-
"docsify-cli": "4.2.0",
93+
"docsify-cli": "4.2.1",
9494
"eslint": "4.18.1",
9595
"eslint-config-prettier": "2.9.0",
9696
"husky": "1.1.2",

0 commit comments

Comments
 (0)