Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#34)
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-STYLEDCOMPONENTS-3149924

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
0xk4b1r and snyk-bot authored Mar 4, 2023
1 parent 77ad7db commit 66e2ed8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 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 @@ -14,7 +14,7 @@
"react-icons": "^4.7.1",
"react-router-dom": "^6.4.3",
"react-syntax-highlighter": "^15.5.0",
"styled-components": "^5.3.6",
"styled-components": "^5.3.7",
"react-copy-to-clipboard": "^5.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 66e2ed8

Please sign in to comment.