chore(deps): update dependency uuid to v10

This commit is contained in:
renovate[bot] 2024-06-12 15:32:03 +00:00 committed by GitHub
parent 15540d1447
commit 715e2304db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 5 deletions

23
package-lock.json generated
View file

@ -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"
}

View file

@ -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"
},