Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"concurrently": "^7.0.0",
"vite": "^2.8.6"
"vite": "^5.4.21"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This security upgrade from Vite 2.8.6 to 5.4.21 addresses a Directory Traversal vulnerability1. This is a significant version jump (major version upgrade from v2 to v5) that may introduce breaking changes. While the security fix is critical, you should thoroughly test the playground application to ensure compatibility with the new Vite version. Consider reviewing the Vite migration guides for v3, v4, and v5 to identify any potential breaking changes that might affect your build configuration or development workflow.

Footnotes

  1. CWE-22: Path Traversal - https://cwe.mitre.org/data/definitions/22.html

}
}