From 708891531eadee8b8495e6f370973674b71f148a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:57:06 +0000 Subject: [PATCH] Bump nanoid from 4.0.2 to 5.0.8 Bumps [nanoid](https://github.com/ai/nanoid) from 4.0.2 to 5.0.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/4.0.2...5.0.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- polaris.shopify.com/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 227e4a0baa2..0639b126fbd 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.0.8 + version: 5.0.8 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.80.6) @@ -16742,9 +16742,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.0.8: + resolution: {integrity: sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==} + engines: {node: ^18 || >=20} hasBin: true dev: false diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 73d96c3173b..9ae3469d71a 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.0.8", "next": "^14.2.7", "next-mdx-remote": "^4.4.1", "prismjs": "^1.27.0",