From 11a81314c6515c098ccdb6e53ffb3cc296249078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 07:21:20 +0000 Subject: [PATCH] Bump uuid from 9.0.0 to 11.0.5 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 11.0.5. - [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.5) --- 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 dd0c608c015..180f7bb2629 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.5 + version: 11.0.5 vfile: specifier: ^5.3.7 version: 5.3.7 @@ -22036,16 +22036,16 @@ packages: engines: {node: '>= 0.4.0'} dev: true + /uuid@11.0.5: + resolution: {integrity: sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==} + 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 97e8c0707b8..c7abf7f4a94 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.5", "vfile": "^5.3.7", "vfile-is": "^3.0.0" },