mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 01:54:53 -04:00
fix(deps): update uuid to v8
This commit is contained in:
5
.changeset/thin-beans-taste.md
Normal file
5
.changeset/thin-beans-taste.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/server": patch
|
||||
---
|
||||
|
||||
Update uuid to v8.
|
||||
@@ -55,7 +55,7 @@
|
||||
"@pnpm/types": "workspace:5.0.0",
|
||||
"p-limit": "2.3.0",
|
||||
"promise-share": "1.0.0",
|
||||
"uuid": "7.0.3"
|
||||
"uuid": "^8.0.0"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
}
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -2430,7 +2430,7 @@ importers:
|
||||
'@pnpm/types': 'link:../types'
|
||||
p-limit: 2.3.0
|
||||
promise-share: 1.0.0
|
||||
uuid: 7.0.3
|
||||
uuid: 8.0.0
|
||||
devDependencies:
|
||||
'@pnpm/logger': 3.2.2
|
||||
'@pnpm/npm-resolver': 'link:../npm-resolver'
|
||||
@@ -2468,7 +2468,7 @@ importers:
|
||||
p-limit: 2.3.0
|
||||
promise-share: 1.0.0
|
||||
tempy: 0.5.0
|
||||
uuid: 7.0.3
|
||||
uuid: ^8.0.0
|
||||
packages/sort-packages:
|
||||
dependencies:
|
||||
'@pnpm/config': 'link:../config'
|
||||
@@ -12127,11 +12127,11 @@ packages:
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
||||
/uuid/7.0.3:
|
||||
/uuid/8.0.0:
|
||||
dev: false
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
|
||||
integrity: sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==
|
||||
/v8-to-istanbul/4.1.3:
|
||||
dependencies:
|
||||
'@types/istanbul-lib-coverage': 2.0.1
|
||||
|
||||
Reference in New Issue
Block a user