gotty/js/src
Søren L. Hansen 94e587399d Refresh dependencies, drop node-sass
`npm audit` revealed some vulnerabilities:

```

scss-tokenizer  <=0.4.2
Severity: high
Regular expression denial of service in scss-tokenizer - https://github.com/advisories/GHSA-7mwh-4pqv-wmr8
fix available via `npm audit fix --force`
Will install node-sass@4.5.3, which is a breaking change
node_modules/scss-tokenizer
  sass-graph  >=2.2.0
  Depends on vulnerable versions of scss-tokenizer
  node_modules/sass-graph
    node-sass  >=4.6.0
    Depends on vulnerable versions of sass-graph
    node_modules/node-sass

3 high severity vulnerabilities

```

We don't need node-sass, and sass-loader is just as happy using
another sass implementation. The preferred one is dart-sass which
is simply called sass in npm.

In the process, I also did an `npm update` just for good measure.
2022-08-27 02:11:30 -07:00
..
bootstrap.scss Refresh dependencies, drop node-sass 2022-08-27 02:11:30 -07:00
main.ts Use bootstrap components for up- and downloads 2022-04-25 20:11:43 +00:00
MyModal.tsx Do not include ALL of bootstrap 2022-04-25 22:40:27 +00:00
websocket.ts Use bootstrap components for up- and downloads 2022-04-25 20:11:43 +00:00
webtty.tsx Use bootstrap components for up- and downloads 2022-04-25 20:11:43 +00:00
xterm.tsx Use bootstrap components for up- and downloads 2022-04-25 20:11:43 +00:00
zmodem.tsx Use bootstrap components for up- and downloads 2022-04-25 20:11:43 +00:00