mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-17 13:33:07 -04:00
Bump handlebars to 4.7.9, @apollo/server to 5.5.0, and nodemailer to 8.0.4 in the backend. Add narrow pnpm overrides for path-to-regexp (8.4.0) and dompurify (3.3.3). Move unplugin-icons to devDependencies in sh-admin to keep dev-only transitive packages out of the production audit.
84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"name": "hoppscotch-app",
|
|
"version": "3.0.1",
|
|
"description": "Open source API development ecosystem",
|
|
"author": "Hoppscotch (support@hoppscotch.io)",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.32.1",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"prepare": "husky",
|
|
"dev": "pnpm -r do-dev",
|
|
"gen-gql": "cross-env GQL_SCHEMA_EMIT_LOCATION='../../../gql-gen/backend-schema.gql' pnpm -r generate-gql-sdl",
|
|
"generate": "pnpm -r do-build-prod",
|
|
"start": "http-server packages/hoppscotch-selfhost-web/dist -p 3000",
|
|
"lint": "pnpm -r do-lint",
|
|
"typecheck": "pnpm -r do-typecheck",
|
|
"lintfix": "pnpm -r do-lintfix",
|
|
"pre-commit": "pnpm -r do-lint && pnpm -r do-typecheck",
|
|
"test": "pnpm -r do-test",
|
|
"generate-ui": "pnpm -r do-build-ui"
|
|
},
|
|
"workspaces": [
|
|
"./packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@commitlint/cli": "20.5.0",
|
|
"@commitlint/config-conventional": "20.5.0",
|
|
"@hoppscotch/ui": "0.2.5",
|
|
"@types/node": "24.10.1",
|
|
"cross-env": "10.1.0",
|
|
"http-server": "14.1.1",
|
|
"husky": "9.1.7",
|
|
"lint-staged": "16.4.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@hono/node-server@>=1.0.0 <1.19.10": "1.19.10",
|
|
"@nestjs-modules/mailer>mjml": "5.0.0-alpha.4",
|
|
"apiconnect-wsdl": "2.0.36",
|
|
"body-parser": "2.2.1",
|
|
"cross-spawn": "7.0.6",
|
|
"dompurify@>=3.0.0 <3.3.3": "3.3.3",
|
|
"effect@3.18.4": "3.20.0",
|
|
"execa@<2.0.0": "2.0.0",
|
|
"flatted@>=3.0.0 <3.4.2": "3.4.2",
|
|
"form-data": "4.0.4",
|
|
"glob@>=10.2.0 <10.5.0": "10.5.0",
|
|
"glob@>=11.0.0 <11.1.0": "11.1.0",
|
|
"hono@>=4.0.0 <4.12.7": "4.12.7",
|
|
"liquidjs@>=10.0.0 <10.25.0": "10.25.0",
|
|
"lodash@>=4.0.0 <4.17.23": "4.17.23",
|
|
"mailparser@>=3.0.0 <3.9.3": "3.9.3",
|
|
"minimatch@>=3.0.0 <3.1.3": "3.1.5",
|
|
"minimatch@>=4.0.0 <4.2.5": "4.2.5",
|
|
"minimatch@>=5.0.0 <10.2.3": "10.2.3",
|
|
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.0",
|
|
"preview-email@>=3.0.0 <3.1.1": "3.1.1",
|
|
"rollup@>=4.0.0 <4.59.0": "4.59.0",
|
|
"serialize-javascript@>=7.0.0 <7.0.3": "7.0.3",
|
|
"subscriptions-transport-ws>ws": "7.5.10",
|
|
"svgo@4.0.0": "4.0.1",
|
|
"vue": "3.5.31",
|
|
"ws": "8.17.1"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@apollo/protobufjs",
|
|
"@import-meta-env/unplugin",
|
|
"@nestjs/core",
|
|
"@prisma/client",
|
|
"@prisma/engines",
|
|
"@swc/core",
|
|
"argon2",
|
|
"bcrypt",
|
|
"canvas",
|
|
"core-js",
|
|
"esbuild",
|
|
"isolated-vm",
|
|
"prisma",
|
|
"vue-demi"
|
|
]
|
|
}
|
|
}
|