Skip to content

Commit 8a0f49d

Browse files
authored
Merge pull request #37218 from vespa-engine/copilot/fix-dependabot-esbuild-issue
Upgrade Vite toolchain to unblock non-vulnerable esbuild resolution
2 parents 773c304 + c1b88ee commit 8a0f49d

2 files changed

Lines changed: 22 additions & 376 deletions

File tree

client/js/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@mantine/core": "5.10.5",
2424
"@mantine/hooks": "5.10.5",
2525
"@mantine/notifications": "5.10.5",
26-
"@vitejs/plugin-react": "4.7.0",
26+
"@vitejs/plugin-react": "5.2.0",
2727
"eslint": "9.39.2",
2828
"eslint-plugin-import": "2.32.0",
2929
"eslint-plugin-prettier": "5.5.5",
@@ -37,7 +37,7 @@
3737
"pretty-quick": "4.2.2",
3838
"react-router-dom": "7.15.1",
3939
"use-context-selector": "2.0.0",
40-
"vite": "6.4.3",
40+
"vite": "8.0.16",
4141
"vitest": "4.1.0"
4242
}
4343
}

0 commit comments

Comments
 (0)