diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d1660406844..4dc984b71f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -490,8 +490,8 @@ importers: specifier: ^4.1.1 version: 4.1.1 nanoid: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^5.1.0 + version: 5.1.0 next: specifier: ^14.2.7 version: 14.2.16(@babel/core@7.24.4)(react-dom@18.2.0)(react@18.2.0)(sass@1.85.0) @@ -17383,9 +17383,9 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid@4.0.2: - resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==} - engines: {node: ^14 || ^16 || >=18} + /nanoid@5.1.0: + resolution: {integrity: sha512-zDAl/llz8Ue/EblwSYwdxGBYfj46IM1dhjVi8dyp9LQffoIGxJEAHj2oeZ4uNcgycSRcQ83CnfcZqEJzVDLcDw==} + engines: {node: ^18 || >=20} hasBin: true dev: false diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index f7194d50344..8489ecb8e3d 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -43,7 +43,7 @@ "lodash.get": "^4.4.2", "lodash.mapvalues": "^4.6.0", "lodash.throttle": "^4.1.1", - "nanoid": "^4.0.2", + "nanoid": "^5.1.0", "next": "^14.2.7", "next-mdx-remote": "^4.4.1", "prismjs": "^1.29.0",