Skip to content

Commit f85557d

Browse files
committed
chore(security): fix security alerts
1 parent 56dc647 commit f85557d

File tree

2 files changed

+81
-31
lines changed

2 files changed

+81
-31
lines changed

package-lock.json

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

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@
3737
"ts-jest": "^24.2.0",
3838
"ts-node": "^3.3.0",
3939
"tslint": "5.3.2",
40-
"typescript": "^3.7.3"
40+
"typescript": "^3.7.3",
41+
"kind-of": "^6.0.3",
42+
"lodash": "^4.17.15",
43+
"lodash.template": "^4.5.0",
44+
"minimatch": "^3.0.4",
45+
"minimist": "^1.2.5"
4146
},
4247
"keywords": [
4348
"typescript",

0 commit comments

Comments
 (0)