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
12 changes: 6 additions & 6 deletions apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"@opentelemetry/instrumentation": "0.207.0",
"@opentelemetry/instrumentation-grpc": "0.207.0",
"@sentry/node": "10.42.0",
"@temporalio/activity": "1.12.1",
"@temporalio/common": "1.12.1",
"@temporalio/interceptors-opentelemetry": "1.12.1",
"@temporalio/proto": "1.12.1",
"@temporalio/worker": "1.12.1",
"@temporalio/workflow": "1.12.1",
"@temporalio/activity": "1.17.0",
"@temporalio/common": "1.17.0",
"@temporalio/interceptors-opentelemetry": "1.17.0",
"@temporalio/proto": "1.17.0",
"@temporalio/worker": "1.17.0",
"@temporalio/workflow": "1.17.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile not updated to match package.json versions

High Severity

All package.json files declare @temporalio/* at 1.17.0, but yarn.lock still resolves every @temporalio/* package to 1.12.1 with no 1.17.0 entries present. CI runs yarn install --immutable, which will reject any install where the lockfile doesn't satisfy the declared dependency ranges, causing all CI builds to fail.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9543e8c. Configure here.

"ajv": "8.18.0",
"ajv-formats": "3.0.1",
"axios": "1.15.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"@rudderstack/rudder-sdk-node": "3.0.5",
"@sentry/node": "10.42.0",
"@snowplow/node-tracker": "4.6.8",
"@temporalio/client": "1.12.1",
"@temporalio/proto": "1.12.1",
"@temporalio/client": "1.17.0",
"@temporalio/proto": "1.17.0",
"@types/ws": "8.18.1",
"agentkeepalive": "4.6.0",
"app-root-path": "3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/hash-integration-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@opentelemetry/instrumentation": "0.207.0",
"@opentelemetry/instrumentation-grpc": "0.207.0",
"@sentry/node": "10.42.0",
"@temporalio/activity": "1.12.1",
"@temporalio/interceptors-opentelemetry": "1.12.1",
"@temporalio/worker": "1.12.1",
"@temporalio/workflow": "1.12.1",
"@temporalio/activity": "1.17.0",
"@temporalio/interceptors-opentelemetry": "1.17.0",
"@temporalio/worker": "1.17.0",
"@temporalio/workflow": "1.17.0",
"agentkeepalive": "4.6.0",
"axios": "1.15.0",
"cache-manager": "5.7.6",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/graph/sdk/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@local/hash-graph-client": "workspace:*",
"@rust/hash-graph-authorization": "workspace:*",
"@rust/hash-graph-store": "workspace:*",
"@temporalio/client": "1.12.1",
"@temporalio/client": "1.17.0",
"effect": "3.21.0",
"uuid": "14.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions libs/@local/hash-backend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"@sentry/node": "10.42.0",
"@smithy/protocol-http": "5.3.3",
"@smithy/signature-v4": "5.3.3",
"@temporalio/activity": "1.12.1",
"@temporalio/client": "1.12.1",
"@temporalio/common": "1.12.1",
"@temporalio/interceptors-opentelemetry": "1.12.1",
"@temporalio/proto": "1.12.1",
"@temporalio/worker": "1.12.1",
"@temporalio/workflow": "1.12.1",
"@temporalio/activity": "1.17.0",
"@temporalio/client": "1.17.0",
"@temporalio/common": "1.17.0",
"@temporalio/interceptors-opentelemetry": "1.17.0",
"@temporalio/proto": "1.17.0",
"@temporalio/worker": "1.17.0",
"@temporalio/workflow": "1.17.0",
"agentkeepalive": "4.6.0",
"axios": "1.15.0",
"cache-manager": "5.7.6",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/hash-isomorphic-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@graphql-codegen/typescript-operations": "5.0.9",
"@local/eslint": "workspace:*",
"@local/tsconfig": "workspace:*",
"@temporalio/workflow": "1.12.1",
"@temporalio/workflow": "1.17.0",
"@types/big.js": "6.2.2",
"@types/express": "5.0.5",
"@types/lodash-es": "4.17.12",
Expand Down
Loading