From 305a3ded5ba53e568bb4ecdfbb297fc0386bd024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:22:40 -0400 Subject: [PATCH] chore(deps): bump uuid from 10.0.0 to 11.0.2 (#578) --- package-lock.json | 37 ++++++++++++++++++++++++++++++------ packages/widget/package.json | 2 +- 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb1bf3e4..833223f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1603,6 +1603,19 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/@lerna/create/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@lukeed/csprng": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz", @@ -9122,6 +9135,19 @@ "node": ">=16 || 14 >=14.17" } }, + "node_modules/lerna/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", @@ -13639,16 +13665,15 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/validate-npm-package-license": { @@ -15294,7 +15319,7 @@ "@uwdata/mosaic-core": "^0.11.0", "@uwdata/mosaic-spec": "^0.11.0", "@uwdata/vgplot": "^0.11.0", - "uuid": "^10.0.0" + "uuid": "^11.0.2" }, "devDependencies": { "anywidget": "^0.9.13" diff --git a/packages/widget/package.json b/packages/widget/package.json index a8e6ab12..642925e3 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -23,7 +23,7 @@ "@uwdata/mosaic-core": "^0.11.0", "@uwdata/mosaic-spec": "^0.11.0", "@uwdata/vgplot": "^0.11.0", - "uuid": "^10.0.0" + "uuid": "^11.0.2" }, "devDependencies": { "anywidget": "^0.9.13"