From 7c5dca7aac974214dec5d3fb4c7fd9c3a92c5246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:03:09 +0000 Subject: [PATCH] build(deps): bump the simple group in /demo with 2 updates Bumps the simple group in /demo with 2 updates: [nanoid](https://github.com/ai/nanoid) and [netlify-cli](https://github.com/netlify/cli). Updates `nanoid` from 5.0.7 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/5.0.7...5.0.8) Updates `netlify-cli` from 17.37.0 to 17.37.2 - [Release notes](https://github.com/netlify/cli/releases) - [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/cli/compare/v17.37.0...v17.37.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple - dependency-name: netlify-cli dependency-type: direct:development update-type: version-update:semver-patch dependency-group: simple ... Signed-off-by: dependabot[bot] --- demo/package-lock.json | 8 ++++---- demo/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/package-lock.json b/demo/package-lock.json index f90f2b3f..8e9b0079 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -11,7 +11,7 @@ "@ably/chat": "file:..", "ably": "^2.5.0", "clsx": "^2.1.1", - "nanoid": "^5.0.7", + "nanoid": "^5.0.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.3.0" @@ -3328,9 +3328,9 @@ } }, "node_modules/nanoid": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", - "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.8.tgz", + "integrity": "sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==", "funding": [ { "type": "github", diff --git a/demo/package.json b/demo/package.json index e8de1986..a133f6c6 100644 --- a/demo/package.json +++ b/demo/package.json @@ -16,7 +16,7 @@ "@ably/chat": "file:..", "ably": "^2.5.0", "clsx": "^2.1.1", - "nanoid": "^5.0.7", + "nanoid": "^5.0.8", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.3.0"