Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: templates/basic/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-IMMER-1019369
  • Loading branch information
snyk-bot committed Feb 23, 2021
commit a1621dfae05fbfe6da51f05ec9ae69d9164c85a1
2 changes: 1 addition & 1 deletion templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-hot-loader": "^4.3.12",
"react-static": "^6.0.18"
"react-static": "^7.0.0"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
Expand Down