diff --git a/src/polyglot-notebooks/package-lock.json b/src/polyglot-notebooks/package-lock.json index 765520b3d5..d59edaf7c5 100644 --- a/src/polyglot-notebooks/package-lock.json +++ b/src/polyglot-notebooks/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "rxjs": "7.5.6", - "uuid": "8.3.2", + "uuid": "14.0.0", "vscode-uri": "3.0.6" }, "devDependencies": { @@ -3785,11 +3785,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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": { @@ -6786,9 +6791,9 @@ } }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "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=" }, "v8-compile-cache-lib": { "version": "3.0.1", diff --git a/src/polyglot-notebooks/package.json b/src/polyglot-notebooks/package.json index 9f3c0c1a96..a7b7d2448e 100644 --- a/src/polyglot-notebooks/package.json +++ b/src/polyglot-notebooks/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "rxjs": "7.5.6", - "uuid": "8.3.2", + "uuid": "14.0.0", "vscode-uri": "3.0.6" } } \ No newline at end of file