From b65743885a0181059b8a51f1cab0a2c36e5e4415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:45:39 +0000 Subject: [PATCH] chore(deps): bump @microsoft/polyglot-notebooks Bumps [@microsoft/polyglot-notebooks](https://github.com/dotnet/interactive) from 1.0.441801 to 1.0.720202. - [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.720202 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 68c37a9a8..a2f6e45aa 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.720202", "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.720202", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/npm/registry/@microsoft/polyglot-notebooks/-/polyglot-notebooks-1.0.720202.tgz", + "integrity": "sha1-7PgdUvi/tLr97PPa3W/t9edM4tc=", "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.720202", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/npm/registry/@microsoft/polyglot-notebooks/-/polyglot-notebooks-1.0.720202.tgz", + "integrity": "sha1-7PgdUvi/tLr97PPa3W/t9edM4tc=", "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..5b634cbef 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.720202", "monaco-editor": "0.33.0", "rxjs": "7.8.2", "uuid": "13.0.0"