From f8d3e7d8ee921a9d9df8364553c2f3ea039d539f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:10:05 +0000 Subject: [PATCH] Bump nanoid from 4.0.2 to 5.0.9 Bumps [nanoid](https://github.com/ai/nanoid) from 4.0.2 to 5.0.9. - [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.9) --- 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 23cf2ea2da2..bb727e72a42 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.9 + version: 5.0.9 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) @@ -16524,9 +16524,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.9: + resolution: {integrity: sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==} + engines: {node: ^18 || >=20} hasBin: true dev: false diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 38dfe959acf..2897160a2bf 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.9", "next": "^14.2.7", "next-mdx-remote": "^4.4.1", "prismjs": "^1.27.0",