From 715e2304dbb10d0e95c4dd5b1e9e1fba1dca5d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:32:03 +0000 Subject: [PATCH] chore(deps): update dependency uuid to v10 --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5adc3c1..2234b68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "redux": "3.7.2", "rimraf": "3.0.2", "scratch-gui": "github:scratchfoundation/scratch-gui#scratch-desktop-v3.30.1", - "uuid": "8.3.2", + "uuid": "10.0.0", "webpack": "4.47.0", "webpack-merge": "4.2.2" } @@ -19350,6 +19350,16 @@ "ms": "^2.1.1" } }, + "node_modules/sockjs/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==", + "dev": true, + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/sort-keys": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", @@ -21377,10 +21387,15 @@ } }, "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": "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" + ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index edb62c4..507b6ce 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "redux": "3.7.2", "rimraf": "3.0.2", "scratch-gui": "github:scratchfoundation/scratch-gui#scratch-desktop-v3.30.1", - "uuid": "8.3.2", + "uuid": "10.0.0", "webpack": "4.47.0", "webpack-merge": "4.2.2" },