diff --git a/package.json b/package.json index c40a2bf..74ff373 100644 --- a/package.json +++ b/package.json @@ -30,33 +30,33 @@ } }, "dependencies": { - "@jupyterlab/services": "^7.0.5", + "@jupyterlab/services": "^7.2.1", "buffer": "^6.0.3", "events": "^3.3.0", - "isomorphic-ws": "^4.0.1", - "node-fetch": "^2.6.7", + "isomorphic-ws": "^5.0.0", + "node-fetch": "^3.3.2", "process": "^0.11.10", "stream-browserify": "^3.0.0", "util": "^0.12.5" }, "description": "Support for connecting to Jupyter Hub in VS Code along with the Jupyter Extension", "devDependencies": { - "@types/chai": "^4.3.6", + "@types/chai": "^4.3.16", "@types/chai-as-promised": "^7.1.8", - "@types/node": "^16.18.6", + "@types/node": "^20.14.2", "@types/node-fetch": "^2.6.11", "@types/sinon": "^17.0.3", - "@types/ws": "^6.0.4", + "@types/ws": "^8.5.10", "assert": "^2.1.0", - "chai": "^4.3.8", - "chai-as-promised": "^7.1.1", - "esbuild": "^0.19.2", - "glob": "^10.3.4", - "sinon": "^17.0.1", + "chai": "^5.1.1", + "chai-as-promised": "^8.0.0", + "esbuild": "^0.21.5", + "glob": "^10.4.1", + "sinon": "^18.0.0", "timers-browserify": "^2.0.12", - "ts-loader": "^9.4.4", + "ts-loader": "^9.5.1", "ts-mockito": "^2.6.1", - "ws": "^8.14.1" + "ws": "^8.17.0" }, "devDependenciesComments": { "@types/react": "Added to ensure @lumino compiles, @lumino is a dependency of Jupyter Lab npm" @@ -74,7 +74,7 @@ "main": "./dist/extension.node.js", "name": "jupyter-hub", "optionalDependencies": { - "fsevents": "^2.3.2" + "fsevents": "^2.3.3" }, "preview": true, "qna": "https://github.com/microsoft/vscode-jupyter/discussions",