Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 20, 2023
1 parent bede018 commit 58229cc
Show file tree
Hide file tree
Showing 2 changed files with 2,309 additions and 1,512 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.21.1",
"express": "^4.16.3",
"lodash": "^4.17.12",
"moment": "^2.22.1",
"next": "^7.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-dom": "^16.4.2",
"shelljs": "^0.8.2"
}
}
Loading

0 comments on commit 58229cc

Please sign in to comment.