mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
feat(editor): Upgrade vite, vitest, esbuild, and rollup to address CVE-2024-47068 (no-changelog) (#11170)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
This commit is contained in:
parent
94cfb3727c
commit
b559352036
|
@ -70,7 +70,7 @@
|
|||
"overrides": {
|
||||
"@types/node": "^18.16.16",
|
||||
"chokidar": "3.5.2",
|
||||
"esbuild": "^0.20.2",
|
||||
"esbuild": "^0.21.5",
|
||||
"formidable": "3.5.1",
|
||||
"pug": "^3.0.3",
|
||||
"semver": "^7.5.4",
|
||||
|
|
537
pnpm-lock.yaml
537
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -26,10 +26,10 @@ catalog:
|
|||
|
||||
catalogs:
|
||||
frontend:
|
||||
'@vitest/coverage-v8': ^2.0.5
|
||||
'@vitest/coverage-v8': ^2.1.2
|
||||
'@sentry/vue': ^8.33.1
|
||||
vite: ^5.4.6
|
||||
vitest: ^2.1.1
|
||||
vite: ^5.4.8
|
||||
vitest: ^2.1.2
|
||||
vitest-mock-extended: ^2.0.2
|
||||
vue: ^3.4.21
|
||||
vue-router: ^4.4.2
|
||||
|
|
Loading…
Reference in a new issue