mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-13 05:21:01 -04:00
chore(deps): update dependency uuid to v11
This commit is contained in:
parent
777ea1b905
commit
024adb3a43
2 changed files with 20 additions and 6 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -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": "11.0.5",
|
||||
"webpack": "4.47.0",
|
||||
"webpack-merge": "4.2.2"
|
||||
}
|
||||
|
@ -20367,6 +20367,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",
|
||||
|
@ -22448,13 +22458,17 @@
|
|||
}
|
||||
},
|
||||
"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": "11.0.5",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
||||
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
||||
"dev": true,
|
||||
"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/v8-compile-cache": {
|
||||
|
|
|
@ -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": "11.0.5",
|
||||
"webpack": "4.47.0",
|
||||
"webpack-merge": "4.2.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue