Skip to content

Commit

Permalink
Update monaco-editor to 0.10.1
Browse files Browse the repository at this point in the history
Fixes microsoft/monaco-editor#601
 - window.opener should be set to null to protect against malicious code
  • Loading branch information
jonas committed Feb 6, 2018
1 parent 0d6f49f commit 8d0cc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ lazy val js = project
"webpack-merge" -> "4.1.0"
),
npmDependencies in Compile ++= Seq(
"monaco-editor" -> "0.10.0",
"monaco-editor" -> "0.10.1",
"roboto-fontface" -> "0.7.0",
"js-sha512" -> "0.4.0"
)
Expand Down

0 comments on commit 8d0cc21

Please sign in to comment.