Skip to content

Commit

Permalink
Merge pull request #8084 from sagemathinc/npm-20241230
Browse files Browse the repository at this point in the history
npm: fix nanoid dependency
  • Loading branch information
williamstein authored Dec 30, 2024
2 parents 292a9e0 + 812a1af commit 267f968
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 31 deletions.
3 changes: 2 additions & 1 deletion src/packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"retry-request@<7.0.1": "^7.0.2",
"@langchain/core": "^0.3.17",
"langchain": "^0.2.19",
"katex@<0.16.9": "^0.16.10"
"katex@<0.16.9": "^0.16.10",
"nanoid@<3.3.8": "^3.3.8"
}
}
}
46 changes: 17 additions & 29 deletions src/packages/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/packages/sync-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@cocalc/primus-responder": "^1.0.5",
"@cocalc/sync": "workspace:*",
"@cocalc/util": "workspace:*",
"@types/primus": "^7.3.9",
"cookie": "^1.0.0",
"debug": "^4.3.2",
"@types/primus": "^7.3.9",
"primus": "^8.0.9",
"ws": "^8.18.0"
},
Expand Down

0 comments on commit 267f968

Please sign in to comment.