Skip to content

Commit 83d82d1

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-174116
1 parent bf14656 commit 83d82d1

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
@@ -33,6 +33,6 @@
3333
"codemirror": "^5.6.0",
3434
"codemirror-graphql": "^0.1.1",
3535
"graphql": "^0.4.3",
36-
"marked": "^0.3.5"
36+
"marked": "^0.6.2"
3737
}
3838
}

0 commit comments

Comments
 (0)