mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Bumps the dev-patch-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.4` | `4.1.8` | | [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) | `2.8.17` | `2.8.18` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.2` | `0.25.5` | | [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.4` | | [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) | `4.0.6` | `4.0.15` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.4` | `4.1.8` | | [tsc-alias](https://github.com/justkey007/tsc-alias) | `1.8.10` | `1.8.16` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.3` | `4.19.4` | Updates `@tailwindcss/postcss` from 4.1.4 to 4.1.8 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.8/packages/@tailwindcss-postcss) Updates `@types/cors` from 2.8.17 to 2.8.18 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors) Updates `esbuild` from 0.25.2 to 0.25.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.25.2...v0.25.5) Updates `postcss` from 8.5.1 to 8.5.4 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.1...8.5.4) Updates `react-email` from 4.0.6 to 4.0.15 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/react-email@4.0.15/packages/react-email) Updates `tailwindcss` from 4.1.4 to 4.1.8 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.8/packages/tailwindcss) Updates `tsc-alias` from 1.8.10 to 1.8.16 - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](https://github.com/justkey007/tsc-alias/compare/v1.8.10...v1.8.16) Updates `tsx` from 4.19.3 to 4.19.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.19.3...v4.19.4) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@types/cors" dependency-version: 2.8.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: esbuild dependency-version: 0.25.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: postcss dependency-version: 8.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: react-email dependency-version: 4.0.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: tailwindcss dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: tsc-alias dependency-version: 1.8.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: tsx dependency-version: 4.19.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
140 lines
4.9 KiB
JSON
140 lines
4.9 KiB
JSON
{
|
|
"name": "@fosrl/pangolin",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Tunneled Reverse Proxy Management Server with Identity and Access Control and Dashboard UI",
|
|
"homepage": "https://github.com/fosrl/pangolin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fosrl/pangolin"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE AND README.md",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development ENVIRONMENT=dev tsx watch server/index.ts",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:push": "npx tsx server/db/migrate.ts",
|
|
"db:studio": "drizzle-kit studio",
|
|
"build": "mkdir -p dist && next build && node esbuild.mjs -e server/index.ts -o dist/server.mjs && node esbuild.mjs -e server/setup/migrations.ts -o dist/migrations.mjs",
|
|
"start": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs'",
|
|
"email": "email dev --dir server/emails/templates --port 3005"
|
|
},
|
|
"dependencies": {
|
|
"@asteasolutions/zod-to-openapi": "^7.3.2",
|
|
"@hookform/resolvers": "3.9.1",
|
|
"@node-rs/argon2": "2.0.2",
|
|
"@oslojs/crypto": "1.0.1",
|
|
"@oslojs/encoding": "1.1.0",
|
|
"@radix-ui/react-avatar": "1.1.10",
|
|
"@radix-ui/react-checkbox": "1.1.3",
|
|
"@radix-ui/react-collapsible": "1.1.11",
|
|
"@radix-ui/react-dialog": "1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "2.1.15",
|
|
"@radix-ui/react-icons": "1.3.2",
|
|
"@radix-ui/react-label": "2.1.7",
|
|
"@radix-ui/react-popover": "1.1.14",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-radio-group": "1.2.2",
|
|
"@radix-ui/react-select": "2.1.4",
|
|
"@radix-ui/react-separator": "1.1.7",
|
|
"@radix-ui/react-slot": "1.1.1",
|
|
"@radix-ui/react-switch": "1.1.2",
|
|
"@radix-ui/react-tabs": "1.1.12",
|
|
"@radix-ui/react-toast": "1.2.14",
|
|
"@react-email/components": "0.0.41",
|
|
"@react-email/render": "^1.0.6",
|
|
"@react-email/tailwind": "1.0.5",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tanstack/react-table": "8.20.6",
|
|
"arctic": "^3.6.0",
|
|
"axios": "1.8.4",
|
|
"better-sqlite3": "11.7.0",
|
|
"canvas-confetti": "1.9.3",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.0.4",
|
|
"cookie": "^1.0.2",
|
|
"cookie-parser": "1.4.7",
|
|
"cookies": "^0.9.1",
|
|
"cors": "2.8.5",
|
|
"crypto-js": "^4.2.0",
|
|
"drizzle-orm": "0.38.3",
|
|
"eslint": "9.17.0",
|
|
"eslint-config-next": "15.1.3",
|
|
"express": "4.21.2",
|
|
"express-rate-limit": "7.5.0",
|
|
"glob": "11.0.2",
|
|
"helmet": "8.0.0",
|
|
"http-errors": "2.0.0",
|
|
"i": "^0.3.7",
|
|
"input-otp": "1.4.2",
|
|
"jmespath": "^0.16.0",
|
|
"js-yaml": "4.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lucide-react": "0.469.0",
|
|
"moment": "2.30.1",
|
|
"next": "15.2.4",
|
|
"next-themes": "0.4.6",
|
|
"node-cache": "5.1.2",
|
|
"node-fetch": "3.3.2",
|
|
"nodemailer": "6.9.16",
|
|
"npm": "^11.2.0",
|
|
"oslo": "1.2.1",
|
|
"qrcode.react": "4.2.0",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-easy-sort": "^1.6.0",
|
|
"react-hook-form": "7.54.2",
|
|
"react-icons": "^5.5.0",
|
|
"rebuild": "0.1.2",
|
|
"semver": "7.6.3",
|
|
"swagger-ui-express": "^5.0.1",
|
|
"tailwind-merge": "2.6.0",
|
|
"tw-animate-css": "^1.2.5",
|
|
"uuid": "^11.1.0",
|
|
"vaul": "1.1.2",
|
|
"winston": "3.17.0",
|
|
"winston-daily-rotate-file": "5.0.0",
|
|
"ws": "8.18.2",
|
|
"zod": "3.24.1",
|
|
"zod-validation-error": "3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@dotenvx/dotenvx": "1.32.0",
|
|
"@esbuild-plugins/tsconfig-paths": "0.1.2",
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@types/better-sqlite3": "7.6.12",
|
|
"@types/cookie-parser": "1.4.8",
|
|
"@types/cors": "2.8.18",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/express": "5.0.0",
|
|
"@types/jmespath": "^0.15.2",
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/jsonwebtoken": "^9.0.9",
|
|
"@types/node": "^22",
|
|
"@types/nodemailer": "6.4.17",
|
|
"@types/react": "19.1.1",
|
|
"@types/react-dom": "19.1.2",
|
|
"@types/semver": "7.5.8",
|
|
"@types/swagger-ui-express": "^4.1.8",
|
|
"@types/ws": "8.18.1",
|
|
"@types/yargs": "17.0.33",
|
|
"drizzle-kit": "0.30.6",
|
|
"esbuild": "0.25.5",
|
|
"esbuild-node-externals": "1.18.0",
|
|
"postcss": "^8",
|
|
"react-email": "4.0.15",
|
|
"tailwindcss": "^4.1.4",
|
|
"tsc-alias": "1.8.16",
|
|
"tsx": "4.19.4",
|
|
"typescript": "^5",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"overrides": {
|
|
"emblor": {
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0"
|
|
}
|
|
}
|
|
}
|