diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4bad4979d6..8bd01ee1f75 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.4 + version: 11.0.4 vfile: specifier: ^5.3.7 version: 5.3.7 @@ -22030,16 +22030,16 @@ packages: engines: {node: '>= 0.4.0'} dev: true + /uuid@11.0.4: + resolution: {integrity: sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==} + 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 8ca9412f4b6..46dbdaa7eb6 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.4", "vfile": "^5.3.7", "vfile-is": "^3.0.0" },