PHP (composer.lock): - guzzlehttp/guzzle 7.10.0 -> 7.13.1 (CVE-2026-55767, CVE-2026-55568) - guzzlehttp/psr7 2.9.0 -> 2.12.3 (CVE-2026-55766, CVE-2026-49214, CVE-2026-48998) - symfony/cache 5.4.46 -> 5.4.53 (CVE-2026-45073 SQL injection) frontend/admin: npm audit fix (axios, shell-quote, form-data, js-yaml, esbuild, vite) -> 0 vulnerabilities frontend/spa: npm audit fix + vitest/@vitest/ui -> 4.1.9 (flatted) -> 0 vulnerabilities Verified: 299 PHPUnit tests pass, 53 SPA vitest pass, both frontends build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "tg-mini-app-shop",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage",
|
|
"test:run": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/core": "^1.6.9",
|
|
"@formkit/icons": "^1.6.9",
|
|
"@formkit/vue": "^1.6.9",
|
|
"@heroicons/vue": "^2.2.0",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@vueuse/core": "^13.9.0",
|
|
"crypto-js": "^4.2.0",
|
|
"js-md5": "^0.8.3",
|
|
"ofetch": "^1.4.1",
|
|
"pinia": "^3.0.3",
|
|
"swiper": "^12.1.2",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/vue": "^8.1.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vitest/ui": "^4.1.9",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"autoprefixer": "^10.4.21",
|
|
"daisyui": "^5.3.10",
|
|
"jsdom": "^27.1.0",
|
|
"postcss": "^8.5.15",
|
|
"tailwindcss": "^4.1.16",
|
|
"terser": "^5.44.0",
|
|
"vite": "^7.3.3",
|
|
"vitest": "^4.1.9"
|
|
}
|
|
}
|