diff --git a/src/polyglot-notebooks-browser/package-lock.json b/src/polyglot-notebooks-browser/package-lock.json index d2d33496fc..6c06c8cb5e 100644 --- a/src/polyglot-notebooks-browser/package-lock.json +++ b/src/polyglot-notebooks-browser/package-lock.json @@ -12,7 +12,7 @@ "@microsoft/signalr": "7.0.7", "rxjs": "7.5.6", "tslib": "2.4.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "vscode-uri": "3.0.6" }, "devDependencies": { @@ -3020,12 +3020,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha1-gNW1ztJxu5r2xEXyGhoExgbO++I=", + "version": "14.0.0", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha1-CviDIgFj0mT/4MCE9riom5Zmlm0=", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/src/polyglot-notebooks-browser/package.json b/src/polyglot-notebooks-browser/package.json index 597c02d3e2..258d147573 100644 --- a/src/polyglot-notebooks-browser/package.json +++ b/src/polyglot-notebooks-browser/package.json @@ -32,7 +32,7 @@ "@microsoft/signalr": "7.0.7", "rxjs": "7.5.6", "tslib": "2.4.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "vscode-uri": "3.0.6" }, "devDependencies": {