Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/apps/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update the web lockfile to match Next.js bump

The app package.json files now require next 16.0.10, but the workspace lockfile under web/package-lock.json still pins these apps to 16.0.3 (e.g., audit entry at lines 30–40). In environments that use npm ci or expect a frozen lockfile, this mismatch causes installs to fail or keeps Next.js at 16.0.3 despite the package.json change. Please regenerate/update web/package-lock.json so it reflects the new Next.js version.

Useful? React with 👍 / 👎.

"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/automations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/bulk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/compliance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@fixops/api-client": "*",
"@fixops/ui": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion web/apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/evidence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@fixops/api-client": "*",
"@fixops/ui": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion web/apps/findings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@fixops/api-client": "*",
"@fixops/ui": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion web/apps/iac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@fixops/api-client": "*",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/pentagi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/policies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/prioritize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/remediate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/reports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/risk-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fixops/ui": "*",
"@types/cytoscape": "^3.21.9",
"cytoscape": "^3.33.1",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-cytoscapejs": "^2.0.0",
"react-dom": "19.2.0"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/saved-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/scanners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"lucide-react": "^0.468.0",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/teams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/triage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fixops/api-client": "*",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"@fixops/ui": "*",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"zustand": "^5.0.8",
Expand Down
Loading