Clears the remaining fixable high-severity Dependabot alerts:
next 16.2.9 -> 16.2.11 4 alerts (control-plane). Direct dep bumped
(^16.2.6 -> ^16.2.11); a root override
(>=16.2.11 <17) also forces next-intl's nested
[email protected] copy up so no vulnerable copy remains.
postcss 8.4.31 -> 8.5.22 1 alert. The vulnerable copy was next's bundled
8.4.31 (the direct 8.5.15 already satisfied);
a global override >=8.5.12 forces it up.
pypdf 6.13.3 -> 6.14.2 2 alerts (superagent). Transitive.
Verified: control-plane `npm run build` (next build + standalone) succeeds,
`npm ci` installs the root lock cleanly, npm audit no longer flags next or
postcss, superagent pytest passes, lint clean.
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "hindsight",
|
|
"private": true,
|
|
"workspaces": [
|
|
"hindsight-clients/typescript",
|
|
"hindsight-control-plane",
|
|
"hindsight-docs",
|
|
"hindsight-all-npm",
|
|
"hindsight-tools/hindsight-agent-sdk"
|
|
],
|
|
"scripts": {
|
|
"prepare": "./scripts/setup-hooks.sh"
|
|
},
|
|
"overrides": {
|
|
"qs": "^6.14.2",
|
|
"fast-xml-parser": ">=5.5.6",
|
|
"serialize-javascript": "^7.0.5",
|
|
"minimatch": "^3.1.4",
|
|
"undici": ">=7.28.0",
|
|
"flatted": ">=3.4.2",
|
|
"picomatch": ">=2.3.2 <3.0.0 || >=4.0.4",
|
|
"yaml": ">=1.10.3",
|
|
"svgo": ">=4.0.2",
|
|
"dompurify": ">=3.3.2",
|
|
"@redocly/openapi-core": {
|
|
"minimatch": "^5.1.8"
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"minimatch": "^9.0.7"
|
|
},
|
|
"ajv-formats": {
|
|
"ajv": "^8.18.0"
|
|
},
|
|
"handlebars": ">=4.7.9",
|
|
"path-to-regexp": ">=0.1.13",
|
|
"brace-expansion": ">=1.1.16 <2.0.0 || >=2.1.2 <3.0.0",
|
|
"lodash-es": ">=4.18.1",
|
|
"mermaid": ">=11.15.0",
|
|
"websocket-driver": ">=0.7.5",
|
|
"http-proxy-middleware": ">=2.0.10 <3",
|
|
"next": ">=16.2.11 <17",
|
|
"fast-uri": ">=3.1.4 <4",
|
|
"sharp": ">=0.35.0",
|
|
"shell-quote": ">=1.9.0",
|
|
"@istanbuljs/load-nyc-config": {
|
|
"js-yaml": "^3.15.0"
|
|
},
|
|
"gray-matter": {
|
|
"js-yaml": "^3.15.0"
|
|
},
|
|
"sockjs": {
|
|
"uuid": "^11.1.1"
|
|
},
|
|
"postcss": ">=8.5.12"
|
|
}
|
|
} |