From 014ad6505838ed78ed4a143420740392a4eee0a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:18:24 +0000 Subject: [PATCH] Bump uuid from 9.0.0 to 11.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 11.0.3. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 14 +++++++------- polaris.shopify.com/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d406f356c57..8d9a42e2dea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -538,8 +538,8 @@ importers: specifier: ^2.3.1 version: 2.3.1(react@18.2.0) uuid: - specifier: ^9.0.0 - version: 9.0.0 + specifier: ^11.0.3 + version: 11.0.3 vfile: specifier: ^5.3.7 version: 5.3.7 @@ -22355,16 +22355,16 @@ packages: engines: {node: '>= 0.4.0'} dev: true + /uuid@11.0.3: + resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==} + hasBin: true + dev: false + /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true dev: true - /uuid@9.0.0: - resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} - hasBin: true - dev: false - /uvu@0.5.3: resolution: {integrity: sha512-brFwqA3FXzilmtnIyJ+CxdkInkY/i4ErvP7uV0DnUVxQcQ55reuHphorpF+tZoVHK2MniZ/VJzI7zJQoc9T9Yw==} engines: {node: '>=8'} diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 38dfe959acf..79b3f3f0a50 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -59,7 +59,7 @@ "remark-unwrap-images": "^3.0.1", "terminate": "^2.8.0", "use-dark-mode": "^2.3.1", - "uuid": "^9.0.0", + "uuid": "^11.0.3", "vfile": "^5.3.7", "vfile-is": "^3.0.0" },