code-server/src/node
dependabot[bot] a8e2ede4f5
chore(deps): bump js-yaml from 3.14.0 to 4.0.0 (#2920)
* chore(deps): bump js-yaml from 3.14.0 to 4.0.0

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.0.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.0...4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* fix(src/node): replace yaml.safeLoad with load

Also update @types/yaml to ^4.0.0.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akash Satheesan <akash@coder.com>
2021-03-18 16:30:10 -05:00
..
routes Support permessage-deflate web socket extension (#2846) 2021-03-10 13:14:24 -06:00
app.ts feat: use compression in express server (#2680) 2021-02-12 14:27:33 -06:00
cli.ts chore(deps): bump js-yaml from 3.14.0 to 4.0.0 (#2920) 2021-03-18 16:30:10 -05:00
coder_cloud.ts remove references of coder could 2021-03-16 22:59:30 -04:00
constants.ts refactor: add getPackageJson fn in constants 2021-02-08 16:21:30 -07:00
entry.ts cli: hashedPassword -> hashed-password (#2454) 2020-12-18 12:20:38 -05:00
heart.ts heart.ts: Fix leak when server closes 2021-01-20 02:06:44 -05:00
http.ts Move global express args definition 2021-02-09 13:09:36 -06:00
plugin.ts Delegate authentication to plugins 2021-02-12 16:50:23 -06:00
proxy.ts Update proxy path passthrough documentation 2021-02-05 11:44:38 -05:00
proxy_agent.ts proxy_agent: Use proxy-from-env for robustness 2020-12-18 11:10:07 -05:00
settings.ts Replace fs-extra with fs.promises 2021-03-16 12:51:08 -05:00
socket.ts Replace fs-extra with fs.promises 2021-03-16 12:51:08 -05:00
update.ts update.ts: Fix response memory leak 2020-12-04 02:34:43 -05:00
util.ts Replace fs-extra with fs.promises 2021-03-16 12:51:08 -05:00
vscode.ts Handle permessage-deflate on sockets 2021-03-02 17:18:49 -06:00
wrapper.ts Wait for inner process to exit 2021-02-09 13:09:28 -06:00
wsRouter.ts Add health websocket 2021-02-09 13:09:33 -06:00