-
-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 2 vulnerabilities #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -41,18 +41,18 @@ | |||||
| "markdown-it-prism": "^2.2.4", | ||||||
| "pnpm": "^7.33.4", | ||||||
| "typescript": "^4.7.2", | ||||||
| "unocss": "^0.45.22", | ||||||
| "unocss": "^0.65.2", | ||||||
| "unplugin-auto-import": "^0.11.5", | ||||||
| "unplugin-vue-components": "^0.22.11", | ||||||
| "vite": "^2.9.16", | ||||||
| "vite-plugin-inspect": "^0.5.0", | ||||||
| "vite-plugin-md": "^0.14.0", | ||||||
| "vite": "^5.4.20", | ||||||
| "vite-plugin-inspect": "^0.8.8", | ||||||
| "vite-plugin-md": "^0.18.0", | ||||||
|
||||||
| "vite-plugin-md": "^0.18.0", | |
| "vite-plugin-md": "^0.23.0", |
Copilot
AI
Sep 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This represents a major version upgrade for vite (2.x to 5.x) and other dependencies. Major version upgrades often include breaking changes that could affect your application's functionality. Consider testing thoroughly and reviewing the migration guides for each package to ensure compatibility with your existing codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This represents a major version upgrade for vite (2.x to 5.x) and other dependencies. Major version upgrades often include breaking changes that could affect your application's functionality. Consider testing thoroughly and reviewing the migration guides for each package to ensure compatibility with your existing codebase.