diff --git a/.changeset/thin-beans-taste.md b/.changeset/thin-beans-taste.md new file mode 100644 index 0000000000..317e0b9486 --- /dev/null +++ b/.changeset/thin-beans-taste.md @@ -0,0 +1,5 @@ +--- +"@pnpm/server": patch +--- + +Update uuid to v8. diff --git a/packages/server/package.json b/packages/server/package.json index 31da8e2ab8..0e5f3e30d5 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c777bc2d36..e72d581d18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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