Update package-lock.json, bump esbuild (#6915)

update node version, bump esbuild
This commit is contained in:
Maximilian Hils 2024-06-12 13:44:25 +02:00 committed by GitHub
parent 460789b7be
commit 40ae9ff05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7723 additions and 4849 deletions

View file

@ -1 +1 @@
14
18

View file

@ -1,7 +1,7 @@
# Quick Start
- Install mitmproxy as described in [`../CONTRIBUTING.md`](../CONTRIBUTING.md)
- Run `node --version` to make sure that you have at least Node.js 14 or above. If you are on **Ubuntu <= 20.04**, you
- Run `node --version` to make sure that you have at least Node.js 18 or above. If you are on **Ubuntu <= 22.04**, you
need to
[upgrade](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions).
- Run `cd mitmproxy/web` to change to the directory with package.json

12566
web/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,7 @@
"esbuild-jest": "^0.5.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-esbuild": "^0.8.5",
"gulp-esbuild": "^0.12.0",
"gulp-less": "^5.0.0",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^4.0.0",