Skip to content

Commit f19c346

Browse files
authored
Merge pull request #203 from kpinnipa/fixMenu
Updating packages to fix security issue.
2 parents ca64e40 + bb5e124 commit f19c346

File tree

2 files changed

+443
-64
lines changed

2 files changed

+443
-64
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@
5353
"postpublish": "pinst --enable"
5454
},
5555
"dependencies": {
56-
"@jupyterlab/application": "^3.0.3",
57-
"@jupyterlab/apputils": "^3.0.2",
58-
"@jupyterlab/cells": "^3.0.3",
59-
"@jupyterlab/celltags": "^3.0.3",
60-
"@jupyterlab/docmanager": "^3.0.3",
61-
"@jupyterlab/docregistry": "^3.0.3",
62-
"@jupyterlab/fileeditor": "^3.0.3",
63-
"@jupyterlab/nbconvert-css": "^3.0.3",
64-
"@jupyterlab/nbformat": "^3.0.1",
65-
"@jupyterlab/notebook": "^3.0.3",
66-
"@jupyterlab/rendermime": "^3.0.3",
67-
"@jupyterlab/services": "^6.0.2",
56+
"@jupyterlab/application": "^3.0.10",
57+
"@jupyterlab/apputils": "^3.0.8",
58+
"@jupyterlab/cells": "^3.0.10",
59+
"@jupyterlab/celltags": "^3.0.10",
60+
"@jupyterlab/docmanager": "^3.0.10",
61+
"@jupyterlab/docregistry": "^3.0.10",
62+
"@jupyterlab/fileeditor": "^3.0.10",
63+
"@jupyterlab/nbconvert-css": "^3.0.10",
64+
"@jupyterlab/nbformat": "^3.0.5",
65+
"@jupyterlab/notebook": "^3.0.10",
66+
"@jupyterlab/rendermime": "^3.0.9",
67+
"@jupyterlab/services": "^6.0.8",
6868
"@lumino/algorithm": "^1.3.3",
6969
"@lumino/coreutils": "^1.5.3",
7070
"@lumino/dragdrop": "^1.7.1",

0 commit comments

Comments
 (0)