Skip to content

Commit df81263

Browse files
authored
Merge pull request #909 from fcollonval/fix/security-dep
Fix marked security report
2 parents 5a8df57 + 61c5903 commit df81263

File tree

2 files changed

+1589
-1602
lines changed

2 files changed

+1589
-1602
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"outputDir": "jupyterlab_git/labextension"
8989
},
9090
"dependencies": {
91-
"@jupyterlab/translation": "^3.0.0",
9291
"@jupyterlab/application": "^3.0.0",
9392
"@jupyterlab/apputils": "^3.0.0",
9493
"@jupyterlab/codemirror": "^3.0.0",
@@ -102,6 +101,7 @@
102101
"@jupyterlab/services": "^6.0.0",
103102
"@jupyterlab/settingregistry": "^3.0.0",
104103
"@jupyterlab/terminal": "^3.0.0",
104+
"@jupyterlab/translation": "^3.0.0",
105105
"@jupyterlab/ui-components": "^3.0.0",
106106
"@lumino/collections": "^1.2.3",
107107
"@lumino/commands": "^1.12.0",

0 commit comments

Comments
 (0)