Adjust the minimum Vite version in package.json to a patched release to prevent future installations of vulnerable versions. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 90273644-97c2-4c11-b04c-7c482fb655b7 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1c2c17ee-1560-426f-89f7-07e87e9acd1a Replit-Helium-Checkpoint-Created: true
20 lines
351 B
JSON
20 lines
351 B
JSON
{
|
|
"name": "the-matrix",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@xenova/transformers": "^2.17.2",
|
|
"nostr-tools": "^2.23.3",
|
|
"three": "0.171.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.4.15"
|
|
}
|
|
}
|