Skip to content
Merged
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
2 changes: 1 addition & 1 deletion apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@opentelemetry/sdk-logs": "0.57.2",
"@opentelemetry/sdk-trace-base": "1.30.1",
"@opentelemetry/sdk-trace-node": "1.30.1",
"@ory/client": "1.22.6",
"@ory/client": "1.22.7",
"@ory/hydra-client": "2.2.1",
"@ory/kratos-client": "1.3.8",
"@rudderstack/rudder-sdk-node": "2.1.10",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mui/icons-material": "5.18.0",
"@mui/material": "5.18.0",
"@mui/system": "5.18.0",
"@ory/client": "1.22.6",
"@ory/client": "1.22.7",
"@ory/integrations": "1.3.1",
"@popperjs/core": "2.11.8",
"@react-sigma/core": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/hash-backend-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@opentelemetry/sdk-node": "0.57.2",
"@opentelemetry/sdk-trace-node": "1.30.1",
"@opentelemetry/semantic-conventions": "1.30.0",
"@ory/client": "1.22.6",
"@ory/client": "1.22.7",
"artillery": "2.0.26",
"dotenv-flow": "3.3.0",
"uuid": "13.0.0"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ __metadata:
"@opentelemetry/sdk-logs": "npm:0.57.2"
"@opentelemetry/sdk-trace-base": "npm:1.30.1"
"@opentelemetry/sdk-trace-node": "npm:1.30.1"
"@ory/client": "npm:1.22.6"
"@ory/client": "npm:1.22.7"
"@ory/hydra-client": "npm:2.2.1"
"@ory/kratos-client": "npm:1.3.8"
"@rudderstack/rudder-sdk-node": "npm:2.1.10"
Expand Down Expand Up @@ -567,7 +567,7 @@ __metadata:
"@mui/material": "npm:5.18.0"
"@mui/system": "npm:5.18.0"
"@next/bundle-analyzer": "npm:15.5.6"
"@ory/client": "npm:1.22.6"
"@ory/client": "npm:1.22.7"
"@ory/integrations": "npm:1.3.1"
"@popperjs/core": "npm:2.11.8"
"@react-sigma/core": "npm:4.0.3"
Expand Down Expand Up @@ -11333,12 +11333,12 @@ __metadata:
languageName: node
linkType: hard

"@ory/client@npm:1.22.6":
version: 1.22.6
resolution: "@ory/client@npm:1.22.6"
"@ory/client@npm:1.22.7":
version: 1.22.7
resolution: "@ory/client@npm:1.22.7"
dependencies:
axios: "npm:^1.6.1"
checksum: 10c0/546e3557c5c375b8b5304aac3a69e9c463183bfce49cfad243bb1f3ca4d8ae9bc5791320b01fca426b49d4068a228be813f6253f2a73dc844de73d0164b834ce
checksum: 10c0/a52ac18b2b3358e7dacd650f2cb10df9dbe5bfbaf9c0f6b6c9f2e088456d668b64826fdbcbf5e0f4f2eba834e92aa821ad5419366fda45df956b72c9766cf7b2
languageName: node
linkType: hard

Expand Down Expand Up @@ -16690,7 +16690,7 @@ __metadata:
"@opentelemetry/sdk-node": "npm:0.57.2"
"@opentelemetry/sdk-trace-node": "npm:1.30.1"
"@opentelemetry/semantic-conventions": "npm:1.30.0"
"@ory/client": "npm:1.22.6"
"@ory/client": "npm:1.22.7"
"@rollup/plugin-commonjs": "npm:28.0.9"
"@rollup/plugin-node-resolve": "npm:16.0.3"
"@rollup/plugin-typescript": "npm:12.3.0"
Expand Down
Loading