Skip to content

Commit e042173

Browse files
fix dependanbot errors (#176)
Signed-off-by: NeelParihar <neel@terminusdb.com>
1 parent bc19748 commit e042173

File tree

2 files changed

+58
-51
lines changed

2 files changed

+58
-51
lines changed

package-lock.json

Lines changed: 55 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"node-forge": ">=1.0.0",
2929
"pako": "^2.0.4",
3030
"pathval": ">=1.1.1",
31-
"underscore": ">=1.13.2"
31+
"underscore": ">=1.13.2",
32+
"ansi-regex": "^4.1.1",
33+
"marked": "^4.0.10"
3234
},
3335
"devDependencies": {
3436
"@babel/core": "^7.13.10",

0 commit comments

Comments
 (0)