Skip to content

Commit

Permalink
Fix version conflict for security bump (#1734)
Browse files Browse the repository at this point in the history
There was some overly strict version locking that was causing the
dependabot bump in #1730 to fail to build. This loosens the version
restriction and updates to compatible versions of many packages
(including 'ws' which should resolve the dependabot issue).
  • Loading branch information
billti authored Jul 12, 2024
1 parent 930a127 commit 4cf5f6a
Show file tree
Hide file tree
Showing 2 changed files with 1,036 additions and 909 deletions.
4 changes: 2 additions & 2 deletions jupyterlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"typescript": "^5.0.2"
},
"dependencies": {
"@codemirror/language": "6.9.1",
"@codemirror/legacy-modes": "6.3.2",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.3.3",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/codemirror": "^4.0.0",
"@jupyterlab/notebook": "^4.0.0"
Expand Down
Loading

0 comments on commit 4cf5f6a

Please sign in to comment.