From e7c57e96f093fd4b53a610c6b2d966fa4f335b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:49:42 +0000 Subject: [PATCH] build(deps): bump @microsoft/polyglot-notebooks Bumps [@microsoft/polyglot-notebooks](https://github.com/dotnet/interactive) from 1.0.441801 to 1.0.720801. - [Release notes](https://github.com/dotnet/interactive/releases) - [Commits](https://github.com/dotnet/interactive/commits) --- updated-dependencies: - dependency-name: "@microsoft/polyglot-notebooks" dependency-version: 1.0.720801 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/microsoft-trydotnet-editor/package-lock.json | 14 +++++++------- src/microsoft-trydotnet-editor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/microsoft-trydotnet-editor/package-lock.json b/src/microsoft-trydotnet-editor/package-lock.json index a6e38b646..ec3b813d6 100644 --- a/src/microsoft-trydotnet-editor/package-lock.json +++ b/src/microsoft-trydotnet-editor/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@microsoft/polyglot-notebooks": "1.0.441801", + "@microsoft/polyglot-notebooks": "1.0.720801", "monaco-editor": "0.33.0", "rxjs": "7.8.2", "uuid": "13.0.0" @@ -550,9 +550,9 @@ } }, "node_modules/@microsoft/polyglot-notebooks": { - "version": "1.0.441801", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/npm/registry/@microsoft/polyglot-notebooks/-/polyglot-notebooks-1.0.441801.tgz", - "integrity": "sha1-vGUZjaNCd1Wv4b4VL1yH/7FOM5Q=", + "version": "1.0.720801", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/npm/registry/@microsoft/polyglot-notebooks/-/polyglot-notebooks-1.0.720801.tgz", + "integrity": "sha1-6fclfTrWxKQEH9r5ybqi5pHoK8c=", "license": "MIT", "dependencies": { "rxjs": "7.5.6", @@ -5668,9 +5668,9 @@ } }, "@microsoft/polyglot-notebooks": { - "version": "1.0.441801", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/npm/registry/@microsoft/polyglot-notebooks/-/polyglot-notebooks-1.0.441801.tgz", - "integrity": "sha1-vGUZjaNCd1Wv4b4VL1yH/7FOM5Q=", + "version": "1.0.720801", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/npm/registry/@microsoft/polyglot-notebooks/-/polyglot-notebooks-1.0.720801.tgz", + "integrity": "sha1-6fclfTrWxKQEH9r5ybqi5pHoK8c=", "requires": { "rxjs": "7.5.6", "uuid": "8.3.2", diff --git a/src/microsoft-trydotnet-editor/package.json b/src/microsoft-trydotnet-editor/package.json index 9bc11823e..a1d829c21 100644 --- a/src/microsoft-trydotnet-editor/package.json +++ b/src/microsoft-trydotnet-editor/package.json @@ -53,7 +53,7 @@ "webpack-cli": "6.0.1" }, "dependencies": { - "@microsoft/polyglot-notebooks": "1.0.441801", + "@microsoft/polyglot-notebooks": "1.0.720801", "monaco-editor": "0.33.0", "rxjs": "7.8.2", "uuid": "13.0.0"