Skip to content

Commit a7c9fce

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 9ae4679 commit a7c9fce

2 files changed

Lines changed: 193 additions & 1095 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@tailwindcss/forms": "^0.2.1",
2323
"bcryptjs": "^2.4.3",
2424
"classnames": "^2.3.1",
25-
"lodash": "^4.17.21",
26-
"next": "^12.0.5",
25+
"lodash": "^4.17.23",
26+
"next": "^12.0.8",
2727
"next-auth": "4.0.0-beta.6",
2828
"next-connect": "^0.10.2",
2929
"react": "^17.0.2",

0 commit comments

Comments
 (0)