Skip to content

Commit a0c7c90

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent 66bb788 commit a0c7c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "next start"
1212
},
1313
"dependencies": {
14-
"bcrypt": "5.1.1",
14+
"bcrypt": "6.0.0",
1515
"canvas": "3.1.0",
1616
"cookie": "1.0.2",
1717
"dompurify": "3.2.5",

0 commit comments

Comments
 (0)