Files
hoppscotch/package.json
T
James George dfddb92f59 fix: pin xmldom, apiconnect-wsdl and minimatch to patched versions
These overrides keep a few transitive dependencies on their patched releases —
including the xmldom parser reached through the WSDL/Insomnia import. Without
them the tree resolves to older versions with open advisories.

Follow-up to #6533.
2026-07-28 15:35:37 +05:30

77 lines
2.2 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.34.2",
"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.2",
"@commitlint/config-conventional": "20.5.0",
"@hoppscotch/ui": "0.2.6",
"@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": {
"@xmldom/xmldom": "0.8.13",
"apiconnect-wsdl": "2.0.36",
"body-parser": "2.2.1",
"brace-expansion@<=5.0.7": "5.0.8",
"cross-spawn": "7.0.6",
"execa@<2.0.0": "2.0.0",
"fast-uri@3.1.2": "3.1.4",
"find-my-way@9.6.0": "9.7.0",
"form-data@>=4.0.0 <4.0.6": "4.0.6",
"js-yaml@>=4.0.0 <4.3.0": "4.3.0",
"js-yaml@>=5.0.0 <=5.2.1": "5.2.2",
"linkify-it@<=5.0.1": "5.0.2",
"liquidjs@<10.27.0": "10.27.1",
"minimatch@>=4.0.0 <4.2.5": "4.2.5",
"nodemailer@<=9.0.0": "9.0.1",
"postcss@<=8.5.17": "8.5.18",
"serialize-javascript@<7.0.7": "7.0.7",
"svgo@>=4.0.0 <4.0.2": "4.0.2",
"vue": "3.5.40",
"ws": "8.21.0"
},
"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"
]
}
}