Files
nocodb/package.json
Pranav C 17e5f5bb0f chore(deps): bump qs override to >=6.15.2
6.15.2 (published 2026-05-17) cleared pnpm's 7-day minimumReleaseAge
quarantine today. CI Dependency Review on the prior push flagged the
remaining qs@6.15.1 transitive for GHSA-q8mj-m7cp-5q26 (qs.stringify
DoS on null/undefined comma-format arrays); the override now forces
the patched version.
2026-05-25 11:17:51 +05:30

123 lines
4.0 KiB
JSON

{
"name": "nocodb-root",
"description": "NocoDB Root",
"private": true,
"author": {
"name": "NocoDB Inc",
"url": "https://nocodb.com/"
},
"homepage": "https://github.com/nocodb/nocodb",
"repository": {
"type": "git",
"url": "https://github.com/nocodb/nocodb.git"
},
"bugs": {
"url": "https://github.com/nocodb/nocodb/issues"
},
"license": "Sustainable Use License",
"devDependencies": {
"husky": "^8.0.3",
"lerna": "^8.2.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"husky": {
"hooks": {
"pre-commit": "pnpm dlx lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx,js,json}": []
},
"scripts": {
"bootstrap": "pnpm --filter=nocodb-sdk install && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb --filter=nc-mail-templates --filter=nc-gui install && pnpm run integrations:build && pnpm run registerIntegrations",
"integrations:build": "cd ./packages/noco-integrations/ && pnpm i && pnpm run build",
"start:frontend": "pnpm --filter=nc-gui run dev",
"start:backend": "pnpm --filter=nocodb run start",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"registerIntegrations": "pnpm --filter=nocodb run registerIntegrations",
"install:local-sdk": "node scripts/installLocalSdk.js"
},
"pnpm": {
"overrides": {
"**>ip": "npm:@eggjs/ip@latest",
"vue@*": "3.5.14",
"@vue/runtime-core@*": "3.5.14",
"@vue/runtime-dom@*": "3.5.14",
"@azure/msal-node": "^2.16.2",
"@babel/traverse@<7.23.2": ">=7.23.2",
"ajv@<6.12.3": ">=6.12.3",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"axios@>=1.0.0 <1.16.0": ">=1.16.0",
"follow-redirects@<1.15.4": ">=1.15.4",
"node.extend@<1.1.7": ">=1.1.7",
"tough-cookie": "^5.1.0",
"typescript": "5.8.3",
"ufo": ">=1.5.4",
"whatwg-url": "13.0.0",
"ws@>=8.0.0 <8.20.1": ">=8.20.1",
"xml2js@<0.5.0": ">=0.5.0",
"**>ent": "npm:ent-replace@latest",
"image-size@<1.2.1": ">=1.2.1",
"tar-fs@<2.1.2": ">=3.0.7",
"highlight.js@<9.18.5": ">=11.11.1",
"multer@<2.1.1": ">=2.1.1",
"vue-i18n@<9.14.5": ">=9.14.5",
"knex@<3.1.0": ">=3.1.0",
"cookie": ">=0.7.2",
"@azure/identity@<4.2.1": ">=4.2.1",
"cross-spawn@<7.0.5 >=7.0.0": ">=7.0.5",
"dset@<3.1.4": ">=3.1.4",
"http-proxy-middleware@<2.0.9": "2.0.9",
"@babel/runtime@<7.22.11": ">=7.26.10",
"tar@<=7.5.10": ">=7.5.11",
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8",
"nanoid@<3.3.8": ">=3.3.8",
"esbuild@<=0.24.2": ">=0.25.0",
"@babel/helpers@<7.26.10": ">=7.26.10",
"@75lb/deep-merge@<=1.1.1": ">=1.1.2",
"@babel/runtime@<7.26.10": ">=7.26.10",
"lodash@<4.18.0": ">=4.18.0",
"linkifyjs@<4.3.2": ">=4.3.2",
"qs@<6.15.2": ">=6.15.2",
"h3@<1.15.9": ">=1.15.9",
"oxc-resolver@<11.0.0": ">=11.19.1",
"simple-git@<3.36.0": ">=3.36.0",
"uuid@>=11.0.0 <11.1.1": "^11.1.1",
"next@<15.5.18": ">=15.5.18",
"next@>=16.0.0 <16.2.5": ">=16.2.5",
"hono@<4.12.18": ">=4.12.18",
"basic-ftp@<5.3.1": ">=5.3.1",
"fast-uri@<=3.1.1": ">=3.1.2",
"fast-xml-parser@<5.7.0": ">=5.7.0",
"fast-xml-builder@<=1.1.6": ">=1.1.7",
"thrift@<0.23.0": ">=0.23.0",
"ip-address@<=10.1.0": ">=10.1.1",
"devalue@<5.6.4": ">=5.6.4",
"nitropack@<2.13.4": ">=2.13.4",
"postcss@<8.5.10": ">=8.5.10",
"webpack-dev-server@<=5.2.3": ">=5.2.4",
"vite@>=6.0.0 <6.4.2": ">=6.4.2",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
"jws@>=4.0.0 <4.0.1": ">=4.0.1"
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"@nestjs/core",
"@parcel/watcher",
"@swc/core",
"core-js",
"esbuild",
"msgpackr-extract",
"nx",
"sharp",
"sqlite3",
"vue-demi"
]
}
}