Skip to content

Commit

Permalink
fix: examples/with-reasonml-todo/package.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-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 14, 2024
1 parent a5fea53 commit c02c7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-reasonml-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"next": "latest",
"next-transpile-modules": "^4.0.2",
"next-transpile-modules": "^5.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-react": "^0.7.0"
Expand Down

0 comments on commit c02c7e9

Please sign in to comment.