Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#36)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MARKED-584281

Co-authored-by: Sebastian Felix Zappe <sebastian@sozialhelden.de>
  • Loading branch information
snyk-bot and opyh committed Oct 4, 2021
1 parent 376f999 commit ce0519f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -129,9 +129,9 @@
"intersperse": "^1.0.0",
"js-quantities": "^1.7.4",
"kind-of": "^6.0.3",
"marked": "^0.8.2",
"lodash": "^4.17.16",
"markdown-table": "^2.0.0",
"marked": "^1.1.1",
"react-style-tag": "^2.0.1",
"ttag": "^1.7.22",
"simpl-schema": "^1.7.0",
Expand Down

0 comments on commit ce0519f

Please sign in to comment.