Files
kspguti-schedule/package.json
kilyabin b9ae52681e fix(security): update dependencies to avoid RCE and other exploits
Обновлены зависимости Node.js, которые были уязвимы с разной степенью критичности.
Обновлен Next.js, так как его предыдущая используемая версия привнесла в production-среду постоянную борьбу с майнерами.
К сожалению, в этом коммите парсер расписания сломан.
2026-02-11 02:46:33 +04:00

69 lines
1.9 KiB
JSON

{
"name": "kspguti-schedule",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"scripts": {
"dev": "node --disable-warning=DEP0169 ./node_modules/next/dist/bin/next dev --webpack -H 0.0.0.0",
"build": "next build --webpack",
"start": "next start -H 0.0.0.0",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/content-type": "^1.1.6",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.6.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"content-type": "^1.0.5",
"date-fns": "^2.30.0",
"jsdom": "^22.1.0",
"lucide-react": "^0.554.0",
"next": "16.1.6",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"node-html-parser": "^6.1.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^4.11.0",
"react-markdown": "^10.1.0",
"sass": "^1.69.3",
"sharp": "^0.32.6",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.11",
"@types/jsdom": "^21.1.3",
"@types/node": "22.0.0",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"autoprefixer": "10.4.20",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9.0.0",
"eslint-config-next": "16.1.6",
"postcss": "8.4.47",
"tailwindcss": "^3.4.18",
"typescript": "5.9.3"
},
"overrides": {
"form-data": ">=2.5.4",
"qs": ">=6.14.1",
"tough-cookie": ">=4.1.3",
"tar": ">=7.5.7"
}
}