Skip to content

Commit 9457c8e

Browse files
committed
Update plugin-vue required version in package.json
esbuild 0.21.5 require by vite 5.4.19, require by plugin-vue 4.6.2 contain security vulnerabilities It's necessary to upgrade to esbuild 0.25.0+, so plugin-vue must be in 5.1.5+ in order to have vite 6+
1 parent 337b860 commit 9457c8e

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

pnpm-lock.yaml

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Vue/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@testing-library/jest-dom": "^6.6.3",
5050
"@testing-library/user-event": "^14.6.1",
5151
"@types/webpack-env": "^1.16",
52-
"@vitejs/plugin-vue": "^4.4.0",
52+
"@vitejs/plugin-vue": "^6.0.0",
5353
"jsdom": "^26.1.0",
5454
"tslib": "^2.8.1",
5555
"tsx": "^4.20.3",

0 commit comments

Comments
 (0)