Steven Silvester před 6 roky
rodič
revize
0334fb39bf
46 změnil soubory, kde provedl 74 přidání a 55 odebrání
  1. 2 2
      dev_mode/package.json
  2. 1 1
      packages/application-extension/package.json
  3. 1 1
      packages/application/package.json
  4. 1 1
      packages/apputils-extension/package.json
  5. 1 1
      packages/apputils/package.json
  6. 1 1
      packages/attachments/package.json
  7. 1 1
      packages/cells/package.json
  8. 1 1
      packages/codeeditor/package.json
  9. 1 1
      packages/codemirror-extension/package.json
  10. 1 1
      packages/codemirror/package.json
  11. 1 1
      packages/completer/package.json
  12. 1 1
      packages/console-extension/package.json
  13. 1 1
      packages/console/package.json
  14. 1 1
      packages/coreutils/package.json
  15. 1 1
      packages/csvviewer/package.json
  16. 1 1
      packages/docmanager-extension/package.json
  17. 1 1
      packages/docmanager/package.json
  18. 1 1
      packages/docregistry/package.json
  19. 1 1
      packages/extensionmanager-extension/package.json
  20. 1 1
      packages/filebrowser-extension/package.json
  21. 1 1
      packages/filebrowser/package.json
  22. 1 1
      packages/fileeditor-extension/package.json
  23. 1 1
      packages/help-extension/package.json
  24. 1 1
      packages/imageviewer/package.json
  25. 1 1
      packages/inspector/package.json
  26. 1 1
      packages/mathjax2-extension/package.json
  27. 1 1
      packages/metapackage/package.json
  28. 1 1
      packages/notebook-extension/package.json
  29. 1 1
      packages/notebook/package.json
  30. 1 1
      packages/outputarea/package.json
  31. 1 1
      packages/rendermime/package.json
  32. 1 1
      packages/running/package.json
  33. 1 1
      packages/services/package.json
  34. 1 1
      packages/settingeditor-extension/package.json
  35. 1 1
      packages/settingeditor/package.json
  36. 1 1
      packages/shortcuts-extension/package.json
  37. 1 1
      packages/tooltip-extension/package.json
  38. 1 1
      tests/package.json
  39. 1 1
      tests/test-application/package.json
  40. 1 1
      tests/test-cells/package.json
  41. 1 1
      tests/test-coreutils/package.json
  42. 1 1
      tests/test-filebrowser/package.json
  43. 1 1
      tests/test-notebook/package.json
  44. 1 1
      tests/test-rendermime/package.json
  45. 1 1
      testutils/package.json
  46. 28 9
      yarn.lock

+ 2 - 2
dev_mode/package.json

@@ -25,7 +25,7 @@
     "@jupyterlab/completer-extension": "^0.17.2",
     "@jupyterlab/console": "^0.17.2",
     "@jupyterlab/console-extension": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/csvviewer": "^0.17.2",
     "@jupyterlab/csvviewer-extension": "^0.17.2",
     "@jupyterlab/docmanager": "^0.17.2",
@@ -100,7 +100,7 @@
     "react-paginate": "^5.2.3",
     "sanitize-html": "~1.14.3",
     "semver": "^5.5.0",
-    "url-parse": "~1.1.9",
+    "url-parse": "~1.4.3",
     "xterm": "~3.3.0"
   },
   "devDependencies": {

+ 1 - 1
packages/application-extension/package.json

@@ -31,7 +31,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "react": "~16.4.0"
   },
   "devDependencies": {

+ 1 - 1
packages/application/package.json

@@ -32,7 +32,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/rendermime-interfaces": "^1.1.2",

+ 1 - 1
packages/apputils-extension/package.json

@@ -34,7 +34,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/mainmenu": "^0.6.2",
     "@jupyterlab/services": "^3.0.3",
     "@phosphor/commands": "^1.5.0",

+ 1 - 1
packages/apputils/package.json

@@ -30,7 +30,7 @@
     "watch": "tsc -w --listEmittedFiles"
   },
   "dependencies": {
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/services": "^3.0.3",
     "@phosphor/algorithm": "^1.1.2",
     "@phosphor/commands": "^1.5.0",

+ 1 - 1
packages/attachments/package.json

@@ -30,7 +30,7 @@
     "watch": "tsc -w --listEmittedFiles"
   },
   "dependencies": {
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/rendermime-interfaces": "^1.1.2",

+ 1 - 1
packages/cells/package.json

@@ -34,7 +34,7 @@
     "@jupyterlab/attachments": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
     "@jupyterlab/codemirror": "^0.17.3",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@jupyterlab/outputarea": "^0.17.2",
     "@jupyterlab/rendermime": "^0.17.3",

+ 1 - 1
packages/codeeditor/package.json

@@ -30,7 +30,7 @@
     "watch": "tsc -w --listEmittedFiles"
   },
   "dependencies": {
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@phosphor/coreutils": "^1.3.0",
     "@phosphor/disposable": "^1.1.2",

+ 1 - 1
packages/codemirror-extension/package.json

@@ -33,7 +33,7 @@
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
     "@jupyterlab/codemirror": "^0.17.3",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/fileeditor": "^0.17.2",
     "@jupyterlab/mainmenu": "^0.6.2",

+ 1 - 1
packages/codemirror/package.json

@@ -32,7 +32,7 @@
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@phosphor/algorithm": "^1.1.2",
     "@phosphor/coreutils": "^1.3.0",

+ 1 - 1
packages/completer/package.json

@@ -32,7 +32,7 @@
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/services": "^3.0.3",
     "@phosphor/algorithm": "^1.1.2",
     "@phosphor/coreutils": "^1.3.0",

+ 1 - 1
packages/console-extension/package.json

@@ -33,7 +33,7 @@
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
     "@jupyterlab/console": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/filebrowser": "^0.17.3",
     "@jupyterlab/launcher": "^0.17.2",
     "@jupyterlab/mainmenu": "^0.6.2",

+ 1 - 1
packages/console/package.json

@@ -33,7 +33,7 @@
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/cells": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/services": "^3.0.3",

+ 1 - 1
packages/coreutils/package.json

@@ -38,7 +38,7 @@
     "minimist": "~1.2.0",
     "moment": "~2.21.0",
     "path-posix": "~1.0.0",
-    "url-parse": "~1.1.9"
+    "url-parse": "~1.4.3"
   },
   "devDependencies": {
     "@types/comment-json": "^1.1.0",

+ 1 - 1
packages/csvviewer/package.json

@@ -31,7 +31,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@phosphor/algorithm": "^1.1.2",
     "@phosphor/coreutils": "^1.3.0",

+ 1 - 1
packages/docmanager-extension/package.json

@@ -32,7 +32,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docmanager": "^0.17.2",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/mainmenu": "^0.6.2",

+ 1 - 1
packages/docmanager/package.json

@@ -30,7 +30,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/services": "^3.0.3",
     "@phosphor/algorithm": "^1.1.2",

+ 1 - 1
packages/docregistry/package.json

@@ -33,7 +33,7 @@
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
     "@jupyterlab/codemirror": "^0.17.3",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/rendermime-interfaces": "^1.1.2",

+ 1 - 1
packages/extensionmanager-extension/package.json

@@ -33,7 +33,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/extensionmanager": "^0.17.2"
   },
   "devDependencies": {

+ 1 - 1
packages/filebrowser-extension/package.json

@@ -31,7 +31,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docmanager": "^0.17.2",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/filebrowser": "^0.17.3",

+ 1 - 1
packages/filebrowser/package.json

@@ -31,7 +31,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docmanager": "^0.17.2",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/services": "^3.0.3",

+ 1 - 1
packages/fileeditor-extension/package.json

@@ -34,7 +34,7 @@
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
     "@jupyterlab/console": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/filebrowser": "^0.17.3",
     "@jupyterlab/fileeditor": "^0.17.2",

+ 1 - 1
packages/help-extension/package.json

@@ -32,7 +32,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/mainmenu": "^0.6.2",
     "@jupyterlab/services": "^3.0.3",
     "@phosphor/widgets": "^1.6.0",

+ 1 - 1
packages/imageviewer/package.json

@@ -31,7 +31,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@phosphor/coreutils": "^1.3.0",
     "@phosphor/messaging": "^1.2.2",

+ 1 - 1
packages/inspector/package.json

@@ -32,7 +32,7 @@
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/services": "^3.0.3",
     "@phosphor/coreutils": "^1.3.0",

+ 1 - 1
packages/mathjax2-extension/package.json

@@ -29,7 +29,7 @@
   },
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/rendermime-interfaces": "^1.1.2",
     "@phosphor/coreutils": "^1.3.0"

+ 1 - 1
packages/metapackage/package.json

@@ -44,7 +44,7 @@
     "@jupyterlab/completer-extension": "^0.17.2",
     "@jupyterlab/console": "^0.17.2",
     "@jupyterlab/console-extension": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/csvviewer": "^0.17.2",
     "@jupyterlab/csvviewer-extension": "^0.17.2",
     "@jupyterlab/docmanager": "^0.17.2",

+ 1 - 1
packages/notebook-extension/package.json

@@ -34,7 +34,7 @@
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/cells": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/filebrowser": "^0.17.3",
     "@jupyterlab/launcher": "^0.17.2",
     "@jupyterlab/mainmenu": "^0.6.2",

+ 1 - 1
packages/notebook/package.json

@@ -33,7 +33,7 @@
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/cells": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/observables": "^2.0.2",
     "@jupyterlab/rendermime": "^0.17.3",

+ 1 - 1
packages/outputarea/package.json

@@ -31,7 +31,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/rendermime-interfaces": "^1.1.2",

+ 1 - 1
packages/rendermime/package.json

@@ -32,7 +32,7 @@
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codemirror": "^0.17.3",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@jupyterlab/rendermime-interfaces": "^1.1.2",
     "@jupyterlab/services": "^3.0.3",

+ 1 - 1
packages/running/package.json

@@ -31,7 +31,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/services": "^3.0.3",
     "@phosphor/algorithm": "^1.1.2",
     "@phosphor/messaging": "^1.2.2",

+ 1 - 1
packages/services/package.json

@@ -44,7 +44,7 @@
     "watch:test": "tsc -w --listEmittedFiles --project test"
   },
   "dependencies": {
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/observables": "^2.0.2",
     "@phosphor/algorithm": "^1.1.2",
     "@phosphor/coreutils": "^1.3.0",

+ 1 - 1
packages/settingeditor-extension/package.json

@@ -33,7 +33,7 @@
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/settingeditor": "^0.6.2"
   },

+ 1 - 1
packages/settingeditor/package.json

@@ -31,7 +31,7 @@
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/inspector": "^0.17.2",
     "@jupyterlab/rendermime": "^0.17.3",
     "@phosphor/commands": "^1.5.0",

+ 1 - 1
packages/shortcuts-extension/package.json

@@ -31,7 +31,7 @@
   },
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@phosphor/commands": "^1.5.0",
     "@phosphor/coreutils": "^1.3.0",
     "@phosphor/disposable": "^1.1.2"

+ 1 - 1
packages/tooltip-extension/package.json

@@ -32,7 +32,7 @@
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
     "@jupyterlab/console": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/fileeditor": "^0.17.2",
     "@jupyterlab/notebook": "^0.17.2",
     "@jupyterlab/rendermime": "^0.17.3",

+ 1 - 1
tests/package.json

@@ -10,7 +10,7 @@
     "@jupyterlab/codemirror": "^0.17.3",
     "@jupyterlab/completer": "^0.17.2",
     "@jupyterlab/console": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/csvviewer": "^0.17.2",
     "@jupyterlab/docmanager": "^0.17.2",
     "@jupyterlab/docregistry": "^0.17.2",

+ 1 - 1
tests/test-application/package.json

@@ -18,7 +18,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.17.2",
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/testutils": "^0.1.0",
     "@phosphor/commands": "^1.5.0",
     "@phosphor/coreutils": "^1.3.0",

+ 1 - 1
tests/test-cells/package.json

@@ -19,7 +19,7 @@
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/cells": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/outputarea": "^0.17.2",
     "@jupyterlab/testutils": "^0.1.0",
     "@phosphor/algorithm": "^1.1.2",

+ 1 - 1
tests/test-coreutils/package.json

@@ -16,7 +16,7 @@
     "watch:src": "tsc -w --listEmittedFiles"
   },
   "dependencies": {
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/testutils": "^0.1.0",
     "@phosphor/coreutils": "^1.3.0",
     "@phosphor/signaling": "^1.2.2",

+ 1 - 1
tests/test-filebrowser/package.json

@@ -16,7 +16,7 @@
     "watch:src": "tsc -w --listEmittedFiles"
   },
   "dependencies": {
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docmanager": "^0.17.2",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/filebrowser": "^0.17.3",

+ 1 - 1
tests/test-notebook/package.json

@@ -19,7 +19,7 @@
     "@jupyterlab/apputils": "^0.17.2",
     "@jupyterlab/cells": "^0.17.2",
     "@jupyterlab/codemirror": "^0.17.3",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/notebook": "^0.17.2",
     "@jupyterlab/observables": "^2.0.2",

+ 1 - 1
tests/test-rendermime/package.json

@@ -17,7 +17,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.17.2",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/mathjax2-extension": "^0.5.2",
     "@jupyterlab/rendermime": "^0.17.3",
     "@jupyterlab/services": "^3.0.3",

+ 1 - 1
testutils/package.json

@@ -34,7 +34,7 @@
     "@jupyterlab/cells": "^0.17.2",
     "@jupyterlab/codeeditor": "^0.17.2",
     "@jupyterlab/codemirror": "^0.17.3",
-    "@jupyterlab/coreutils": "^2.0.2",
+    "@jupyterlab/coreutils": "~2.0.3",
     "@jupyterlab/docregistry": "^0.17.2",
     "@jupyterlab/notebook": "^0.17.2",
     "@jupyterlab/rendermime": "^0.17.3",

+ 28 - 9
yarn.lock

@@ -16,6 +16,21 @@
     esutils "^2.0.2"
     js-tokens "^3.0.0"
 
+"@jupyterlab/coreutils@~2.0.3":
+  version "2.0.3"
+  resolved "https://registry.npmjs.org/@jupyterlab/coreutils/-/coreutils-2.0.3.tgz#e68c250d33e6287f7ca73fb84216d7c6f9c28d3a"
+  dependencies:
+    "@phosphor/algorithm" "^1.1.2"
+    "@phosphor/coreutils" "^1.3.0"
+    "@phosphor/disposable" "^1.1.2"
+    "@phosphor/signaling" "^1.2.2"
+    ajv "~5.1.6"
+    comment-json "^1.1.3"
+    minimist "~1.2.0"
+    moment "~2.21.0"
+    path-posix "~1.0.0"
+    url-parse "~1.4.3"
+
 "@nteract/transform-vdom@^1.1.1":
   version "1.1.1"
   resolved "https://registry.npmjs.org/@nteract/transform-vdom/-/transform-vdom-1.1.1.tgz#49258c58a3704c89b20cc42b5be463d7802406fa"
@@ -347,6 +362,10 @@
     "@types/glob" "*"
     "@types/node" "*"
 
+"@types/text-encoding@0.0.33":
+  version "0.0.33"
+  resolved "https://registry.npmjs.org/@types/text-encoding/-/text-encoding-0.0.33.tgz#67618d2da2cb6055c16c7caa2e967c1c6d1e7600"
+
 "@types/through@*":
   version "0.0.29"
   resolved "https://registry.npmjs.org/@types/through/-/through-0.0.29.tgz#72943aac922e179339c651fa34a4428a4d722f93"
@@ -7479,9 +7498,9 @@ querystring@0.2.0:
   version "0.2.0"
   resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
 
-querystringify@~1.0.0:
-  version "1.0.0"
-  resolved "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
+querystringify@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.0.0.tgz#fa3ed6e68eb15159457c89b37bc6472833195755"
 
 quick-lru@^1.0.0:
   version "1.1.0"
@@ -8034,7 +8053,7 @@ require-uncached@^1.0.3:
     caller-path "^0.1.0"
     resolve-from "^1.0.0"
 
-requires-port@1.0.x, requires-port@1.x.x:
+requires-port@1.x.x, requires-port@^1.0.0:
   version "1.0.0"
   resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
 
@@ -9409,12 +9428,12 @@ url-parse-lax@^1.0.0:
   dependencies:
     prepend-http "^1.0.1"
 
-url-parse@~1.1.9:
-  version "1.1.9"
-  resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz#c67f1d775d51f0a18911dd7b3ffad27bb9e5bd19"
+url-parse@~1.4.3:
+  version "1.4.3"
+  resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.4.3.tgz#bfaee455c889023219d757e045fa6a684ec36c15"
   dependencies:
-    querystringify "~1.0.0"
-    requires-port "1.0.x"
+    querystringify "^2.0.0"
+    requires-port "^1.0.0"
 
 url@^0.11.0, url@~0.11.0:
   version "0.11.0"