Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
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-PRISMJS-1585202
  • Loading branch information
snyk-bot committed Sep 18, 2021
1 parent da84e95 commit 073d811
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 102 deletions.
111 changes: 10 additions & 101 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
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"webpack-inline-svg-plugin": "^1.1.4"
},
"dependencies": {
"prismjs": "^1.20.0"
"prismjs": "^1.25.0"
}
}

0 comments on commit 073d811

Please sign in to comment.