From 14ca1295fc9df42af57f528c0eff6680584d6a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 02:53:07 +0000 Subject: [PATCH] Bump @jupyterlab/docregistry from 3.6.3 to 4.0.4 Bumps [@jupyterlab/docregistry](https://github.com/jupyterlab/jupyterlab) from 3.6.3 to 4.0.4. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/docregistry@3.6.3...@jupyterlab/docregistry@4.0.4) --- updated-dependencies: - dependency-name: "@jupyterlab/docregistry" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08450af..1e7ad82 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "dependencies": { "@jupyterlab/application": "^3.6.3", "@jupyterlab/apputils": "3.6.3", - "@jupyterlab/docregistry": "3.6.3", + "@jupyterlab/docregistry": "4.0.4", "@jupyterlab/notebook": "3.6.3", "@jupyterlab/services": "6.6.3" },