Commit c2f15bca authored by Jérome Perrin's avatar Jérome Perrin

update to monaco 0.41.0

also run npm audit --fix to fix a security issue with webdav-fs
parent cf10f2d5
......@@ -32,7 +32,7 @@ const args = parser.parseArgs();
// see https://webpack.js.org/api/node/#custom-file-systems for reference
const compiler = webpack(config);
compiler.outputFileSystem = require("webdav-fs")(
compiler.outputFileSystem = require("webdav-fs").createAdapter(
args.url,
{
username: args.username,
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment