Skip to content

Commit 2e74e58

Browse files
authored
fix(security): event-stream vulnerability (#172)
1 parent 64cd715 commit 2e74e58

File tree

3 files changed

+36
-111
lines changed

3 files changed

+36
-111
lines changed

.commitlintrc.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ extends:
22
- "@commitlint/config-conventional"
33

44
rules:
5-
scope-enum: [2, "always", ["deps", "readme", "demo", "release", "travis", "sideci", "coverage"]]
5+
scope-enum:
6+
[2, "always", ["deps", "readme", "demo", "release", "travis", "sideci", "coverage", "security"]]

package-lock.json

+33-109
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"tslint-config-prettier": "1.16.0",
4747
"typescript": "3.1.6",
4848
"uglify-es": "3.3.9",
49-
"ybiq": "6.0.0"
49+
"ybiq": "^6.0.0"
5050
},
5151
"husky": {
5252
"hooks": {

0 commit comments

Comments
 (0)