mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-15 12:06:02 -04:00
fix(deps): update uuid to v9
This commit is contained in:
5
.changeset/green-phones-burn.md
Normal file
5
.changeset/green-phones-burn.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/server": patch
|
||||
---
|
||||
|
||||
Update uuid to v9.
|
||||
@@ -52,7 +52,7 @@
|
||||
"@pnpm/types": "workspace:*",
|
||||
"p-limit": "^3.1.0",
|
||||
"promise-share": "^1.0.0",
|
||||
"uuid": "^8.3.2"
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"exports": {
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -4916,8 +4916,8 @@ importers:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
uuid:
|
||||
specifier: ^8.3.2
|
||||
version: 8.3.2
|
||||
specifier: ^9.0.0
|
||||
version: 9.0.0
|
||||
devDependencies:
|
||||
'@pnpm/client':
|
||||
specifier: workspace:*
|
||||
@@ -16610,8 +16610,8 @@ packages:
|
||||
deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
|
||||
hasBin: true
|
||||
|
||||
/uuid/8.3.2:
|
||||
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
||||
/uuid/9.0.0:
|
||||
resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
@@ -17429,7 +17429,7 @@ time:
|
||||
/typescript/4.8.4: '2022-09-27T19:58:38.001Z'
|
||||
/unified/9.2.2: '2021-07-01T16:39:11.345Z'
|
||||
/unique-string/2.0.0: '2019-04-29T04:18:06.804Z'
|
||||
/uuid/8.3.2: '2020-12-08T20:38:36.233Z'
|
||||
/uuid/9.0.0: '2022-09-05T20:03:54.869Z'
|
||||
/validate-npm-package-name/4.0.0: '2022-03-29T19:58:04.486Z'
|
||||
/verdaccio/5.15.4: '2022-09-29T06:12:00.128Z'
|
||||
/version-selector-type/3.0.0: '2020-05-02T19:53:43.038Z'
|
||||
|
||||
Reference in New Issue
Block a user