Bump ansi-html and parcel

Removes [ansi-html](https://github.com/Tjatse/ansi-html). It's no longer used after updating ancestor dependency [parcel](https://github.com/parcel-bundler/parcel). These dependencies need to be updated together.


Removes `ansi-html`

Updates `parcel` from 2.0.0-beta.2 to 2.8.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.0.0-beta.2...v2.8.0)

---
updated-dependencies:
- dependency-name: ansi-html
  dependency-type: indirect
- dependency-name: parcel
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-15 22:01:43 +00:00 committed by GitHub
parent 1ee7c6161d
commit fc99d08989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2238 additions and 16533 deletions

18769
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -45,7 +45,7 @@
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"parcel": "^2.0.0-beta.2"
"parcel": "^2.8.0"
},
"scripts": {
"build": "eslint assets/js/*.js && parcel build assets/html/index.html --dist-dir dist",