Skip to content

Commit

Permalink
fix: upgrade nodejs to 12.20.1
Browse files Browse the repository at this point in the history
Fixes high-severity CVE-2020-8265
  • Loading branch information
matthieu-foucault committed Jan 14, 2021
1 parent 50e9edf commit a660288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 12.16.1
nodejs 12.20.1
yarn 1.22.0
postgres 11.4
python 3.7.0
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx ."
},
"engines": {
"node": "12.16.1",
"node": "12.20.1",
"yarn": "1.22.0"
},
"author": "",
Expand Down

0 comments on commit a660288

Please sign in to comment.